[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
Thu Jun 18 12:21:35 UTC 2009


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

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