PACKAGES_DYNAMIC: use regexp not glob
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 12 Oct 2012 10:46:38 +0000 (12:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Oct 2012 17:02:26 +0000 (18:02 +0100)
commit0e79945a84508f6c33fd8e85b002b596368b2381
tree58c13964e162a5a731e6b518b4deb6d9e7f366dc
parentf217cbba2eea69f6d73582d54d13e7bc07f4a0a0
PACKAGES_DYNAMIC: use regexp not glob

* bitbake uses PACKAGES_DYNAMIC as regexp
  ^ could make matching faster (and it will be more clear that we're expecting regexp not glob)
  * made all those last '-' optional, use .* (or nothing)

(From OE-Core rev: 2f3ebdfa5f42dae51063b043cc4b0fbe20b40064)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 files changed:
meta/classes/kernel.bbclass
meta/conf/bitbake.conf
meta/recipes-connectivity/connman/connman.inc
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
meta/recipes-devtools/perl/perl_5.14.2.bb
meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
meta/recipes-extended/pam/libpam_1.1.6.bb
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb
meta/recipes-gnome/gtk+/gtk+_2.24.8.bb
meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
meta/recipes-graphics/directfb/directfb.inc
meta/recipes-graphics/mesa/mesa-dri.inc
meta/recipes-graphics/pango/pango.inc
meta/recipes-kernel/linux/linux-dummy.bb
meta/recipes-multimedia/gstreamer/gst-plugins.inc
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-qt/qt-apps/qmmp_0.6.1.bb
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4.inc