aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-06-19 10:54:04 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 10:36:54 +0200
commitc811ad2cdca06797f1e9cf9478167bc4808a1908 (patch)
tree7c546e54a95f3cb64a859240b897ba7f9b9c7fe4 /meta-oe
parenta04c794b587e207b06465d1eac5e5ea8b1346641 (diff)
downloadmeta-openembedded-contrib-c811ad2cdca06797f1e9cf9478167bc4808a1908.tar.gz
libsocketcan: Fix build with B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/socketcan/libsocketcan_0.0.9.bb2
1 files changed, 1 insertions, 1 deletions
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 df3c163ba3..98ef73f297 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
}