buildrootschalter/package/lcdapi/lcdapi.mk
Thomas Petazzoni 4638e2b97f lcdapi: bump version to fix static-only build
The upstream lcdapi has moved over from a basic Makefile to the
autotools build system, which has the advantage of fixing static-only
build. Therefore, this commit bumps the lcdapi version. Unfortunately,
one patch is needed to fix an upstream issue.

Fixes:

  http://autobuild.buildroot.org/results/6fd/6fd65b3fd7d6f439ed14dc38fb28ad3e8e6678b1/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-19 11:00:19 +02:00

21 lines
541 B
Makefile

################################################################################
#
# lcdapi
#
################################################################################
LCDAPI_VERSION = dbbdca06f271b8cf81b4817a9da3d558cfe59905
LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION))
LCDAPI_LICENSE = LGPLv2.1+
LCDAPI_LICENSE_FILES = COPYING
LCDAPI_AUTORECONF = YES
LCDAPI_INSTALL_STAGING = YES
define LCDAPI_CREATE_M4_DIR
mkdir -p $(@D)/m4
endef
LCDAPI_POST_PATCH_HOOKS += LCDAPI_CREATE_M4_DIR
$(eval $(autotools-package))