[Buildroot] [PATCH] opkg: bump version to svn r635

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 11 20:31:03 UTC 2012


Le Sat, 11 Aug 2012 16:31:47 +1000,
Jonathan Liu <net147 at gmail.com> a écrit :

> -OPKG_VERSION = 0.1.8
> +OPKG_VERSION = 635
>  OPKG_SOURCE = opkg-$(OPKG_VERSION).tar.gz
> -OPKG_SITE = http://opkg.googlecode.com/files
> +OPKG_SITE = http://opkg.googlecode.com/svn/trunk/
> +OPKG_SITE_METHOD = svn
>  OPKG_INSTALL_STAGING = YES
>  OPKG_CONF_OPT = --disable-curl --disable-gpg
>  
> +define OPKG_AUTOGEN
> +	cd $(@D) ; \
> +	./autogen.sh
> +endef
> +
> +OPKG_PRE_CONFIGURE_HOOKS += OPKG_AUTOGEN

This means that the package now depends on host-autoconf, host-automake
and probably host-libtool.

Can you try if setting OPKG_AUTORECONF = YES is sufficient instead of
this custom hook? If not, then of course, keep this hook and add the
necessary dependency on host tools.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list