[oe-commits] Martin Jansa : libsocketcan: Fix build with B!=S

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:24:40 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 10:54:04 2014 +0200

libsocketcan: Fix build with B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
index df3c163..98ef73f 100644
--- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
+++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb
@@ -16,5 +16,5 @@ S = "${WORKDIR}/git"
 inherit autotools pkgconfig
 
 do_configure_prepend() {
-    sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: configure.ac
+    sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: ${S}/configure.ac
 }



More information about the Openembedded-commits mailing list