aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:29:55 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-26 14:56:36 +0100
commitd117a073adba30fd2183bd4cfb88cf5ec6e2c488 (patch)
tree56478af7d06516ced09780e04c6ecaa859e1ce48 /recipes
parent235d4fee4d241c5e45e213de34a6b46c098a48db (diff)
downloadopenembedded-d117a073adba30fd2183bd4cfb88cf5ec6e2c488.tar.gz
libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0)
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/libfsobasics_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index c99bd8e20d..1d751ca1c3 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"