From 7ba7b9603b686524e1981e5251e9e25f5034d1bc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 9 Feb 2020 16:12:40 +0100 Subject: [PATCH] package/libsigrok: drop remnants of autoreconf 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 Cc: Bartosz Golaszewski Cc: Bernd Kuhls Tested-by: Heiko Thiery Signed-off-by: Peter Korsgaard --- package/libsigrok/libsigrok.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk index 7a128e8dfa..4c1f31ea6e 100644 --- a/package/libsigrok/libsigrok.mk +++ b/package/libsigrok/libsigrok.mk @@ -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) -- 2.30.2