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:38:21 +0100 |
commit | c27bb63d7ea6487f065cb56dca952b510650288c (patch) | |
tree | 13f9ea6dbb8daa3d76cc32ea6be4b2dcda219529 /meta/recipes-devtools/perl/perl-native_5.22.0.bb | |
parent | 80afd9650328de2eb17ba0e104ee2c76a7fb983e (diff) | |
download | openembedded-core-c27bb63d7ea6487f065cb56dca952b510650288c.tar.gz openembedded-core-c27bb63d7ea6487f065cb56dca952b510650288c.tar.bz2 openembedded-core-c27bb63d7ea6487f065cb56dca952b510650288c.zip |
perl: use perl.inc for target and native perl
It can reduce the duplicated code.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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.bb | 12 |
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 @@ -SUMMARY = "Perl scripting language" -HOMEPAGE = "http://www.perl.org/" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" +require perl.inc -LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ - file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" - -SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz \ +SRC_URI += "\ file://Configure-multilib.patch \ file://perl-configpm-switch.patch \ file://native-nopacklist.patch \ @@ -19,8 +13,6 @@ SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz \ SRC_URI[md5sum] = "ff0f09b17de426eff323426cb140ee79" SRC_URI[sha256sum] = "be83ead0c5c26cbbe626fa4bac1a4beabe23a9eebc15d35ba49ccde11878e196" -S = "${WORKDIR}/perl-${PV}" - inherit native NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |