* [Buildroot] [PATCH] libnl: bump to version 3.2.17
@ 2013-01-04 20:42 Gustavo Zacarias
2013-01-04 20:46 ` Peter Korsgaard
2013-01-08 17:15 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2013-01-04 20:42 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libnl/libnl.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index 9bf680e..12494f4 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIBNL_VERSION = 3.2.16
+LIBNL_VERSION = 3.2.17
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
LIBNL_LICENSE = LGPLv2.1+
LIBNL_LICENSE_FILES = COPYING
--
1.7.8.6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libnl: bump to version 3.2.17
2013-01-04 20:42 [Buildroot] [PATCH] libnl: bump to version 3.2.17 Gustavo Zacarias
@ 2013-01-04 20:46 ` Peter Korsgaard
2013-01-04 20:52 ` Gustavo Zacarias
2013-01-08 17:15 ` Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2013-01-04 20:46 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/libnl/libnl.mk | 2 +-
Gustavo> 1 files changed, 1 insertions(+), 1 deletions(-)
Gustavo> diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
Gustavo> index 9bf680e..12494f4 100644
Gustavo> --- a/package/libnl/libnl.mk
Gustavo> +++ b/package/libnl/libnl.mk
Gustavo> @@ -4,7 +4,7 @@
Gustavo> #
Gustavo> #############################################################
Gustavo> -LIBNL_VERSION = 3.2.16
Gustavo> +LIBNL_VERSION = 3.2.17
Committed, thanks.
Could you have a look at http://patchwork.ozlabs.org/patch/208318/ ?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libnl: bump to version 3.2.17
2013-01-04 20:46 ` Peter Korsgaard
@ 2013-01-04 20:52 ` Gustavo Zacarias
2013-01-04 21:10 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2013-01-04 20:52 UTC (permalink / raw)
To: buildroot
On 01/04/2013 05:46 PM, Peter Korsgaard wrote:
> Gustavo> -LIBNL_VERSION = 3.2.16
> Gustavo> +LIBNL_VERSION = 3.2.17
>
> Committed, thanks.
>
> Could you have a look at http://patchwork.ozlabs.org/patch/208318/ ?
Yes, it's no longer required, part of 3.2.17
Seems many people had issues with old enough headers and upstream
decided to release .17 with those patches to fit it.
Also fixes our previous autobuild errors which i assume went away when
Thomas probably upgraded to new toolchain versions.
We are talking about <2.6.32 headers IIRC.
Regards.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libnl: bump to version 3.2.17
2013-01-04 20:52 ` Gustavo Zacarias
@ 2013-01-04 21:10 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2013-01-04 21:10 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
>> Could you have a look at http://patchwork.ozlabs.org/patch/208318/ ?
Gustavo> Yes, it's no longer required, part of 3.2.17
Gustavo> Seems many people had issues with old enough headers and upstream
Gustavo> decided to release .17 with those patches to fit it.
Gustavo> Also fixes our previous autobuild errors which i assume went away when
Gustavo> Thomas probably upgraded to new toolchain versions.
Gustavo> We are talking about <2.6.32 headers IIRC.
Ok, thanks - I'll mark that patch as superseeded then.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] libnl: bump to version 3.2.17
2013-01-04 20:42 [Buildroot] [PATCH] libnl: bump to version 3.2.17 Gustavo Zacarias
2013-01-04 20:46 ` Peter Korsgaard
@ 2013-01-08 17:15 ` Thomas Petazzoni
2013-01-08 17:46 ` Gustavo Zacarias
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2013-01-08 17:15 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Fri, 4 Jan 2013 17:42:15 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/libnl/libnl.mk | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
libnl is causing a recurrent build failure:
CC netfilter/exp_obj.lo
netfilter/exp_obj.c: In function 'exp_dump_details':
netfilter/exp_obj.c:271:23: error: 'NF_CT_EXPECT_PERMANENT' undeclared (first use in this function)
netfilter/exp_obj.c:271:23: note: each undeclared identifier is reported only once for each function it appears in
netfilter/exp_obj.c:273:23: error: 'NF_CT_EXPECT_INACTIVE' undeclared (first use in this function)
netfilter/exp_obj.c:275:23: error: 'NF_CT_EXPECT_USERSPACE' undeclared (first use in this function)
See:
http://autobuild.buildroot.org/results/28f23910e2c2090e6f37e8d6a26cdb5adf9615c2/
http://autobuild.buildroot.org/results/b8d0b9e7d5ea3a8f3c4ba29faeee0434ea5a1111/
Could you have a look?
Thanks a lot!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-08 17:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 20:42 [Buildroot] [PATCH] libnl: bump to version 3.2.17 Gustavo Zacarias
2013-01-04 20:46 ` Peter Korsgaard
2013-01-04 20:52 ` Gustavo Zacarias
2013-01-04 21:10 ` Peter Korsgaard
2013-01-08 17:15 ` Thomas Petazzoni
2013-01-08 17:46 ` Gustavo Zacarias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox