diff mbox series

[1/3] package/libsigrok: drop remnants of autoreconf

Message ID f3a6a36229cf2b73df2ea2f5ee0c092c601cf4ea.1581261155.git.yann.morin.1998@free.fr
State Accepted
Headers show
Series [1/3] package/libsigrok: drop remnants of autoreconf | expand

Commit Message

Yann E. MORIN Feb. 9, 2020, 3:12 p.m. UTC
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>
---
 package/libsigrok/libsigrok.mk | 2 --
 1 file changed, 2 deletions(-)

Comments

Heiko Thiery Feb. 9, 2020, 7:09 p.m. UTC | #1
Hi Yann,

Am So., 9. Feb. 2020 um 16:12 Uhr schrieb Yann E. MORIN
<yann.morin.1998@free.fr>:
>
> 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>


> ---
>  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.20.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Feb. 13, 2020, 10:26 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > 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>

Committed, thanks.
diff mbox series

Patch

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)