perl_5.14.2.bb: use PACKAGES_DYNAMIC as regexp
bitbake uses PACKAGES_DYNAMIC as regexp
1, use `^' to make matching faster (and it will be more clear
that we're expecting regexp not glob)
2, use `*' to made all those last '-' optional, use .* (or nothing)
3, use `+=' instead of `=' to to keep ${PN}-locale from
bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*"
Cherry-pick commit
33b31640bf485bcfefee015e9df81aa9989b322c
Cherry-pick commit
fadb4079014514beb7d2d3e6c66f63397d4ebce2
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>