From patchwork Thu Dec 15 01:50:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7/7] perl: add .pl, pm, pod, sh files to SSTATE_SCANE_FILES Date: Thu, 15 Dec 2011 01:50:11 -0000 From: Saul Wold X-Patchwork-Id: 16967 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/recipes-devtools/perl/perl_5.14.2.bb | 5 ++++- 1 files changed, 4 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 5efe249..0abefe4 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 \ # We need gnugrep (for -I) DEPENDS = "virtual/db grep-native" DEPENDS += "gdbm zlib" -PR = "r1" +PR = "r2" # 5.10.1 has Module::Build built-in PROVIDES += "libmodule-build-perl" @@ -302,3 +302,6 @@ RPROVIDES_perl-lib = "perl-lib" require perl-rdepends_${PV}.inc require perl-rprovides.inc require perl-rprovides_${PV}.inc + +SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" +