mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
xpext: Drop uneeded custom do_configure to fix B!=S builds
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
9daa35c4db
commit
bda86d29af
@@ -11,11 +11,5 @@ S = "${WORKDIR}/xpext-1.0"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend () {
|
||||
cd ${B}
|
||||
chmod +x ${S}/autogen.sh
|
||||
${S}/autogen.sh
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"
|
||||
SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe"
|
||||
|
||||
Reference in New Issue
Block a user