]> code.ossystems Code Review - openembedded-core.git/commit
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:01:16 +0000 (18:01 +0100)
commit2f3ebdfa5f42dae51063b043cc4b0fbe20b40064
treee2e7bc727efb69b206fcd899afad5aea6fbaca93
parent199298b6b114db09fd8ff100642ae101050a2e9a
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)

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