[oe-commits] Michael 'Mickey' Lauer : cornucopia.inc: ship dbus system activation files. Thanks Playya for spotting

git version control git at git.openembedded.org
Wed Jul 1 17:29:52 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jul  1 14:55:11 2009 +0000

cornucopia.inc: ship dbus system activation files. Thanks Playya for spotting

---

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

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 12772df..d30afd8 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -5,7 +5,7 @@ SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee"
 DEPENDS  += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework misc-vapi'.split())]}"
 PV = "0.0.0.0+gitr${SRCREV}"
-INC_PR = "r3"
+INC_PR = "r4"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"
@@ -14,7 +14,8 @@ inherit autotools_stage pkgconfig vala
 
 FILES_${PN} += "\
   ${sysconfdir} \
-  ${datadir}/${PN} \
+  ${datadir}\${PN} \
+  ${datadir}/dbus-1 \
   ${libdir}/cornucopia/modules/*/lib*.so \
 "
 FILES_${PN}-dev += "\





More information about the Openembedded-commits mailing list