diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-05 23:26:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-07 13:26:04 +0200 |
commit | 8defd9c7307161bf7c44cf8f9b974cb978775a87 (patch) | |
tree | 08a5165c64106372a37050e6579683e4c8b3e500 /package/lcdapi/lcdapi.mk | |
parent | 457805bb831c1441384145fbe276898088ef4ebd (diff) | |
download | buildroot-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/lcdapi.mk')
-rw-r--r-- | package/lcdapi/lcdapi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |