[oe-commits] Michael 'Mickey' Lauer : fsodeviced: fix packaging and dependencies

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


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat May 30 21:40:58 2009 +0200

fsodeviced: fix packaging and dependencies

---

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

diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc
index 41d6f33..df64402 100644
--- a/recipes/freesmartphone/cornucopia.inc
+++ b/recipes/freesmartphone/cornucopia.inc
@@ -4,11 +4,21 @@ LICENSE = "LGPL"
 SECTION = "devel"
 DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib"
 PV = "0.0.0.0+gitr${SRCREV}"
-INC_PR = "r0"
+INC_PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master"
 S = "${WORKDIR}/git/${PN}"
 
 inherit autotools_stage pkgconfig vala
 
-FILES_${PN} += "${sysconfdir} ${datadir}/${PN}"
+FILES_${PN} += "\
+  ${sysconfdir} \
+  ${datadir}/${PN} \
+  ${libdir}/cornucopia/modules/*/lib*.so \
+"
+FILES_${PN}-dev += "\
+  ${libdir}/cornucopia/modules/*/lib*.la \
+"
+FILES_${PN}-dbg += "\
+  ${libdir}/cornucopia/modules/*/.debug \
+"
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index f7e12e9..b8c5fdf 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,4 +1,5 @@
 require cornucopia.inc
 inherit fso-plugin
-PR = "${INC_PR}.0"
 
+DEPENDS += "libascenario libcanberra"
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list