summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-03 14:37:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-04 12:04:52 +0100
commitf2a5850a80533730ac8b30399b6bb15a5683fc29 (patch)
tree485959ea2d7c04f3f7a88f4e96ee6cb93bbf913d /meta/recipes-devtools/libtool
parentb4e430a42e086091a08d60018ac694fa99c4b8c7 (diff)
downloadpoky-f2a5850a80533730ac8b30399b6bb15a5683fc29.tar.gz
libtool-native: Drop obsolete systroot config
I can't see any reason this configure like for a sysroot is needed in the native config and it doesn't make any sense. Drop it as obsolete/unneeded. (From OE-Core rev: 67aea7bb485efe6187a255d74c100890333074f6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r--meta/recipes-devtools/libtool/libtool-native_2.5.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb b/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb
index 90c06f0ec3..92f4b46303 100644
--- a/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb
+++ b/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb
@@ -4,8 +4,6 @@ DEPENDS = ""
4 4
5inherit native 5inherit native
6 6
7EXTRA_OECONF = " --with-sysroot=${STAGING_DIR_NATIVE}"
8
9do_configure:prepend () { 7do_configure:prepend () {
10 # Remove any existing libtool m4 since old stale versions would break 8 # Remove any existing libtool m4 since old stale versions would break
11 # any upgrade 9 # any upgrade