From: Christopher Larson <[email protected]> Hardcoded paths to perl don't make sense, use from the environment instead.
[Patch taken from meta-mentor by RP] Signed-off-by: Christopher Larson <[email protected]> Signed-off-by: Richard Purdie <[email protected]> diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 96254f0..0b3807b 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -16,6 +16,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ inherit autotools-brokensep perlnative EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" +EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" EXTRA_OEMAKE_append_class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" do_compile_prepend () { -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
