[oe-commits] Michael 'Mickey' Lauer : cornucopia.inc: depend on libfsoframework, if this package is not libfsoframework already

git version control git at git.openembedded.org
Tue Jun 9 15:46:46 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jun  9 15:44:39 2009 +0000

cornucopia.inc: depend on libfsoframework, if this package is not libfsoframework already

---

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

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index e7393ba..9cda3dc 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -3,8 +3,9 @@ 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')]}"
 PV = "0.0.0.0+gitr${SRCREV}"
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"





More information about the Openembedded-commits mailing list