[oe] [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B

Khem Raj raj.khem at gmail.com
Sat Apr 26 20:34:31 UTC 2014


Signed-off-by: Khem Raj <raj.khem 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"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list