aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-25 11:41:30 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-25 13:28:03 +0100
commitc505667e9d864db8ff99914e33c24bb79dcb8be0 (patch)
treeff2ca780bd97613ce9d4d1ed91ae5b15db1ed83e /recipes/openmoko-3rdparty
parent5c9396ce5649f534c17ddf34d8e79e3a6baea25b (diff)
downloadopenembedded-c505667e9d864db8ff99914e33c24bb79dcb8be0.tar.gz
podboy: sync with Valery's recipe, add missing edje-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r--recipes/openmoko-3rdparty/podboy_svn.bb8
1 files changed, 4 insertions, 4 deletions
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
}