[oe] [meta-oe][PATCH 1/5] PACKAGES_DYNAMIC: use regexp not glob

Andreas Müller schnitzeltony at googlemail.com
Fri Oct 19 02:43:10 UTC 2012


On Thu, Oct 18, 2012 at 9:54 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> * 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)
> * use += instead of = in most cases to keep ${PN}-locale from
>   bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*"
>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-efl/recipes-efl/efl/evas-generic-loaders.inc         | 2 +-
>  meta-efl/recipes-efl/efl/evas.inc                         | 2 +-
>  meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb         | 2 +-
>  meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb    | 2 +-
>  meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb              | 2 +-
>  meta-gnome/recipes-support/goffice/goffice_0.8.17.bb      | 2 +-
>  meta-initramfs/recipes-devtools/klibc/klibc-utils.inc     | 2 +-
>  meta-oe/recipes-devtools/libcanberra/libcanberra_0.26.bb  | 2 +-
>  meta-oe/recipes-extended/lcdproc/lcdproc5.inc             | 2 +-
>  meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb         | 2 +-
>  meta-oe/recipes-multimedia/libav/libav.inc                | 2 +-
>  meta-oe/recipes-support/freerdp/freerdp.inc               | 2 +-
>  meta-oe/recipes-support/openldap/openldap_2.4.23.bb       | 2 +-
>  meta-oe/recipes-support/pidgin/pidgin.inc                 | 2 +-
>  meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb | 2 +-
>  meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb  | 2 +-
>  meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb              | 2 +-
>  17 files changed, 17 insertions(+), 17 deletions(-)
>
Some buildhistory results for that?

Andreas




More information about the Openembedded-devel mailing list