libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 13:29:55 +0000 (14:29 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Mar 2011 10:18:20 +0000 (11:18 +0100)
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/freesmartphone/libfsobasics_git.bb

index c99bd8e..1d751ca 100644 (file)
@@ -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"