mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Martin Jansa
parent
e510f7547d
commit
00d884a616
@@ -12,9 +12,9 @@ S = "${WORKDIR}/xpext-1.0"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend () {
|
||||
cd ${S}
|
||||
chmod +x ./autogen.sh
|
||||
./autogen.sh
|
||||
cd ${B}
|
||||
chmod +x ${S}/autogen.sh
|
||||
${S}/autogen.sh
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"
|
||||
|
||||
Reference in New Issue
Block a user