summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_5.22.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl-native_5.22.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.22.0.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools/perl/perl-native_5.22.0.bb
index dbfd82d23f..488871a51d 100644
--- a/meta/recipes-devtools/perl/perl-native_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.22.0.bb
@@ -1,12 +1,6 @@
1SUMMARY = "Perl scripting language" 1require perl.inc
2HOMEPAGE = "http://www.perl.org/"
3SECTION = "libs"
4LICENSE = "Artistic-1.0 | GPL-1.0+"
5 2
6LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ 3SRC_URI += "\
7 file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3"
8
9SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz \
10 file://Configure-multilib.patch \ 4 file://Configure-multilib.patch \
11 file://perl-configpm-switch.patch \ 5 file://perl-configpm-switch.patch \
12 file://native-nopacklist.patch \ 6 file://native-nopacklist.patch \
@@ -19,8 +13,6 @@ SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz \
19SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" 13SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79"
20SRC_URI[sha256sum] = "be83ead0c5c26cbbe626fa4bac1a4beabe23a9eebc15d35ba49ccde11878e196" 14SRC_URI[sha256sum] = "be83ead0c5c26cbbe626fa4bac1a4beabe23a9eebc15d35ba49ccde11878e196"
21 15
22S = "${WORKDIR}/perl-${PV}"
23
24inherit native 16inherit native
25 17
26NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" 18NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"