diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 10:54:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 10:36:54 +0200 |
commit | c811ad2cdca06797f1e9cf9478167bc4808a1908 (patch) | |
tree | 7c546e54a95f3cb64a859240b897ba7f9b9c7fe4 /meta-oe | |
parent | a04c794b587e207b06465d1eac5e5ea8b1346641 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 df3c163ba..98ef73f29 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" | |||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | do_configure_prepend() { | 18 | do_configure_prepend() { |
19 | sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: configure.ac | 19 | sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.9: ${S}/configure.ac |
20 | } | 20 | } |