Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native | Phil Blundell | 2011-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. (From OE-Core rev: add9e4e30e0b1e0f93479b43ce61953efb90985d) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | perlnative.bbclass: add the file | Dexuan Cui | 2011-06-09 | 1 | -0/+2 |
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> |