[oe-commits] Martin Jansa : libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)

git version control git at git.openembedded.org
Thu Mar 24 10:22:46 UTC 2011


Module: openembedded.git
Branch: master
Commit: 5a2ad43721b871134269268883ef4fdae245251d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a2ad43721b871134269268883ef4fdae245251d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 18 14:29:55 2011 +0100

libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)

Acked-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/freesmartphone/libfsobasics_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index c99bd8e..1d751ca 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -1,8 +1,8 @@
 require cornucopia.inc
 
 DESCRIPTION = "freesmartphone.org support library"
-DEPENDS += "libnl2"
+DEPENDS += "libnl"
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.9.10+gitr${SRCPV}"
 PE = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"





More information about the Openembedded-commits mailing list