All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 00/12] [v2] recipe upgrades and fix
@ 2011-04-14  8:56 Dexuan Cui
  2011-04-14  8:56 ` [v2 01/12] oprofileui: upgrade to latest git version Dexuan Cui
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Dexuan Cui @ 2011-04-14  8:56 UTC (permalink / raw)
  To: openembedded-core

From: Dexuan Cui <dexuan.cui@intel.com>

The upgrades are mostly filename/checksum changes.
Add --enable-specs=no for xextproto, libxi.

Changes from previous version:
Added Upstream-Status for oprofileui's patch.
Added the reason for updating LIC_FILES_CHKSUM for some recipes.

[YOCTO #968]
    gnu-config-native: add dependency on perl-native to fix some occassional failures.
    See http://bugzilla.pokylinux.org/show_bug.cgi?id=968 for details.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dcui/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Thanks,
    Dexuan Cui <dexuan.cui@intel.com>
---


Dexuan Cui (12):
  oprofileui: upgrade to latest git version
  libxt: update from 1.0.9 to the latest version 1.1.1
  libxi: upgrade from 1.4.0 to the latest version 1.4.2
  fixesproto: upgrade from 4.1.2 to the latest version 5.0
  xproto: upgrade from 7.0.20 to the latest version 7.0.21
  gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5
  xextproto: upgrade from 7.1.2 to the latest version 7.2.0
  libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1
  cronie: upgrade from 1.4.6 to the latest version 1.4.7
  preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto,
    xextproto and libpciaccess
  distro_tracking_fields.inc: update the info for the following recipes
  gnu-config-native: add dependency on perl-native

 .../conf/distro/include/distro_tracking_fields.inc |   83 ++++++++++----------
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 .../distro/include/preferred-xorg-versions.inc     |   20 +++---
 .../gnu-config/gnu-config_20080123.bb              |    4 +-
 .../cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb}    |    4 +-
 ...c-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} |    4 +-
 ...bpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} |    6 +-
 .../xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb}    |    5 +-
 .../xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb}    |    6 +-
 .../{fixesproto_4.1.2.bb => fixesproto_5.0.bb}     |    8 +-
 .../{xextproto_7.1.2.bb => xextproto_7.2.0.bb}     |    6 +-
 .../{xproto_7.0.20.bb => xproto_7.0.21.bb}         |    6 +-
 .../oprofileui/dso_linking_change_build_fix.patch  |    2 +
 meta/recipes-kernel/oprofile/oprofileui_git.bb     |    2 +-
 14 files changed, 83 insertions(+), 75 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb} (93%)
 rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} (53%)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} (56%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} (85%)
 rename meta/recipes-graphics/xorg-proto/{fixesproto_4.1.2.bb => fixesproto_5.0.bb} (56%)
 rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.2.bb => xextproto_7.2.0.bb} (76%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.20.bb => xproto_7.0.21.bb} (57%)

-- 
1.7.2




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

end of thread, other threads:[~2011-04-15  2:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
2011-04-14  8:56 ` [v2 01/12] oprofileui: upgrade to latest git version Dexuan Cui
2011-04-14  8:56 ` [v2 02/12] libxt: update from 1.0.9 to the latest version 1.1.1 Dexuan Cui
2011-04-14  8:56 ` [v2 03/12] libxi: upgrade from 1.4.0 to the latest version 1.4.2 Dexuan Cui
2011-04-14  8:56 ` [v2 04/12] fixesproto: upgrade from 4.1.2 to the latest version 5.0 Dexuan Cui
2011-04-14  8:56 ` [v2 05/12] xproto: upgrade from 7.0.20 to the latest version 7.0.21 Dexuan Cui
2011-04-14  8:56 ` [v2 06/12] gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5 Dexuan Cui
2011-04-14  8:56 ` [v2 07/12] xextproto: upgrade from 7.1.2 to the latest version 7.2.0 Dexuan Cui
2011-04-14  8:56 ` [v2 08/12] libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1 Dexuan Cui
2011-04-14  8:56 ` [v2 09/12] cronie: upgrade from 1.4.6 to the latest version 1.4.7 Dexuan Cui
2011-04-14  8:56 ` [v2 10/12] preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess Dexuan Cui
2011-04-14  8:56 ` [v2 11/12] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui
2011-04-14  8:56 ` [v2 12/12] gnu-config-native: add dependency on perl-native Dexuan Cui
2011-04-14 21:24   ` Saul Wold
2011-04-15  2:53     ` Cui, Dexuan

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.