All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Package upgrades
@ 2012-12-24  8:34 Constantin Musca
  2012-12-24  8:34 ` [PATCH 01/15] ethtool: upgrade to 3.7 Constantin Musca
                   ` (14 more replies)
  0 siblings, 15 replies; 24+ messages in thread
From: Constantin Musca @ 2012-12-24  8:34 UTC (permalink / raw)
  To: openembedded-core

This represents another set of package upgrades tested using core-image-sato
on all architectures.
The following changes since commit 90c0eb29f0b41e4ac2d3d17ebad7295c2ebdc02a:

  rootfs_rpm.bbclass: remove debug code (2012-12-19 21:43:55 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/pus
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/pus

Constantin Musca (15):
  ethtool: upgrade to 3.7
  freetype: upgrade to 2.4.11
  gnome-doc-utils: upgrade to 0.20.10
  gsettings-desktop-schemas: add recipe
  gthumb: remove recipe
  json-glib: upgrade to 0.15.2
  libcroco: upgrade to 0.6.8
  libfm: upgrade to 1.1.0
  libsoup-2.4: upgrade to 2.40.2
  libuser: upgrade to 0.58
  matchbox-panel-2: fix PV
  menu-cache: upgrade to 0.4.1
  metacity: upgrade to 2.34.13
  pcmanfm: upgrade to 1.1.0
  shared-mime-info: upgrade to 1.0

 .../ethtool/{ethtool_3.6.bb => ethtool_3.7.bb}     |   4 +-
 .../libuser/{libuser_0.57.1.bb => libuser_0.58.bb} |  12 +-
 .../gnome-doc-utils/sysrooted-pkg-config.patch     |  12 +-
 .../use-usr-bin-env-for-python-in-xml2po.patch     |  25 ++--
 .../gnome/gnome-doc-utils/xsltproc_nonet.patch     |  57 ++++----
 ...-utils_0.20.6.bb => gnome-doc-utils_0.20.10.bb} |  10 +-
 .../gnome/gsettings-desktop-schemas_3.7.3.bb       |  15 ++
 .../gnome/metacity/crosscompile.patch              |  62 --------
 .../metacity/remove-yelp-help-rules-var.patch      |  28 ++++
 .../{metacity_2.30.3.bb => metacity_2.34.13.bb}    |  14 +-
 meta/recipes-gnome/gthumb/files/parallel.patch     | 158 ---------------------
 meta/recipes-gnome/gthumb/gthumb_2.12.4.bb         |  27 ----
 .../{json-glib_0.14.2.bb => json-glib_0.15.2.bb}   |   8 +-
 .../no-hardcode.patch                              |   0
 .../{freetype_2.4.10.bb => freetype_2.4.11.bb}     |   4 +-
 .../{menu-cache_0.3.3.bb => menu-cache_0.4.1.bb}   |   6 +-
 .../matchbox-panel-2/matchbox-panel-2_git.bb       |   4 +-
 .../packagegroups/packagegroup-core-x11-sato.bb    |   1 -
 .../pcmanfm/files/owl-window-menu.patch            |  81 -----------
 .../files/pcmanfm_fix_for_automake_1.12.patch      |  35 -----
 .../{pcmanfm_0.9.10.bb => pcmanfm_1.1.0.bb}        |  11 +-
 meta/recipes-support/libcroco/files/croco.patch    |  15 --
 .../files/libcroco_fix_for_automake-1.12.patch     |  22 ---
 .../{libcroco_0.6.3.bb => libcroco_0.6.8.bb}       |  11 +-
 .../libfm-0.1.17/libfm_fix_for_automake-1.12.patch |  48 -------
 .../configure_fix.patch                            |   0
 .../libfm/libfm-1.1.0/fix-includedir-ln.patch      |  45 ++++++
 .../libfm/{libfm_0.1.17.bb => libfm_1.1.0.bb}      |   8 +-
 ...libsoup-2.4_2.38.1.bb => libsoup-2.4_2.40.2.bb} |   6 +-
 .../shared-mime-info/parallelmake.patch            |  11 +-
 ...d-mime-info_0.91.bb => shared-mime-info_1.0.bb} |   6 +-
 31 files changed, 188 insertions(+), 558 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_3.6.bb => ethtool_3.7.bb} (79%)
 rename meta/recipes-extended/libuser/{libuser_0.57.1.bb => libuser_0.58.bb} (65%)
 rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.6.bb => gnome-doc-utils_0.20.10.bb} (51%)
 create mode 100644 meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb
 delete mode 100644 meta/recipes-gnome/gnome/metacity/crosscompile.patch
 create mode 100644 meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
 rename meta/recipes-gnome/gnome/{metacity_2.30.3.bb => metacity_2.34.13.bb} (56%)
 delete mode 100644 meta/recipes-gnome/gthumb/files/parallel.patch
 delete mode 100644 meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
 rename meta/recipes-gnome/json-glib/{json-glib_0.14.2.bb => json-glib_0.15.2.bb} (74%)
 rename meta/recipes-graphics/freetype/{freetype-2.4.10 => freetype-2.4.11}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.10.bb => freetype_2.4.11.bb} (91%)
 rename meta/recipes-graphics/menu-cache/{menu-cache_0.3.3.bb => menu-cache_0.4.1.bb} (77%)
 delete mode 100644 meta/recipes-sato/pcmanfm/files/owl-window-menu.patch
 delete mode 100644 meta/recipes-sato/pcmanfm/files/pcmanfm_fix_for_automake_1.12.patch
 rename meta/recipes-sato/pcmanfm/{pcmanfm_0.9.10.bb => pcmanfm_1.1.0.bb} (76%)
 delete mode 100644 meta/recipes-support/libcroco/files/croco.patch
 delete mode 100644 meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch
 rename meta/recipes-support/libcroco/{libcroco_0.6.3.bb => libcroco_0.6.8.bb} (57%)
 delete mode 100644 meta/recipes-support/libfm/libfm-0.1.17/libfm_fix_for_automake-1.12.patch
 rename meta/recipes-support/libfm/{libfm-0.1.17 => libfm-1.1.0}/configure_fix.patch (100%)
 create mode 100644 meta/recipes-support/libfm/libfm-1.1.0/fix-includedir-ln.patch
 rename meta/recipes-support/libfm/{libfm_0.1.17.bb => libfm_1.1.0.bb} (75%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.38.1.bb => libsoup-2.4_2.40.2.bb} (81%)
 rename meta/recipes-support/shared-mime-info/{shared-mime-info_0.91.bb => shared-mime-info_1.0.bb} (41%)

-- 
1.7.11.7




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

end of thread, other threads:[~2012-12-27 14:59 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24  8:34 [PATCH 00/15] Package upgrades Constantin Musca
2012-12-24  8:34 ` [PATCH 01/15] ethtool: upgrade to 3.7 Constantin Musca
2012-12-24  8:34 ` [PATCH 02/15] freetype: upgrade to 2.4.11 Constantin Musca
2012-12-24  8:34 ` [PATCH 03/15] gnome-doc-utils: upgrade to 0.20.10 Constantin Musca
2012-12-24  8:34 ` [PATCH 04/15] gsettings-desktop-schemas: add recipe Constantin Musca
2012-12-24  8:34 ` [PATCH 05/15] gthumb: remove recipe Constantin Musca
2012-12-24  9:10   ` Ross Burton
2012-12-24  8:34 ` [PATCH 06/15] json-glib: upgrade to 0.15.2 Constantin Musca
2012-12-24  8:34 ` [PATCH 07/15] libcroco: upgrade to 0.6.8 Constantin Musca
2012-12-24  9:13   ` Ross Burton
2012-12-24 12:40     ` Constantin Musca
2012-12-24  8:34 ` [PATCH 08/15] libfm: upgrade to 1.1.0 Constantin Musca
2012-12-26 18:18   ` Saul Wold
2012-12-27 14:44     ` Constantin Musca
2012-12-24  8:34 ` [PATCH 09/15] libsoup-2.4: upgrade to 2.40.2 Constantin Musca
2012-12-24  8:34 ` [PATCH 10/15] libuser: upgrade to 0.58 Constantin Musca
2012-12-24  8:34 ` [PATCH 11/15] matchbox-panel-2: fix PV Constantin Musca
2012-12-24  8:34 ` [PATCH 12/15] menu-cache: upgrade to 0.4.1 Constantin Musca
2012-12-24  8:34 ` [PATCH 13/15] metacity: upgrade to 2.34.13 Constantin Musca
2012-12-24  9:16   ` Ross Burton
2012-12-24  9:16     ` [OE-core] " Ross Burton
2012-12-24  8:34 ` [PATCH 14/15] pcmanfm: upgrade to 1.1.0 Constantin Musca
2012-12-26 16:17   ` Saul Wold
2012-12-24  8:34 ` [PATCH 15/15] shared-mime-info: upgrade to 1.0 Constantin Musca

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.