freesmartphone: only libfsobasics requires libnl2 now; the others drag it automatical...
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 26 Jan 2010 22:46:27 +0000 (23:46 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 26 Jan 2010 22:46:27 +0000 (23:46 +0100)
recipes/freesmartphone/fsonetworkd_git.bb
recipes/freesmartphone/libfsobasics_git.bb
recipes/freesmartphone/libfsoframework_git.bb

index 2faf0a5..c0b8696 100644 (file)
@@ -1,6 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
-DEPENDS += "libnl2"
 PV = "0.1.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.2"
 
index 3a26810..fc095f1 100644 (file)
@@ -1,5 +1,6 @@
 require cornucopia.inc
 
 DESCRIPTION = "freesmartphone.org support library"
+DEPENDS += "libnl2"
 PV = "0.8.2.0+gitr${SRCREV}"
 PR = "${INC_PR}.0"
index e7c25db..5840cdb 100644 (file)
@@ -1,6 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org support library"
-DEPENDS += "libfsobasics alsa-lib libnl2"
+DEPENDS += "libfsobasics alsa-lib"
 PV = "0.2.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.1"