From: Martin Jansa Date: Fri, 18 Mar 2011 13:29:55 +0000 (+0100) Subject: libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2ad43721b871134269268883ef4fdae245251d;p=openembedded.git libfsobasics: depend only on libnl(-2.0) not libnl2(-2.0) Acked-by: Koen Kooi Signed-off-by: Martin Jansa --- 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"