diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.14.2.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.14.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index 4dac5ceb86..8cff7f58cf 100644 --- a/meta/recipes-devtools/perl/perl_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl_5.14.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | |||
7 | # We need gnugrep (for -I) | 7 | # We need gnugrep (for -I) |
8 | DEPENDS = "virtual/db grep-native" | 8 | DEPENDS = "virtual/db grep-native" |
9 | DEPENDS += "gdbm zlib" | 9 | DEPENDS += "gdbm zlib" |
10 | PR = "r15" | 10 | PR = "r16" |
11 | 11 | ||
12 | # 5.10.1 has Module::Build built-in | 12 | # 5.10.1 has Module::Build built-in |
13 | PROVIDES += "libmodule-build-perl" | 13 | PROVIDES += "libmodule-build-perl" |
@@ -319,6 +319,7 @@ RPROVIDES_perl-lib = "perl-lib" | |||
319 | require perl-rdepends_${PV}.inc | 319 | require perl-rdepends_${PV}.inc |
320 | require perl-rprovides.inc | 320 | require perl-rprovides.inc |
321 | require perl-rprovides_${PV}.inc | 321 | require perl-rprovides_${PV}.inc |
322 | include perl-tests.inc | ||
322 | 323 | ||
323 | SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" | 324 | SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" |
324 | 325 | ||