diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-18 00:57:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:39:58 +0100 |
commit | 3020570504826da0583986af84ca7ff2d936c22a (patch) | |
tree | 555f2cbd2b43c95892a4d086f1cc801d5fad847a /meta/recipes-devtools/perl/perl.inc | |
parent | 304ebe1fa2b05f62a15882095317044fd29c4c8d (diff) | |
download | poky-3020570504826da0583986af84ca7ff2d936c22a.tar.gz |
perl: use perl.inc for target and native perl
It can reduce the duplicated code.
(From OE-Core rev: c27bb63d7ea6487f065cb56dca952b510650288c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl.inc')
-rw-r--r-- | meta/recipes-devtools/perl/perl.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl.inc b/meta/recipes-devtools/perl/perl.inc new file mode 100644 index 0000000000..0d9716c235 --- /dev/null +++ b/meta/recipes-devtools/perl/perl.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Perl scripting language" | ||
2 | HOMEPAGE = "http://www.perl.org/" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
5 | LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | ||
6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" | ||
7 | |||
8 | SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" | ||