xpext: fix build with B!=S

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Richard Purdie
2014-06-21 11:07:36 +02:00
committed by Martin Jansa
parent e510f7547d
commit 00d884a616
@@ -12,9 +12,9 @@ S = "${WORKDIR}/xpext-1.0"
inherit autotools pkgconfig inherit autotools pkgconfig
do_configure_prepend () { do_configure_prepend () {
cd ${S} cd ${B}
chmod +x ./autogen.sh chmod +x ${S}/autogen.sh
./autogen.sh ${S}/autogen.sh
} }
SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"