From 67aea7bb485efe6187a255d74c100890333074f6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 3 Jun 2024 14:37:55 +0100 Subject: [PATCH] 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. Signed-off-by: Richard Purdie --- meta/recipes-devtools/libtool/libtool-native_2.5.0.bb | 2 -- 1 file changed, 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 90c06f0ec3f..92f4b463032 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 = "" inherit native -EXTRA_OECONF = " --with-sysroot=${STAGING_DIR_NATIVE}" - do_configure:prepend () { # Remove any existing libtool m4 since old stale versions would break # any upgrade -- 2.47.2