package/libsigrok: drop remnants of autoreconf
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Feb 2020 15:12:40 +0000 (16:12 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2020 22:24:50 +0000 (23:24 +0100)
libsigrok has not needed autoreconf since b428801934 (package/libsigrok:
bump version to 0.4.0), 4 years ago now.

As such, we no longer need the autoreconf options, nor the dependency on
the autoconf archive.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Tested-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigrok/libsigrok.mk

index 7a128e8dfa34bb8db95bf960b8f5f8374af3b662..4c1f31ea6e49cff0a33bfb710a55f73005a53d6f 100644 (file)
@@ -53,9 +53,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBSIGROKCXX),y)
 LIBSIGROK_CONF_OPTS += --enable-cxx
-LIBSIGROK_AUTORECONF_OPTS += -I $(HOST_DIR)/share/autoconf-archive
 LIBSIGROK_DEPENDENCIES += \
-       host-autoconf-archive \
        glibmm \
        host-doxygen \
        $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)