diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:08:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:58:33 +0100 |
commit | 89b91fde9b73e308e27948ec0541d2ca88cb5a23 (patch) | |
tree | e6f4f2ee8c72aff61c40f9108c1e7ef23c69d89d /meta | |
parent | 3ba6d0183e53aba2ed5b4151f0a61b70570bca66 (diff) | |
download | poky-89b91fde9b73e308e27948ec0541d2ca88cb5a23.tar.gz |
perlnative.bbclass: add the file
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/perlnative.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/perlnative.bbclass b/meta/classes/perlnative.bbclass new file mode 100644 index 0000000000..522344d9af --- /dev/null +++ b/meta/classes/perlnative.bbclass | |||
@@ -0,0 +1,2 @@ | |||
1 | PATH_prepend = "${STAGING_BINDIR_NATIVE}/perl-native:" | ||
2 | DEPENDS += "perl-native" | ||