aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-25 20:22:31 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-26 11:51:12 +0100
commit57c80b7eb351ca90b6060189b6b0220d2fdee78d (patch)
tree20833af94b27788b67849115b2e182f17b698753 /recipes/libnl
parent04ad8fa72d58bbe370e263f3e55ce0d30ab39a68 (diff)
downloadopenembedded-57c80b7eb351ca90b6060189b6b0220d2fdee78d.tar.gz
libnl2: add flex-native and bison-native to the depends and bump PR
Diffstat (limited to 'recipes/libnl')
-rw-r--r--recipes/libnl/libnl2_2.0.bb4
-rw-r--r--recipes/libnl/libnl2_git.bb4
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes/libnl/libnl2_2.0.bb b/recipes/libnl/libnl2_2.0.bb
index 3484f24543..7e9336e68a 100644
--- a/recipes/libnl/libnl2_2.0.bb
+++ b/recipes/libnl/libnl2_2.0.bb
@@ -3,7 +3,9 @@ SECTION = "libs/network"
LICENSE = "LGPL"
HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
PE = "1"
-PR = "r1"
+PR = "r2"
+
+DEPENDS = "flex-native bison-native"
inherit autotools pkgconfig
diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
index 9c6ff42032..b667815924 100644
--- a/recipes/libnl/libnl2_git.bb
+++ b/recipes/libnl/libnl2_git.bb
@@ -5,7 +5,9 @@ HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
SRCREV = "d378220c96c3c8b6f27dca33e7d8ba03318f9c2d"
PV = "1.9+gitr${SRCPV}"
PE = "1"
-PR = "r2"
+PR = "r3"
+
+DEPENDS = "flex-native bison-native"
inherit autotools