From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 27 Apr 2011 13:26:56 +0200 Subject: [Buildroot] [PATCH] libnl: bump to version 2.0 In-Reply-To: <4DB7D29E.5000101@visionsystems.de> (Yegor Yefremov's message of "Wed, 27 Apr 2011 10:23:58 +0200") References: <4DB7D29E.5000101@visionsystems.de> Message-ID: <87liywylxb.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yegor" == Yegor Yefremov writes: Out of interest, how did you create this patch? It doesn't have the nice diffstat overview like git format-patch normally creates. Yegor> Signed-off-by: Yegor Yefremov Yegor> Index: b/package/libnl/libnl.mk Yegor> =================================================================== Yegor> --- a/package/libnl/libnl.mk 2011-04-26 02:04:14.206276675 -0700 Yegor> +++ b/package/libnl/libnl.mk 2011-04-26 03:29:21.934275959 -0700 Yegor> @@ -4,10 +4,11 @@ Yegor> # Yegor> ############################################################# Yegor> -LIBNL_VERSION = 1.1 Yegor> +LIBNL_VERSION = 2.0 I see there's already a libnl-3.0, is there any reason why you stick with 2.0? Yegor> LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz Yegor> -LIBNL_SITE = http://distfiles.gentoo.org/distfiles Yegor> +LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files/ Yegor> LIBNL_INSTALL_STAGING = YES Yegor> +LIBNL_AUTORECONF = YES Why? You don't seem to be patching any auto* stuff? -- Bye, Peter Korsgaard