summaryrefslogtreecommitdiffstats
path: root/package/gutenprint
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2013-10-04 14:57:38 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-04 14:57:38 +0200
commit1d341b76c167e51fe10f5b64308f52ca48e2b4e7 (patch)
tree8056ad1f735053e4535c9ca49bce8631d5cc468d /package/gutenprint
parent9c3050d5e6faf64ee15952b8f9d8c0894ac2a482 (diff)
downloadbuildroot-1d341b76c167e51fe10f5b64308f52ca48e2b4e7.tar.gz
buildroot-1d341b76c167e51fe10f5b64308f52ca48e2b4e7.zip
package: drop unneeded HOST_<pkg>_AUTORECONF = YES
Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values) we automatically enable autoreconf for host builds if it is enabled for the target, so these can go. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gutenprint')
-rw-r--r--package/gutenprint/gutenprint.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk
index 978675fe4b..33abf48fd3 100644
--- a/package/gutenprint/gutenprint.mk
+++ b/package/gutenprint/gutenprint.mk
@@ -12,7 +12,6 @@ GUTENPRINT_LICENSE_FILES = COPYING
# Needed, as we touch Makefile.am
GUTENPRINT_AUTORECONF = YES
-HOST_GUTENPRINT_AUTORECONF = YES
GUTENPRINT_DEPENDENCIES = cups host-pkgconf \
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
OpenPOWER on IntegriCloud