All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/4] Tidying
@ 2012-10-28 15:37 Paul Eggleton
  2012-10-28 15:37 ` [meta-oe][PATCH 1/4] Remove PRIORITY Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-10-28 15:37 UTC (permalink / raw)
  To: openembedded-devel

Some tidy-ups for the whole meta-openembedded repository. No actual
output or behaviour changes but the bb.data replacement should speed up
parsing very slightly.


The following changes since commit 1571c2c566c51799eceea2aabe13d1c3116f36b3:

  samba: update documentation2.patch to apply (2012-10-26 13:00:24 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/cleanup3
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/cleanup3

Paul Eggleton (4):
  Remove PRIORITY
  Remove NATIVE_INSTALL_WORKS
  mysql5-native: remove PSTAGING_DISABLED
  Replace bb.data.* with d.*

 meta-efl/recipes-efl/efl/edje-fpu.inc              |    2 +-
 meta-efl/recipes-efl/efl/evas-generic-loaders.inc  |    2 +-
 meta-efl/recipes-efl/efl/evas.inc                  |    4 +--
 meta-gnome/recipes-gnome/abiword/abiword.inc       |    2 +-
 meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb  |   16 +++++------
 .../recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb    |    4 +--
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb       |    8 +++---
 meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb  |    2 +-
 .../recipes-support/goffice/goffice_0.8.17.bb      |    2 +-
 .../recipes-devtools/klibc/klibc-utils.inc         |    4 +--
 meta-oe/classes/gitpkgv.bbclass                    |    4 +--
 meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc   |    2 +-
 .../recipes-connectivity/gnuradio/gnuradio_git.bb  |    1 -
 .../hostapd/hostap-daemon_1.0.bb                   |    1 -
 .../sshfs-fuse/sshfs-fuse_2.4.bb                   |    1 -
 .../fakeroot/fakeroot-native_1.12.4.bb             |    6 ++---
 meta-oe/recipes-core/glib-2.0/glibmm.inc           |    2 +-
 meta-oe/recipes-core/meta/distro-feed-configs.bb   |    4 +--
 .../proxy-libintl/proxy-libintl_20100902.bb        |    2 +-
 meta-oe/recipes-devtools/lemon/lemon.inc           |    1 -
 .../libcanberra/libcanberra_0.26.bb                |    2 +-
 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb    |    2 +-
 .../mercurial/mercurial-native_1.9.bb              |    1 -
 meta-oe/recipes-devtools/orc/orc.inc               |    2 +-
 .../python/python-cheetah_2.4.4.bb                 |    1 -
 .../recipes-devtools/python/python-docutils_0.5.bb |    1 -
 meta-oe/recipes-devtools/vala/vala.inc             |    2 +-
 meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb  |    4 +--
 meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb   |    2 +-
 .../recipes-graphics/ttf-fonts/ttf-mplus_027.bb    |    2 +-
 meta-oe/recipes-multimedia/libav/libav.inc         |    4 +--
 meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb |    2 +-
 meta-oe/recipes-multimedia/live555/live555.inc     |    2 +-
 meta-oe/recipes-navigation/navit/navit-fpu.inc     |    2 +-
 meta-oe/recipes-support/fltk/fltk_1.1.10.bb        |    4 +--
 meta-oe/recipes-support/freerdp/freerdp.inc        |    2 +-
 meta-oe/recipes-support/links/links.inc            |    2 +-
 meta-oe/recipes-support/lzma/lzma.inc              |    2 +-
 .../recipes-support/mysql/mysql5-native_5.1.40.bb  |    4 ---
 meta-oe/recipes-support/nano/nano.inc              |    2 +-
 meta-oe/recipes-support/opencv/opencv_2.4.bb       |   12 ++++-----
 .../recipes-support/openldap/openldap_2.4.23.bb    |   16 +++++------
 meta-oe/recipes-support/pidgin/pidgin.inc          |    6 ++---
 meta-oe/recipes-support/poppler/poppler-fpu.inc    |    2 +-
 .../samsung-soc-utils/sjf2410-linux-native_svn.bb  |    2 --
 meta-oe/recipes-support/vim/vim.inc                |    4 +--
 meta-systemd/classes/systemd.bbclass               |   28 ++++++++++----------
 .../xfwm4-themes/xfwm4-themes_4.10.0.bb            |    2 +-
 .../recipes-xfce/xfce4-panel/xfce4-panel_4.10.0.bb |    4 +--
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb       |    2 +-
 50 files changed, 89 insertions(+), 104 deletions(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-28 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-28 15:37 [meta-oe][PATCH 0/4] Tidying Paul Eggleton
2012-10-28 15:37 ` [meta-oe][PATCH 1/4] Remove PRIORITY Paul Eggleton
2012-10-28 15:37 ` [meta-oe][PATCH 2/4] Remove NATIVE_INSTALL_WORKS Paul Eggleton
2012-10-28 15:37 ` [meta-oe][PATCH 3/4] mysql5-native: remove PSTAGING_DISABLED Paul Eggleton
2012-10-28 15:37 ` [meta-oe][PATCH 4/4] Replace bb.data.* with d.* Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.