[OE-core] [PATCH] cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

Phil Blundell philb at gnu.org
Mon Aug 15 16:17:09 UTC 2011


On Mon, 2011-08-15 at 17:16 +0100, Phil Blundell wrote:
> When CMake is looking for perl, it only searches in the specific directories
> that it's told about and ignores ${PATH}.  If perlnative is in use, ensure
> that the appropriate installation path is added to the list of places that
> cmake will look for perl, otherwise it won't ever be found.
> 
> Signed-off-by: Phil Blundell <philb at gnu.org>
> ---
>  meta/classes/cmake.bbclass      |    3 ++-
>  meta/classes/perlnative.bbclass |    1 +
>  2 files changed, 3 insertions(+), 1 deletions(-)

This is not very pretty, but then I guess nothing to do with cmake ever
is.  Better suggestions for how to make this work are of course welcome.

p.






More information about the Openembedded-core mailing list