summaryrefslogtreecommitdiffstats
path: root/package/lcdapi
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-05 23:26:02 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 13:26:04 +0200
commit8defd9c7307161bf7c44cf8f9b974cb978775a87 (patch)
tree08a5165c64106372a37050e6579683e4c8b3e500 /package/lcdapi
parent457805bb831c1441384145fbe276898088ef4ebd (diff)
downloadbuildroot-8defd9c7307161bf7c44cf8f9b974cb978775a87.tar.gz
buildroot-8defd9c7307161bf7c44cf8f9b974cb978775a87.zip
package/lcdapi: bump version to v0.10
Removed patch to fix docs install after upstream fixed the problem: https://github.com/spdawson/lcdapi/commit/34e1d3b26055b02cecb7e738574b8fddcc2ab5eb Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lcdapi')
-rw-r--r--package/lcdapi/0001-Remove-installation-of-docs-examples.patch39
-rw-r--r--package/lcdapi/lcdapi.mk2
2 files changed, 1 insertions, 40 deletions
diff --git a/package/lcdapi/0001-Remove-installation-of-docs-examples.patch b/package/lcdapi/0001-Remove-installation-of-docs-examples.patch
deleted file mode 100644
index dcadcf4a1b..0000000000
--- a/package/lcdapi/0001-Remove-installation-of-docs-examples.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From ede0fa7d410be407164b68570a1540378bf0bd09 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Sat, 19 Jul 2014 10:40:59 +0200
-Subject: [PATCH] Remove installation of docs/examples
-
-They get installed in the wrong directory, i.e if DESTDIR is
-/path/to/output/target, they will be installed in
-/path/to/output/target./examples and /path/to/output/target./docs.
-
-Since we don't need docs and examples in Buildroot anyway, simply get
-rid of them.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- Makefile.am | 11 -----------
- 1 file changed, 11 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index c56860a..6b1267b 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -69,14 +69,3 @@ liblcdapi_la_CXXFLAGS = \
- -g0 -DNODEBUG -Os
-
- ACLOCAL_AMFLAGS = -I m4
--
--docsdir = $(top_srcdir)/docs
--exampledir = $(top_srcdir)/example
--dist_docs_DATA = \
-- docs/Makefile.am \
-- docs/Makefile.in \
-- docs/Doxyfile.in
--dist_example_DATA = \
-- example/client.cpp \
-- example/Makefile.am \
-- example/Makefile.in
---
-2.0.0
-
diff --git a/package/lcdapi/lcdapi.mk b/package/lcdapi/lcdapi.mk
index bcf5c4770a..5d8c2ee571 100644
--- a/package/lcdapi/lcdapi.mk
+++ b/package/lcdapi/lcdapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LCDAPI_VERSION = dbbdca06f271b8cf81b4817a9da3d558cfe59905
+LCDAPI_VERSION = v0.10
LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION))
LCDAPI_LICENSE = LGPLv2.1+
LCDAPI_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud