diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-03-11 14:38:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-23 13:00:51 +0100 |
commit | e73a12790e0cb446ca1215321f5661bb63d2ca74 (patch) | |
tree | 7212cf0a4ecdc17acc74721e2b92590fbde2dc98 /meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb | |
parent | a477bc9088edb00f7b5635397fba9de3c2a85562 (diff) | |
download | poky-e73a12790e0cb446ca1215321f5661bb63d2ca74.tar.gz |
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
(From OE-Core rev: a9b639c061faa9a9a4840218c8c44a71b246373e)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb')
0 files changed, 0 insertions, 0 deletions