]> code.ossystems Code Review - openembedded-core.git/commit
gnu-config: Use perl from the environment, not a hardcoded path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Mar 2011 11:44:11 +0000 (11:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Mar 2011 11:49:47 +0000 (11:49 +0000)
commita508e7c03840efcd5877f4185e8f024cedb9453f
treef8a0132e93779ee333a573a55ca78be19d02ee21
parent02bc593928735abb9ac5c85b9e94d0285a6f3e8c
gnu-config: Use perl from the environment, not a hardcoded path

Using the hardcoded perl binary can cause conflict between the files in the native
sysroot and those of the build system perl. By using perl from the environment
we can at least ensure a consistent perl environment.

Patches taken from OE.dev commits:
be21179c5321bd0afb9221f020ac12ad75c86a3b gnu-config: use /usr/bin/env perl instead of /usr/bin/perl in gnu-configize.in
edcdefbf6e0675c1bcc1fc4f464f654223380e50 gnu-config: update also bindir change to replace /usr/bin/env instead of /usr/bin/perl

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in
meta/recipes-devtools/gnu-config/gnu-config_20080123.bb