8defd9c730
Removed patch to fix docs install after upstream fixed the problem:
34e1d3b260
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
506 B
Makefile
21 lines
506 B
Makefile
################################################################################
|
|
#
|
|
# lcdapi
|
|
#
|
|
################################################################################
|
|
|
|
LCDAPI_VERSION = v0.10
|
|
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))
|