diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-08-31 12:22:50 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-10-04 05:21:28 -1000 |
| commit | 0451adb82e602c9891e3459341494e3c600abd0c (patch) | |
| tree | ac85176a12d6ce2e0a9fa327eee6484609141562 | |
| parent | c559b2cc3622d2c501b8a88152fd4ed3b95ec574 (diff) | |
| download | poky-0451adb82e602c9891e3459341494e3c600abd0c.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-connectivity/inetutils/inetutils_2.4.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.4.bb b/meta/recipes-connectivity/inetutils/inetutils_2.4.bb index d3d65e1469..5b36036050 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.4.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.4.bb | |||
| @@ -68,10 +68,6 @@ ERROR_QA:remove = "unknown-configure-option" | |||
| 68 | 68 | ||
| 69 | do_configure:prepend () { | 69 | do_configure:prepend () { |
| 70 | export HELP2MAN='true' | 70 | export HELP2MAN='true' |
| 71 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath | ||
| 72 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
| 73 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
| 74 | rm -f ${S}/glob/configure* | ||
| 75 | } | 71 | } |
| 76 | 72 | ||
| 77 | do_install:append () { | 73 | do_install:append () { |
