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

git at git.openembedded.org git at git.openembedded.org
Thu May 1 16:59:15 UTC 2014


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

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

gnome-bluetooth: 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/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
index 8de03a4..94bfa3b 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
@@ -21,7 +21,7 @@ EXTRA_OECONF += "--enable-nautilus-sendto=no"
 
 # No native docbook XSL stylesheets recipe in OE yet
 do_configure_prepend() {
-    sed -i s/help// Makefile.am
+    sed -i s/help// ${S}/Makefile.am
 }
 
 do_configure_append() {



More information about the Openembedded-commits mailing list