[oe-commits] Richard Purdie : xpext: fix build with B!=S

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:58 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jun 21 11:07:36 2014 +0200

xpext: fix build with B!=S

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
index 7cb84ff..4a1379d 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -12,9 +12,9 @@ S = "${WORKDIR}/xpext-1.0"
 inherit autotools pkgconfig
 
 do_configure_prepend () {
-    cd ${S}
-    chmod +x ./autogen.sh
-    ./autogen.sh
+    cd ${B}
+    chmod +x ${S}/autogen.sh
+    ${S}/autogen.sh
 }
 
 SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"



More information about the Openembedded-commits mailing list