From 4705347ddfeaab3953cd86df2c7309b31b719f50 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 7 Feb 2013 12:35:03 +0000 Subject: package: rename _CONFIG_FIXUP to _CONFIG_SCRIPTS This commit renames the newly introduced _CONFIG_FIXUP variable to _CONFIG_SCRIPTS, for two reasons: * _CONFIG_SCRIPTS will not only "fixup" the scripts in $(STAGING_DIR)/usr/bin, but also remove them from $(TARGET_DIR)/usr/bin. So it is not only about doing a "fixup". * On the principle, it is strange that the variable carries an indication of the action that will take place on those files. It should rather be named to say "Here are the -config scripts", and let the package infrastructure decide if it should fix them up, remove them, etc. This commit also updates the documentation accordingly. Signed-off-by: Thomas Petazzoni Acked-by: Arnout Vandecappelle (Essensium/Mind) Acked-by: "Samuel Martin" Signed-off-by: Peter Korsgaard --- package/libpcap/libpcap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libpcap') diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk index 5be61bf05..06aec0f4d 100644 --- a/package/libpcap/libpcap.mk +++ b/package/libpcap/libpcap.mk @@ -24,7 +24,7 @@ LIBPCAP_DEPENDENCIES = zlib LIBPCAP_CONF_ENV = ac_cv_linux_vers=2 \ ac_cv_header_linux_wireless_h=yes # configure misdetects this LIBPCAP_CONF_OPT = --disable-yydebug --with-pcap=linux -LIBPCAP_CONFIG_FIXUP = pcap-config +LIBPCAP_CONFIG_SCRIPTS = pcap-config ifeq ($(BR2_PACKAGE_LIBUSB),y) LIBPCAP_CONF_OPT += --enable-canusb -- cgit v1.2.3