]> code.ossystems Code Review - openembedded-core.git/commit
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:25:44 +0000 (16:25 +0000)
commitf8f6992fe0f29db1cc4df15b7449e06188052041
tree26e5c482402994a8e7bb5ac292a199597e7b3856
parentda682e752e351e5bb7636ee187db3eabc208c177
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].

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