From 3020570504826da0583986af84ca7ff2d936c22a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 18 Jun 2015 00:57:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta/recipes-devtools/perl/perl.inc (limited to 'meta/recipes-devtools/perl/perl.inc') 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 @@ +SUMMARY = "Perl scripting language" +HOMEPAGE = "http://www.perl.org/" +SECTION = "devel" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ + file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" + +SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" -- cgit v1.2.3-54-g00ecf