perl: avoid splitting out .debug directories as packages
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 21 Mar 2013 15:43:40 +0000 (15:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Mar 2013 16:54:37 +0000 (16:54 +0000)
commit66c98e522e2ab4d7294e4abb72c076a23a86c6b1
treefd162b815c9427f4e123fed176a2d83b21830dfd
parentfa46cf2600b55016a505f9afc9956e957b083ddb
perl: avoid splitting out .debug directories as packages

The recursive parameter is set to True, the regex for the first call to
do_split_packages matches any path under ${libdir}/perl/${PV}/auto/, and
the .debug directories contain .so files, so each one was getting picked
up as a package. Change the regex to disallow dots in the path beneath
auto/ and thus avoid the .debug directories.

Fixes [YOCTO #4048].

(From OE-Core rev: f8f6992fe0f29db1cc4df15b7449e06188052041)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl_5.14.3.bb