From: Martin Jansa Date: Fri, 2 Apr 2010 08:00:59 +0000 (+0200) Subject: mokoko: add autopoint work-around X-Git-Tag: Release-2010-05/1~152^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd4ab4bab6ce4d92833466336c8452fc6935993;p=openembedded.git mokoko: add autopoint work-around --- diff --git a/recipes/mokoko/mokoko_svn.bb b/recipes/mokoko/mokoko_svn.bb index 3196234b54..a66e01ed0d 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/*"