From 2ec171cb188601bf18c6c2895870907024b1c52a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 25 Sep 2013 12:36:00 +0000 Subject: gcc/libtool/perl: Fix various path to sed-native problems If sed-native is built before these programs, hardcoded paths to sed-native can end up in scripts and other parts of the system which may cause issues if they are later used from sstate and sed-native is not installed. To avoid this, this patch changes the global site configuration to specify that plain "sed" is fine to be used. We need to spell this out for gcc since it doesn't see the site files since we don't autoreconf it. We can remove the values from libtool. We tell perl to use "/bin/sed" since it requires a path and the system sed should be just fine for it. [YOCTO #4971] Signed-off-by: Richard Purdie Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/libtool/libtool-native_2.4.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/libtool/libtool-native_2.4.2.bb') diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb index 18188ef7f3..df73f08e99 100644 --- a/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb +++ b/meta/recipes-devtools/libtool/libtool-native_2.4.2.bb @@ -8,7 +8,6 @@ SRC_URI += "file://prefix.patch" inherit native EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" -CACHED_CONFIGUREVARS += "ac_cv_path_SED=/bin/sed" do_configure_prepend () { # Remove any existing libtool m4 since old stale versions would break -- cgit 1.2.3-korg