mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00: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: edfd456dee40dcd6a65545c60a6ace50aa52f65f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f11fac5430c1308347f673c6e1fb6c5b2c7ff9c0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
c559b2cc36
commit
0451adb82e
@@ -68,10 +68,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