buildrootschalter/package/libtpl/libtpl.mk
Simon Dawson bd59a5dafa libtpl: remove unnecessary autoreconf options
The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags,
so there is no point in specifying these in the package makefile.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-26 21:52:23 +01:00

21 lines
599 B
Makefile

################################################################################
#
# libtpl
#
################################################################################
LIBTPL_VERSION = 6df007e450cbee7d7a4896d3538128c5370b1c61
LIBTPL_SITE = $(call github,troydhanson,tpl,$(LIBTPL_VERSION))
LIBTPL_INSTALL_STAGING = YES
LIBTPL_LICENSE = BSD-like
LIBTPL_LICENSE_FILES = LICENSE
LIBTPL_AUTORECONF = YES
define LIBTPL_CREATE_MISSING_FILES
touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING
endef
LIBTPL_POST_EXTRACT_HOOKS += LIBTPL_CREATE_MISSING_FILES
$(eval $(autotools-package))