]> code.ossystems Code Review - openembedded-core.git/commit
cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native
authorPhil Blundell <philb@gnu.org>
Mon, 15 Aug 2011 16:16:31 +0000 (17:16 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 17 Aug 2011 05:53:50 +0000 (22:53 -0700)
commitadd9e4e30e0b1e0f93479b43ce61953efb90985d
treec8402f17baaeb3304544e65ff4e45a688bab34ad
parent13db5f420ca9bff98561f80d78958278734ad1f4
cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

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@gnu.org>
meta/classes/cmake.bbclass
meta/classes/perlnative.bbclass