[oe-commits] Martin Jansa : podboy: sync with Valery's recipe, add missing edje-native dependency

git version control git at git.openembedded.org
Thu Nov 25 12:28:28 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Nov 25 11:41:30 2010 +0100

podboy: sync with Valery's recipe, add missing edje-native dependency

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/podboy_svn.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb
index a6eeeb6..4ce4a39 100644
--- a/recipes/openmoko-3rdparty/podboy_svn.bb
+++ b/recipes/openmoko-3rdparty/podboy_svn.bb
@@ -7,6 +7,7 @@ PRIORITY = "optional"
 
 SRCREV = "210"
 PV = "1.7.2+svnr${SRCPV}"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 
@@ -17,10 +18,9 @@ inherit distutils
 
 FILES_${PN} += "${datadir}/podboy ${datadir}/applications/podboy.desktop ${datadir}/pixmaps/podboy.png"
 
-DEPENDS = "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
+DEPENDS = "edje-native ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
 RDEPENDS_${PN} += "python-compression python-elementary python-gst python-html python-netclient python-netserver python-sqlite3 python-subprocess gst-plugin-alsa gst-plugin-audioconvert gst-plugin-audioresample gst-plugin-bluez ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)} gst-plugin-ogg gst-plugin-volume gst-plugin-vorbis"
 
-do_compile_append() {
-	cd ${S}/data/
-	${STAGING_BINDIR_NATIVE}/edje_cc podboy.edc
+do_compile_prepend() {
+	${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/data ${S}/data/podboy.edc
 }





More information about the Openembedded-commits mailing list