On Fri, Oct 19, 2012 at 04:43:10AM +0200, Andreas Müller wrote: > On Thu, Oct 18, 2012 at 9:54 PM, Martin Jansa <[email protected]> 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 <[email protected]> > > --- > > 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?
PACKAGES_DYNAMIC does not really influence runtime packages IMHO, it would fail to find some runtime dependency for my image or work as before, but yes buildhistory results are the same as on oe-core patch for PACKAGES_DYNAMIC: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-October/030952.html Cheers, -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
