libnl2: add flex-native and bison-native to the depends and bump PR
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Feb 2011 19:22:31 +0000 (20:22 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Feb 2011 19:22:31 +0000 (20:22 +0100)
recipes/libnl/libnl2_2.0.bb
recipes/libnl/libnl2_git.bb

index 3484f24..7e9336e 100644 (file)
@@ -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
 
index 9c6ff42..b667815 100644 (file)
@@ -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