[oe-commits] Martin Jansa : mokoko: add autopoint work-around

git version control git at git.openembedded.org
Fri Apr 2 08:01:08 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Apr  2 10:00:59 2010 +0200

mokoko: add autopoint work-around

---

 recipes/mokoko/mokoko_svn.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/mokoko/mokoko_svn.bb b/recipes/mokoko/mokoko_svn.bb
index 3196234..a66e01e 100644
--- a/recipes/mokoko/mokoko_svn.bb
+++ b/recipes/mokoko/mokoko_svn.bb
@@ -7,7 +7,7 @@ RDEPENDS = "gstreamer"
 
 SRCREV = "127"
 PV = "0.1+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "svn://om-mediaplayer.googlecode.com/svn/;module=trunk;proto=http"
 
@@ -15,4 +15,8 @@ S = "${WORKDIR}/trunk/mokoko"
 
 inherit autotools
 
+do_configure_prepend () {
+        autopoint --force
+}
+
 FILES_${PN} += "${prefix}/etc/*"





More information about the Openembedded-commits mailing list