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 17:01:29 +0000 |
commit | cc38db48054dc3e0c85f6356cfa4b184d27c9c9b (patch) | |
tree | c9ec3608c75cd8a462983c05b67e934e65980588 /meta/recipes-devtools | |
parent | 4088403b74407f3d68f53c93a155583c3fcb1042 (diff) | |
download | poky-cc38db48054dc3e0c85f6356cfa4b184d27c9c9b.tar.gz |
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]
(From OE-Core rev: 9b298098401c61761bd65fc1d9efff2197cc45a5)
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." | |||
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic-1.0 | GPL-1.0" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | ||
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | ||
7 | PR = "r0" | 5 | PR = "r0" |
8 | 6 | ||
9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 7 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |