[oe-commits] Khem Raj : esound: Fix build when B != S

git at git.openembedded.org git at git.openembedded.org
Wed Apr 30 14:46:21 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: e87c1a2fa8c33c23d63bae0257b100540742e458
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e87c1a2fa8c33c23d63bae0257b100540742e458

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Apr 25 15:21:43 2014 -0700

esound: Fix build when B != S

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/esound/esound_0.2.36.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
index d454384..035358d 100644
--- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
+++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
@@ -22,7 +22,7 @@ EXTRA_OECONF = " \
     --disable-artstest \
 "
 do_configure_prepend() {
-    sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac
+    sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' ${S}/configure.ac
 }
 
 PACKAGES =+ "esddsp esd esd-utils"



More information about the Openembedded-commits mailing list