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

git version control git at git.openembedded.org
Thu Jun 18 12:21:36 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: be57c072589e730f18e313510322a1c795422361
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=be57c072589e730f18e313510322a1c795422361

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