]> code.ossystems Code Review - openembedded-core.git/commit
classes/rootfs_*: fix splitting package dependency strings
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 13 May 2012 08:52:57 +0000 (09:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 May 2012 19:07:24 +0000 (20:07 +0100)
commit36d1717e2ad4ca1620ee9f01b524b5ff2f499b26
tree7fa82a6e5af108df76d4fdc9870a280636170d97
parentcab85fd0b481cdbf36477348de75352be3f38ca2
classes/rootfs_*: fix splitting package dependency strings

If a + character appears in a version specification within the list of
package dependencies, the version will not be removed from the list in
list_package_depends/recommends leading to garbage appearing in the
dependency graphs generated by buildhistory. To avoid any future
problems due to unusual characters appearing in versions, change the
regex to match almost any character.

Fixes [YOCTO #2451].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass