[oe-commits] Henning Heinold : libnl2: add flex-native and bison-native to the depends and bump PR

git version control git at git.openembedded.org
Fri Feb 25 21:02:07 UTC 2011


Module: openembedded.git
Branch: testing-release-2011.03
Commit: 035d139c6463d23b43fcc86fdd01cb0fcbcb2a11
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=035d139c6463d23b43fcc86fdd01cb0fcbcb2a11

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Feb 25 20:22:31 2011 +0100

libnl2: add flex-native and bison-native to the depends and bump PR

---

 recipes/libnl/libnl2_2.0.bb |    4 +++-
 recipes/libnl/libnl2_git.bb |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/libnl/libnl2_2.0.bb b/recipes/libnl/libnl2_2.0.bb
index 3484f24..7e9336e 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 9c6ff42..b667815 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
 





More information about the Openembedded-commits mailing list