mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
inetutils: remove obsolete cruft from do_configure
glob/ doesn't exist and the other files are copied by autotools.bbclass (From OE-Core rev: f11fac5430c1308347f673c6e1fb6c5b2c7ff9c0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc025f14a2
commit
1949790712
@@ -64,10 +64,6 @@ ERROR_QA:remove = "unknown-configure-option"
|
||||
|
||||
do_configure:prepend () {
|
||||
export HELP2MAN='true'
|
||||
cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
rm -f ${S}/glob/configure*
|
||||
}
|
||||
|
||||
do_install:append () {
|
||||
|
||||
Reference in New Issue
Block a user