From: Martin Jansa Date: Thu, 25 Nov 2010 10:41:30 +0000 (+0100) Subject: podboy: sync with Valery's recipe, add missing edje-native dependency X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c505667e9d864db8ff99914e33c24bb79dcb8be0;p=openembedded.git podboy: sync with Valery's recipe, add missing edje-native dependency Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb index a6eeeb6fb0..4ce4a39167 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 }