libsocketcan: Fix build with B!=S

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2014-06-19 10:54:04 +02:00
parent a04c794b58
commit c811ad2cdc

View File

@ -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
}