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

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:47:01 UTC 2014


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Apr 26 13:34:31 2014 -0700

epiphany: Fix build when S != B

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

---

 meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
index df22e36..3d7fc18 100644
--- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
+++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
@@ -12,7 +12,7 @@ EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-f
 
 do_configure_prepend() {
     touch ${S}/gnome-doc-utils.make
-    sed -i -e s:help::g Makefile.am
+    sed -i -e s:help::g ${S}/Makefile.am
 }
 
 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"



More information about the Openembedded-commits mailing list