[oe-commits] Khem Raj : gnome-control-center: 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: 95d3a4ee4cab71f5ccdd31efdd2a52f1083e62f4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=95d3a4ee4cab71f5ccdd31efdd2a52f1083e62f4

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

gnome-control-center: 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>

---

 .../recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
index 05e59cd..5cc7ad1 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
@@ -14,7 +14,7 @@ SRC_URI[archive.sha256sum] = "7c568b57358e5c08f4d8dd76dbac7df2539135ad081872b605
 LDFLAGS += "-lgthread-2.0 -lxml2"
 
 do_configure_prepend() {
-    sed -i s:help::g Makefile.am
+    sed -i s:help::g ${S}/Makefile.am
 }
 do_install_append() {
     rm -rf ${D}${datadir}/mime



More information about the Openembedded-commits mailing list