[oe-commits] Thomas Zimmermann : emotion: fix staging QA issue

git version control git at git.openembedded.org
Tue Oct 13 19:17:58 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: fcc44f91887d091b0cc7131f84a1727b37756b48
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fcc44f91887d091b0cc7131f84a1727b37756b48

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Mon Oct  5 18:54:57 2009 +0000

emotion: fix staging QA issue

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/efl1/emotion_svn.bb b/recipes/efl1/emotion_svn.bb
index 662628d..172d2a7 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 = "r4"
+PR = "r5"
 
 inherit efl
 
@@ -12,3 +12,7 @@ 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_compile_append() {
+	sed -i "s/${@"${PKG_CONFIG_SYSROOT_DIR}".replace('/','\/')}\/usr\/local\/lib/\$\{libdir\}/" ${S}/emotion.pc
+}





More information about the Openembedded-commits mailing list