diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-03-20 15:49:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:59:39 +0000 |
commit | 9b298098401c61761bd65fc1d9efff2197cc45a5 (patch) | |
tree | d298f7269135fba77bacd637b307da794cc97bba /meta/recipes-devtools | |
parent | 770c846ec5b9b6c555afbb7ce0ff116dbbfb519e (diff) | |
download | openembedded-core-9b298098401c61761bd65fc1d9efff2197cc45a5.tar.gz openembedded-core-9b298098401c61761bd65fc1d9efff2197cc45a5.tar.bz2 openembedded-core-9b298098401c61761bd65fc1d9efff2197cc45a5.zip |
perl-native: remove duplicated LIC_FILES_CHKSUM
Remove duplicated LIC_FILES_CHKSUM:
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
[YOCTO #4064]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.14.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.3.bb b/meta/recipes-devtools/perl/perl-native_5.14.3.bb index 58bb916fcc..9f0b8a1c19 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.3.bb @@ -2,8 +2,6 @@ DESCRIPTION = "Perl is a popular scripting language." HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0" -LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ - file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" PR = "r0" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |