[oe-commits] Stefan Schmidt : emotion_svn: Give path to edje_cc to fix build. Bump PR.

git version control git at git.openembedded.org
Fri Jul 31 15:40:06 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Fri Jul 31 14:05:47 2009 +0000

emotion_svn: Give path to edje_cc to fix build. Bump PR.

---

 recipes/efl1/emotion_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 455bc82..0f31e66 100644
--- a/recipes/efl1/emotion_svn.bb
+++ b/recipes/efl1/emotion_svn.bb
@@ -3,11 +3,11 @@ LICENSE = "MIT BSD"
 # we no longer build the libxine backend, since the gstreamer backend seems more promising
 DEPENDS = "eet evas ecore edje gstreamer gst-plugins-base"
 PV = "0.1.0.042+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit efl
 
-EXTRA_OECONF = "--disable-xine --enable-gstreamer"
+EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 
 PACKAGES =+ "emotion-backend-gstreamer"
 FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"





More information about the Openembedded-commits mailing list