summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl/perl_5.8.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb
index 5060705372..3c0c676ba2 100644
--- a/meta/recipes-devtools/perl/perl_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl_5.8.8.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Perl is a popular scripting language."
2HOMEPAGE = "http://www.perl.org/" 2HOMEPAGE = "http://www.perl.org/"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "Artistic|GPL" 4LICENSE = "Artistic|GPL"
5LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
5PRIORITY = "optional" 7PRIORITY = "optional"
6# We need gnugrep (for -I) 8# We need gnugrep (for -I)
7DEPENDS = "virtual/db perl-native grep-native" 9DEPENDS = "virtual/db perl-native grep-native"