[oe-commits] Martin Jansa : podboy: bump SRCREV to 1.7. 2 release compatible with current EFL_SRCREV

git version control git at git.openembedded.org
Wed Nov 24 14:31:43 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 24 15:20:35 2010 +0100

podboy: bump SRCREV to 1.7.2 release compatible with current EFL_SRCREV

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

---

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

diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb
index 8e57e1d..a6eeeb6 100644
--- a/recipes/openmoko-3rdparty/podboy_svn.bb
+++ b/recipes/openmoko-3rdparty/podboy_svn.bb
@@ -5,9 +5,8 @@ AUTHOR = "Valéry Febvre <vfebvre at easter-eggs.com>"
 SECTION = "x11/applications"
 PRIORITY = "optional"
 
-SRCREV = "174"
-PV = "1.6.1+svnr${SRCPV}"
-PR = "r3"
+SRCREV = "210"
+PV = "1.7.2+svnr${SRCPV}"
 
 PACKAGE_ARCH = "all"
 
@@ -21,6 +20,7 @@ FILES_${PN} += "${datadir}/podboy ${datadir}/applications/podboy.desktop ${datad
 DEPENDS = "${@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_prepend() {
-	${STAGING_BINDIR_NATIVE}/edje_cc ${S}/data/podboy.edc
+do_compile_append() {
+	cd ${S}/data/
+	${STAGING_BINDIR_NATIVE}/edje_cc podboy.edc
 }





More information about the Openembedded-commits mailing list