diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-03-21 15:43:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:37 +0000 |
commit | cf3c96a425fcab7da9fa50bda097ac60c50f8b54 (patch) | |
tree | 68d18772fbe6d7f1ce3f0d58acfd3c9c40ebd7a4 /meta/recipes-devtools/elfutils | |
parent | 9299df1ebc983078e9fac4e3fa619db6dabad4d0 (diff) | |
download | poky-cf3c96a425fcab7da9fa50bda097ac60c50f8b54.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
0 files changed, 0 insertions, 0 deletions