[oe-commits] Stefan Schmidt : emotion_svn: Remove not needed sed hack for edje_cc.

git version control git at git.openembedded.org
Sun Sep 13 19:47:27 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Sun Sep 13 19:46:13 2009 +0000

emotion_svn: Remove not needed sed hack for edje_cc.

---

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

diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 79b35d9..662628d 100644
--- a/recipes/efl1/emotion_svn.bb
+++ b/recipes/efl1/emotion_svn.bb
@@ -3,7 +3,7 @@ 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 = "r3"
+PR = "r4"
 
 inherit efl
 
@@ -12,11 +12,3 @@ EXTRA_OECONF = "--disable-xine --enable-gstreamer --with-edje-cc=${STAGING_BINDI
 PACKAGES =+ "emotion-backend-gstreamer"
 FILES_emotion-backend-gstreamer = "${libdir}/emotion/*.so"
 RRECOMMENDS_${PN} = "emotion-backend-gstreamer"
-
-
-do_configure_append() {
-	for i in $(find ${WORKDIR}/emotion -name 'Makefile'); do 
-		sed -i -e s:/usr/bin/edje_cc:${STAGING_DIR}/${BUILD_SYS}/usr/bin/edje_cc: \
-			${i}
-	done
-}





More information about the Openembedded-commits mailing list