[oe-commits] Martin Jansa : PACKAGES_DYNAMIC: use regexp not glob

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 17:13:09 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: ab8791a38f28497486a4bf1836c5efefaa032d3f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ab8791a38f28497486a4bf1836c5efefaa032d3f

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Oct 12 12:46:38 2012 +0200

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/kernel.bbclass                        |    6 +++---
 meta/conf/bitbake.conf                             |    2 +-
 meta/recipes-connectivity/connman/connman.inc      |    2 +-
 meta/recipes-core/eglibc/eglibc-locale.inc         |    6 +++---
 .../packagegroups/packagegroup-core-sdk.bb         |    2 +-
 meta/recipes-devtools/perl/perl_5.14.2.bb          |    4 ++--
 meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb  |    2 +-
 meta/recipes-extended/pam/libpam_1.1.6.bb          |    2 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb |    2 +-
 meta/recipes-gnome/gtk+/gtk+_2.24.8.bb             |    2 +-
 .../gtk-engines/gtk-engines_2.20.2.bb              |    2 +-
 meta/recipes-graphics/directfb/directfb.inc        |    2 +-
 meta/recipes-graphics/mesa/mesa-dri.inc            |    2 +-
 meta/recipes-graphics/pango/pango.inc              |    2 +-
 meta/recipes-kernel/linux/linux-dummy.bb           |    4 ++--
 meta/recipes-multimedia/gstreamer/gst-plugins.inc  |    2 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    2 +-
 meta/recipes-qt/qt-apps/qmmp_0.6.1.bb              |    2 +-
 meta/recipes-qt/qt4/qt4-embedded.inc               |    2 +-
 meta/recipes-qt/qt4/qt4.inc                        |    2 +-
 20 files changed, 26 insertions(+), 26 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=ab8791a38f28497486a4bf1836c5efefaa032d3f




More information about the Openembedded-commits mailing list