aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl2_git.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-10 10:08:59 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-10 10:10:05 -0700
commit8229cb1214867b14890015924089858b429ccd6c (patch)
tree30e7d42e6ded1fdea17ca419f0501a1b2afb4efb /recipes/libnl/libnl2_git.bb
parentd344300c57dc0fc4a8505c7c7979bdee6d86e6da (diff)
downloadopenembedded-8229cb1214867b14890015924089858b429ccd6c.tar.gz
libnl2: Fix a race on route/pktloc_syntax.h
At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/libnl/libnl2_git.bb')
-rw-r--r--recipes/libnl/libnl2_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
index 6c5f9f19f5..a04ac3b805 100644
--- a/recipes/libnl/libnl2_git.bb
+++ b/recipes/libnl/libnl2_git.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
SRCREV = "d378220c96c3c8b6f27dca33e7d8ba03318f9c2d"
PV = "1.9+gitr${SRCPV}"
PE = "1"
-PR = "r1"
+PR = "r2"
inherit autotools
@@ -14,6 +14,7 @@ includedir = ${prefix}/include/libnl2
SRC_URI = "\
git://git.kernel.org/pub/scm/libs/netlink/libnl.git;protocol=git \
file://fix-pc-file.patch \
+ file://fix-pktloc_syntax_h-race.patch \
"
S = "${WORKDIR}/git"