[oe-commits] Michael 'Mickey' Lauer : freesmartphone: only libfsobasics requires libnl2 now; the others drag it automatically in through libfsobasics

git version control git at git.openembedded.org
Tue Jan 26 22:46:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 675e252330de0ad34118085731a0b38d4f531ec7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=675e252330de0ad34118085731a0b38d4f531ec7

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 26 23:46:27 2010 +0100

freesmartphone: only libfsobasics requires libnl2 now; the others drag it automatically in through libfsobasics

---

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

diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb
index 2faf0a5..c0b8696 100644
--- a/recipes/freesmartphone/fsonetworkd_git.bb
+++ b/recipes/freesmartphone/fsonetworkd_git.bb
@@ -1,6 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
-DEPENDS += "libnl2"
 PV = "0.1.0.0+gitr${SRCREV}"
 PR = "${INC_PR}.2"
 
diff --git a/recipes/freesmartphone/libfsobasics_git.bb b/recipes/freesmartphone/libfsobasics_git.bb
index 3a26810..fc095f1 100644
--- a/recipes/freesmartphone/libfsobasics_git.bb
+++ b/recipes/freesmartphone/libfsobasics_git.bb
@@ -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"
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index e7c25db..5840cdb 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -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"
 





More information about the Openembedded-commits mailing list