aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/perlnative.bbclass
AgeCommit message (Collapse)Author
2011-08-16cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-nativePhil Blundell
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>
2011-06-14perlnative.bbclass: add the fileDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>