[oe-commits] Michael 'Mickey' Lauer : libfsoframework: add dependency on misc-vapi

git version control git at git.openembedded.org
Fri Jun 12 16:11:28 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: a7a9a7d414dbd386aaa1db38d4b2107af942e414
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7a9a7d414dbd386aaa1db38d4b2107af942e414

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jun 12 16:11:11 2009 +0000

libfsoframework: add dependency on misc-vapi

---

 recipes/freesmartphone/cornucopia.inc         |    2 +-
 recipes/freesmartphone/libfsoframework_git.bb |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 9cda3dc..12772df 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,7 +3,7 @@ AUTHOR = "Team FSO"
 LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
-DEPENDS  += "${@["libfsoframework", ""][(bb.data.getVar('PN', d, 1) == 'libfsoframework')]}"
+DEPENDS  += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework misc-vapi'.split())]}"
 PV = "0.0.0.0+gitr${SRCREV}"
 INC_PR = "r3"
 
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb
index c8c9543..44eaf8f 100644
--- a/recipes/freesmartphone/libfsoframework_git.bb
+++ b/recipes/freesmartphone/libfsoframework_git.bb
@@ -1,5 +1,6 @@
 require cornucopia.inc
 DESCRIPTION = "freesmartphone.org support library"
+DEPENDS += "misc-vapi"
 PV = "0.1.0.0+gitr${SRCREV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 





More information about the Openembedded-commits mailing list