diff mbox series

[1/2] package/cups-filters: drop pre-configure hook

Message ID 20191005024230.25287-2-unixmania@gmail.com
State Accepted
Commit 0ee699823b37f7be85121ccf207a6fb0dbd2dac7
Headers show
Series package/cups-filters: drop useless hook and fix build | expand

Commit Message

Carlos Santos Oct. 5, 2019, 2:42 a.m. UTC
From: Carlos Santos <unixmania@gmail.com>

Version 1.25.6 contains the config.rpath and ABOUT-NLS, so it wouldn't
be necessary to fake them even if we still used autoreconf.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
CC: Peter Korsgaard <peter@korsgaard.com>
---
 package/cups-filters/cups-filters.mk | 8 --------
 1 file changed, 8 deletions(-)

Comments

Peter Korsgaard Oct. 5, 2019, 6:06 a.m. UTC | #1
>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > Version 1.25.6 contains the config.rpath and ABOUT-NLS, so it wouldn't
 > be necessary to fake them even if we still used autoreconf.

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>
 > ---
 > CC: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 88b7d7dd06..ffd55fa95d 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -20,14 +20,6 @@  CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
 	--with-pdftops=pdftops \
 	--with-jpeg
 
-# After 0002-filter-texttotext.c-link-with-libiconv-if-needed.patch autoreconf
-# needs config.rpath and ABOUT-NLS, which are not in v1.25.4 yet. Fake them.
-define CUPS_FILTERS_ADD_MISSING_FILE
-	touch $(@D)/config.rpath $(@D)/ABOUT-NLS
-endef
-
-CUPS_FILTERS_PRE_CONFIGURE_HOOKS = CUPS_FILTERS_ADD_MISSING_FILE
-
 ifeq ($(BR2_PACKAGE_LIBPNG),y)
 CUPS_FILTERS_CONF_OPTS += --with-png
 CUPS_FILTERS_DEPENDENCIES += libpng