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

* [v2 01/12] oprofileui: upgrade to latest git version
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
@ 2011-04-14  8:56 ` 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
                   ` (10 subsequent siblings)
  11 siblings, 0 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>

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 .../oprofileui/dso_linking_change_build_fix.patch  |    2 ++
 meta/recipes-kernel/oprofile/oprofileui_git.bb     |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 9a3ae7e..5e7ab66 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -146,7 +146,7 @@ SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}"
 SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}"
 SRCREV_pn-opkg-utils-native ??= "4747"
 SRCREV_pn-opkg-utils ??= "4747"
-SRCREV_pn-oprofileui ??= "2387488fb520725ca9cff888bc1ed25788276b13"
+SRCREV_pn-oprofileui ??= "0c3c32fa754c1d0b70e65767ea7048914f776396"
 SRCREV_pn-tcf-agent ??= "1078"
 SRCREV_pn-osc-native ??= "9096"
 SRCREV_pn-owl-video ??= "394"
diff --git a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch b/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
index 4b44c69..39ceb22 100644
--- a/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
+++ b/meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch
@@ -7,6 +7,8 @@ With dso linking change in gcc, all the libraries are needed to be explicitely s
 | collect2: ld returned 1 exit status^M
 | make[2]: *** [oprofile-viewer] Error 1^M
 
+Upstream-Status: Inappropriate [configuration]
+
 Nitin A Kamble <nitin.a.kamble@intel.com>
 Date: 2011/01/11
 
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index c83d43c..44adcb7 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -1,7 +1,7 @@
 require oprofileui.inc
 
 PV = "0.0+git${SRCPV}"
-PR = "r3"
+PR = "r4"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.2




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

* [v2 02/12] libxt: update from 1.0.9 to the latest version 1.1.1
  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 ` 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
                   ` (9 subsequent siblings)
  11 siblings, 0 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>

Update LIC_FILES_CHKSUM due to the only change to COPYING.
-Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb}    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} (85%)

diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb
similarity index 85%
rename from meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb
rename to meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb
index 63119ae..f06739f 100644
--- a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb
+++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.1.bb
@@ -13,7 +13,7 @@ independent of any particular user interface policy or style."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=917881a51be1013bee30d7f3f5ba9f55"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3239170e81427c5948287df07691f03f"
 
 
 DEPENDS += "libsm virtual/libx11 kbproto libxdmcp"
@@ -39,5 +39,5 @@ do_compile() {
 	oe_runmake
 }
 
-SRC_URI[md5sum] = "8a414f8f2327aaa616ca2dcac1f5d8c3"
-SRC_URI[sha256sum] = "eab91b594b801f7f07a20f936dda70a629028858cbcf541becf94f2786ae6b01"
+SRC_URI[md5sum] = "eb22c0a1f172b06b97a3f5ae89768412"
+SRC_URI[sha256sum] = "a2a1c29c684e3c9082cdb920b5aea802b179d19107b9ab2170fda07575559da7"
-- 
1.7.2




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

* [v2 03/12] libxi: upgrade from 1.4.0 to the latest version 1.4.2
  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 ` Dexuan Cui
  2011-04-14  8:56 ` [v2 04/12] fixesproto: upgrade from 4.1.2 to the latest version 5.0 Dexuan Cui
                   ` (8 subsequent siblings)
  11 siblings, 0 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>

Add --enable-specs=no to disable spec generation to work around the issue:
SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host
Apr 11, 2011 4:06:18 PM org.apache.fop.fo.properties.CommonBorderPaddingBackground <init>
SEVERE: Background image not available: http://docbook.sourceforge.net/release/images/draft.png

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb}    |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb
index c7fb9d5..50ff426 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb
@@ -16,6 +16,7 @@ PE = "1"
 
 XORG_PN = "libXi"
 
+EXTRA_OECONF_append = " --enable-specs=no"
 
-SRC_URI[md5sum] = "4ccdfe866f94c99b9190d16ffcfb3bdc"
-SRC_URI[sha256sum] = "42efe95a08c7bd28bc913bf8c34ed026abcc62504307626fc5150ca360b93283"
+SRC_URI[md5sum] = "3d14f7bfc4a4335cf0144de9b67a5444"
+SRC_URI[sha256sum] = "272b8041efc0a0203fb0ba33481ddec989539aed862181b58c8c3e410e325691"
-- 
1.7.2




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

* [v2 04/12] fixesproto: upgrade from 4.1.2 to the latest version 5.0
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (2 preceding siblings ...)
  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 ` 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
                   ` (7 subsequent siblings)
  11 siblings, 0 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>

Update LIC_FILES_CHKSUM as both the files added a new line
+Copyright 2010 Red Hat, Inc.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{fixesproto_4.1.2.bb => fixesproto_5.0.bb}     |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{fixesproto_4.1.2.bb => fixesproto_5.0.bb} (56%)

diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb b/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
similarity index 56%
rename from meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
rename to meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
index 853ffa8..d65922b 100644
--- a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
+++ b/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
@@ -9,8 +9,8 @@ system."
 
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bd0f26ecf86d0f24922125195d5b70a \
-                    file://xfixesproto.h;endline=43;md5=27614675897bb1cdc611ba7de506cddc"
+LIC_FILES_CHKSUM = "file://COPYING;md5=262a7a87da56e66dd639bf7334a110c6 \
+                    file://xfixesproto.h;endline=43;md5=c3a9ee6db3532ed0d44dea266cfc97f4"
 
 CONFLICTS = "fixesext"
 PR = "r0"
@@ -18,5 +18,5 @@ PE = "1"
 
 BBCLASSEXTEND = "nativesdk"
 
-SRC_URI[md5sum] = "bdb58ecc313b509247036d5c11fa99df"
-SRC_URI[sha256sum] = "de4cbfccb533c190073445eb2a891d997e89f6fb58204f68ae82871de044f857"
+SRC_URI[md5sum] = "e7431ab84d37b2678af71e29355e101d"
+SRC_URI[sha256sum] = "ba2f3f31246bdd3f2a0acf8bd3b09ba99cab965c7fb2c2c92b7dc72870e424ce"
-- 
1.7.2




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

* [v2 05/12] xproto: upgrade from 7.0.20 to the latest version 7.0.21
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (3 preceding siblings ...)
  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 ` 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
                   ` (6 subsequent siblings)
  11 siblings, 0 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>

Update LIC_FILES_CHKSUM as the new COPYING added "Copyright years" and added
a new section of MIT-style license.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{xproto_7.0.20.bb => xproto_7.0.21.bb}         |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.20.bb => xproto_7.0.21.bb} (57%)

diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb
similarity index 57%
rename from meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb
rename to meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb
index dea1667..17b3793 100644
--- a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb
+++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "This package provides the basic headers for the X Window \
 System."
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b9e051107d5628966739a0b2e9b32676"
 
 PR = "r0"
 PE = "1"
@@ -14,6 +14,6 @@ PE = "1"
 EXTRA_OECONF_append = " --enable-specs=no"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1"
-SRC_URI[sha256sum] = "3fe87fe47d9b795e60ba3715d71f90f9929d57e9048f1d2a6ebb558e5aee9e2a"
+SRC_URI[md5sum] = "c5a93a69b701cf81925fab02b35b0d0e"
+SRC_URI[sha256sum] = "38ee2f032c3a9e30504593f8b5e6c1161a6629daba93748a71c6f70c16f65548"
 
-- 
1.7.2




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

* [v2 06/12] gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (4 preceding siblings ...)
  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 ` 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
                   ` (5 subsequent siblings)
  11 siblings, 0 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>

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...c-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} (53%)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
similarity index 53%
rename from meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb
rename to meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
index a8cbcf0..94b5aec 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
@@ -3,5 +3,5 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
 		    file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
 PR = "r0"
 
-SRC_URI[archive.md5sum] = "6872b68dd081fc033e07d5877b4c0645"
-SRC_URI[archive.sha256sum] = "97c6465ffb15969a9fe1761f16f30c1028977fb24ecda89a0b479170f6412e4d"
+SRC_URI[archive.md5sum] = "3aa1f651834714090cdbf898ec090a98"
+SRC_URI[archive.sha256sum] = "08d99b8ab813fadd3407873e4a30282debce92e22eb1b45430a8bb9c120e2130"
-- 
1.7.2




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

* [v2 07/12] xextproto: upgrade from 7.1.2 to the latest version 7.2.0
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (5 preceding siblings ...)
  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 ` 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
                   ` (4 subsequent siblings)
  11 siblings, 0 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>

Add  --enable-specs=no.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{xextproto_7.1.2.bb => xextproto_7.2.0.bb}     |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.2.bb => xextproto_7.2.0.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb
rename to meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
index b079736..09eb59a 100644
--- a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb
+++ b/meta/recipes-graphics/xorg-proto/xextproto_7.2.0.bb
@@ -17,7 +17,9 @@ PE = "1"
 
 inherit gettext
 
+EXTRA_OECONF_append = " --enable-specs=no"
+
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "263ae968b223c23b2986603d84e5c30e"
-SRC_URI[sha256sum] = "f6f829e112c8eca7c2f10b2193e8d927b9b7722283d647cfd2aea09758159199"
+SRC_URI[md5sum] = "220732210ceffb01bf1caf970e3b1bfb"
+SRC_URI[sha256sum] = "d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5"
-- 
1.7.2




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

* [v2 08/12] libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (6 preceding siblings ...)
  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 ` 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
                   ` (3 subsequent siblings)
  11 siblings, 0 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>

Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING:
-Copyright 2007, 2008, 2009 Sun Microsystems, Inc.
+Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...bpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} (56%)

diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb
similarity index 56%
rename from meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb
rename to meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb
index d7417a2..b3091fd 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.1.bb
@@ -6,11 +6,11 @@ PCI bus and devices in a platform-independant way."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=aa44c26bc646c6c9d9619c73b94a6e31"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2c765efe1e0722c1badff5e54429b102"
 
 PR = "r0"
 
 DEPENDS += "xproto virtual/libx11"
 
-SRC_URI[md5sum] = "285e07976274572e1f1e68edee09b70a"
-SRC_URI[sha256sum] = "f6b3c00e1c0aab0729563115d3d798e14c9210b4e10fccb484efe1c5eae85657"
+SRC_URI[md5sum] = "d6363ee9f4df79f6fc47cba7c67b0d35"
+SRC_URI[sha256sum] = "cc47d7f0e48cf4eed972916b536fdc97788d7521915e3ae1cc92d540776d7344"
-- 
1.7.2




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

* [v2 09/12] cronie: upgrade from 1.4.6 to the latest version 1.4.7
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (7 preceding siblings ...)
  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 ` Dexuan Cui
  2011-04-14  8:56 ` [v2 10/12] preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess Dexuan Cui
                   ` (2 subsequent siblings)
  11 siblings, 0 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>

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb}    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb} (93%)

diff --git a/meta/recipes-extended/cronie/cronie_1.4.6.bb b/meta/recipes-extended/cronie/cronie_1.4.7.bb
similarity index 93%
rename from meta/recipes-extended/cronie/cronie_1.4.6.bb
rename to meta/recipes-extended/cronie/cronie_1.4.7.bb
index 09714c7..7d6093a 100644
--- a/meta/recipes-extended/cronie/cronie_1.4.6.bb
+++ b/meta/recipes-extended/cronie/cronie_1.4.7.bb
@@ -20,8 +20,8 @@ SRC_URI = "https://fedorahosted.org/releases/c/r/cronie/cronie-${PV}.tar.gz \
            file://crond.init \
            file://crontab"
 
-SRC_URI[md5sum] = "968e3d3e7c8e1d0588d533883482d3fa"
-SRC_URI[sha256sum] = "4435484c28a4452ee37db27182675660cdebf16d8956771b28c8a6f2e9c8048b"
+SRC_URI[md5sum] = "dfc26c47756d0c40ee27ae3c7ee98e0d"
+SRC_URI[sha256sum] = "83bae15ae5504454ba74f4142f5db3aa22be594327fea19d2534f65803137fbd"
 
 inherit autotools update-rc.d
 
-- 
1.7.2




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

* [v2 10/12] preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (8 preceding siblings ...)
  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 ` 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
  11 siblings, 0 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>

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../distro/include/preferred-xorg-versions.inc     |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index b164b77..9a04be4 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -10,7 +10,7 @@ PREFERRED_VERSION_compositeproto ?= "0.4.2"
 PREFERRED_VERSION_damageproto ?= "1.2.1"
 PREFERRED_VERSION_dmxproto ?= "2.3.1"
 PREFERRED_VERSION_evieext ?= "1.1.0"
-PREFERRED_VERSION_fixesproto ?= "4.1.2"
+PREFERRED_VERSION_fixesproto ?= "5.0"
 PREFERRED_VERSION_fontcacheproto ?= "0.1.3"
 PREFERRED_VERSION_fontcacheproto-native ?= "0.1.3"
 PREFERRED_VERSION_fontsproto ?= "2.1.1"
@@ -56,7 +56,7 @@ PREFERRED_VERSION_libxfont ?= "1.4.3"
 PREFERRED_VERSION_libxfont-native ?= "1.4.3"
 PREFERRED_VERSION_libxfontcache ?= "1.0.5"
 PREFERRED_VERSION_libxft ?= "2.2.0"
-PREFERRED_VERSION_libxi ?= "1.4.0"
+PREFERRED_VERSION_libxi ?= "1.4.2"
 PREFERRED_VERSION_libxinerama ?= "1.1.1"
 PREFERRED_VERSION_libxkbfile ?= "1.0.7"
 PREFERRED_VERSION_libxkbui ?= "1.0.2"
@@ -71,7 +71,7 @@ PREFERRED_VERSION_libxrender ?= "0.9.6"
 PREFERRED_VERSION_libxrender-nativesdk ?= "0.9.6"
 PREFERRED_VERSION_libxres ?= "1.0.5"
 PREFERRED_VERSION_libxscrnsaver ?= "1.2.1"
-PREFERRED_VERSION_libxt ?= "1.0.9"
+PREFERRED_VERSION_libxt ?= "1.1.1"
 PREFERRED_VERSION_libxtrap ?= "1.0.0"
 PREFERRED_VERSION_libxtst ?= "1.2.0"
 PREFERRED_VERSION_libxv ?= "1.0.6"
@@ -103,9 +103,9 @@ PREFERRED_VERSION_xcmiscproto-native ?= "1.2.1"
 PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.1"
 PREFERRED_VERSION_xdpyinfo ?= "1.2.0"
 PREFERRED_VERSION_xev ?= "1.0.3"
-PREFERRED_VERSION_xextproto ?= "7.1.2"
-PREFERRED_VERSION_xextproto-native ?= "7.1.2"
-PREFERRED_VERSION_xextproto-nativesdk ?= "7.1.2"
+PREFERRED_VERSION_xextproto ?= "7.2.0"
+PREFERRED_VERSION_xextproto-native ?= "7.2.0"
+PREFERRED_VERSION_xextproto-nativesdk ?= "7.2.0"
 PREFERRED_VERSION_xf86bigfontproto ?= "1.2.0"
 PREFERRED_VERSION_xf86bigfontproto-native ?= "1.2.0"
 PREFERRED_VERSION_xf86bigfontproto-nativesdk ?= "1.2.0"
@@ -121,9 +121,9 @@ PREFERRED_VERSION_xineramaproto ?= "1.2.1"
 PREFERRED_VERSION_xmodmap ?= "1.0.5"
 PREFERRED_VERSION_xorg-cf-files ?= "1.0.3"
 PREFERRED_VERSION_xprop ?= "1.2.0"
-PREFERRED_VERSION_xproto ?= "7.0.20"
-PREFERRED_VERSION_xproto-native ?= "7.0.20"
-PREFERRED_VERSION_xproto-nativesdk ?= "7.0.20"
+PREFERRED_VERSION_xproto ?= "7.0.21"
+PREFERRED_VERSION_xproto-native ?= "7.0.21"
+PREFERRED_VERSION_xproto-nativesdk ?= "7.0.21"
 PREFERRED_VERSION_xproxymanagementprotocol ?= "1.0.3"
 PREFERRED_VERSION_xrandr ?= "1.3.4"
 PREFERRED_VERSION_xrdb ?= "1.0.5"
@@ -140,7 +140,7 @@ PREFERRED_VERSION_libdrm ?= "2.4.23"
 PREFERRED_VERSION_xcb-proto ?= "1.6"
 PREFERRED_VERSION_libxcb ?= "1.7"
 PREFERRED_VERSION_libxcb-nativesdk ?= "1.7"
-PREFERRED_VERSION_libpciaccess ?= "0.12.0"
+PREFERRED_VERSION_libpciaccess ?= "0.12.1"
 PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
 PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0"
 PREFERRED_VERSION_xf86-input-keyboard ?= "1.5.0"
-- 
1.7.2




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

* [v2 11/12] distro_tracking_fields.inc: update the info for the following recipes
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (9 preceding siblings ...)
  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 ` Dexuan Cui
  2011-04-14  8:56 ` [v2 12/12] gnu-config-native: add dependency on perl-native Dexuan Cui
  11 siblings, 0 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>

oprofileui
tcf-agent
libxt
libxi
fixesproto
xproto
gnome-doc-utils
pixman
xextproto
libpciaccess
cronie

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   83 ++++++++++----------
 1 files changed, 42 insertions(+), 41 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 8469e96..7602cf7 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1944,13 +1944,13 @@ RECIPE_MAINTAINER_pn-cpio = "Scott Garman <scott.a.garman@intel.com>"
 
 RECIPE_STATUS_pn-cronie = "green"
 RECIPE_DEPENDENCY_CHECK_pn-cronie = "not done"
-RECIPE_LATEST_VERSION_pn-cronie = "1.4.4"
-RECIPE_MANUAL_CHECK_DATE_pn-cronie = "Jan 28, 2011"
+RECIPE_LATEST_VERSION_pn-cronie = "1.4.7"
+RECIPE_MANUAL_CHECK_DATE_pn-cronie = "Apr 11, 2011"
 RECIPE_INTEL_SECTION_pn-cronie = "base"
 RECIPE_NO_OF_PATCHES_pn-cronie = "0"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cronie = "3 months"
-RECIPE_LATEST_RELEASE_DATE_pn-cronie = "02/2010"
-RECIPE_LAST_UPDATE_pn-cronie = "Nov 24, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cronie = "5 months"
+RECIPE_LATEST_RELEASE_DATE_pn-cronie = "Mar 17, 2011"
+RECIPE_LAST_UPDATE_pn-cronie = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-cronie = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-grep = "green" 
@@ -2687,14 +2687,14 @@ RECIPE_MAINTAINER_pn-libsamplerate0 = "Dongxiao Xu <dongxiao.xu@intel.com>"
 RECIPE_STATUS_pn-oprofileui = "green"
 DISTRO_PN_ALIAS_pn-oprofileui = "Fedora=oprofileui Ubuntu=oprofile-gui Debian=oprofile-gui"
 RECIPE_DEPENDENCY_CHECK_pn-oprofileui = "not done"
-RECIPE_LATEST_VERSION_pn-oprofileui = "0.0+git0+e2d998d8a55dc1e49d1588841f83eff8e6809753"
+RECIPE_LATEST_VERSION_pn-oprofileui = "0.0+git0+0c3c32fa754c1d0b70e65767ea7048914f776396"
 RECIPE_NO_OF_PATCHES_pn-oprofileui = "1"
 RECIPE_PATCH_pn-oprofileui+dso_linking_change_build_fix = "fix the build by explicitely passing -lm to linker"
 RECIPE_INTEL_SECTION_pn-oprofileui = "sdk-tools"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-oprofileui = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-oprofileui = "Dec 10, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-oprofileui = "20 days"
+RECIPE_LATEST_RELEASE_DATE_pn-oprofileui = "Apr 4, 2011"
 RECIPE_COMMENTS_pn-oprofileui = ""
-RECIPE_LAST_UPDATE_pn-oprofileui = "Mar 9, 2011"
+RECIPE_LAST_UPDATE_pn-oprofileui = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-oprofileui = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-oprofile = "green"
@@ -2741,6 +2741,8 @@ RECIPE_STATUS_pn-tcf-agent = "green"
 DISTRO_PN_ALIAS_pn-tcf-agent = "WindRiver upstream=http://www.eclipse.org/dsdp/tm/"
 RECIPE_DEPENDENCY_CHECK_pn-tcf-agent = "not done"
 RECIPE_LATEST_VERSION_pn-tcf-agent = "0.3.0+svnr1078"
+RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Apr 11, 2011"
+RECIPE_NO_UPDATE_REASON_pn-tcf-agent = "Do not upgrade to version: (998)? because upstraem hasn't defined a formal release tag."
 RECIPE_NO_OF_PATCHES_pn-tcf-agent = "2"
 RECIPE_PATCH_pn-tcf-agent+terminals_agent = "we might get the patch from git://git.pokylinux.org/eclipse-poky.git in future"
 RECIPE_PATCH_pn-tcf-agent+fix_tcf-agent.init = "a proper script /etc/init.d/tcf-agent"
@@ -3739,13 +3741,13 @@ RECIPE_MAINTAINER_pn-dmxproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-fixesproto = "green"
 DISTRO_PN_ALIAS_pn-fixesproto = "Meego=xorg-x11-proto-fixesproto"
 RECIPE_DEPENDENCY_CHECK_pn-fixesproto = "not done"
-RECIPE_LATEST_VERSION_pn-fixesproto = "4.1.2"
+RECIPE_LATEST_VERSION_pn-fixesproto = "5.0"
 RECIPE_NO_OF_PATCHES_pn-fixesproto = "0"
 RECIPE_INTEL_SECTION_pn-fixesproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-fixesproto = "1 year"
-RECIPE_LATEST_RELEASE_DATE_pn-fixesproto = "Oct 29, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-fixesproto = "1+ years"
+RECIPE_LATEST_RELEASE_DATE_pn-fixesproto = "Mar 8, 2011"
 RECIPE_COMMENTS_pn-fixesproto = ""
-RECIPE_LAST_UPDATE_pn-fixesproto = "Nov 16, 2010"
+RECIPE_LAST_UPDATE_pn-fixesproto = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-fixesproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-fontcacheproto = "green"
@@ -3821,13 +3823,13 @@ RECIPE_MAINTAINER_pn-libdmx = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxi = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxi = "not done"
-RECIPE_LATEST_VERSION_pn-libxi = "1.3"
+RECIPE_LATEST_VERSION_pn-libxi = "1.4.2"
 RECIPE_NO_OF_PATCHES_pn-libxi = "0"
 RECIPE_INTEL_SECTION_pn-libxi = "x11/libs"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxi = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxi = "10/2009"
+RECIPE_LATEST_RELEASE_DATE_pn-libxi = "Mar 18, 2011"
 RECIPE_COMMENTS_pn-libxi = ""
-RECIPE_LAST_UPDATE_pn-libxi = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxi = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-libxi = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxinerama = "green"
@@ -4069,13 +4071,13 @@ RECIPE_MAINTAINER_pn-xcb-proto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-xextproto = "green"
 DISTRO_PN_ALIAS_pn-xextproto = "Meego=xorg-x11-proto-xextproto"
 RECIPE_DEPENDENCY_CHECK_pn-xextproto = "not done"
-RECIPE_LATEST_VERSION_pn-xextproto = "7.1.2"
+RECIPE_LATEST_VERSION_pn-xextproto = "7.2.0"
 RECIPE_NO_OF_PATCHES_pn-xextproto = "0"
 RECIPE_INTEL_SECTION_pn-xextproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xextproto = "1 year"
-RECIPE_LATEST_RELEASE_DATE_pn-xextproto = "Aug 10, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xextproto = "6+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-xextproto = "Feb 27, 2011"
 RECIPE_COMMENTS_pn-xextproto = ""
-RECIPE_LAST_UPDATE_pn-xextproto = "Nov 16, 2010"
+RECIPE_LAST_UPDATE_pn-xextproto = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-xextproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xf86vidmodeproto = "green"
@@ -4093,13 +4095,13 @@ RECIPE_MAINTAINER_pn-xf86vidmodeproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-xproto = "green"
 DISTRO_PN_ALIAS_pn-xproto = "Meego=xorg-x11-proto-xproto Fedora=xorg-x11-proto-devel Ubuntu=x11proto-core-dev Debian=x11proto-core-dev Opensuse=xorg-x11-proto-devel Mandriva=x11-proto-devel"
 RECIPE_DEPENDENCY_CHECK_pn-xproto = "not done"
-RECIPE_LATEST_VERSION_pn-xproto = "7.0.20"
+RECIPE_LATEST_VERSION_pn-xproto = "7.0.21"
 RECIPE_NO_OF_PATCHES_pn-xproto = "0"
 RECIPE_INTEL_SECTION_pn-xproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xproto = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-xproto = "Dec 7, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xproto = "3+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-xproto = "Mar 22, 2011"
 RECIPE_COMMENTS_pn-xproto = ""
-RECIPE_LAST_UPDATE_pn-xproto = "Jan 5, 2011"
+RECIPE_LAST_UPDATE_pn-xproto = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-xproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-liberation-fonts = "green"
@@ -4241,13 +4243,13 @@ RECIPE_MAINTAINER_pn-libxres = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxt = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxt = "not done"
-RECIPE_LATEST_VERSION_pn-libxt = "1.0.8"
+RECIPE_LATEST_VERSION_pn-libxt = "1.1.1"
 RECIPE_NO_OF_PATCHES_pn-libxt = "0"
 RECIPE_INTEL_SECTION_pn-libxt = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxt = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxt = "03/2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxt = "6 days"
+RECIPE_LATEST_RELEASE_DATE_pn-libxt = "Mar 10, 2011"
 RECIPE_COMMENTS_pn-libxt = ""
-RECIPE_LAST_UPDATE_pn-libxt = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxt = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-libxt = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxv = "green"
@@ -4374,12 +4376,12 @@ RECIPE_MAINTAINER_pn-libxkbfile = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-pixman = "green"
 RECIPE_DEPENDENCY_CHECK_pn-pixman = "not done"
-RECIPE_LATEST_VERSION_pn-pixman = "0.21.4"
-RECIPE_NO_UPDATE_REASON_pn-pixman = "Do not upgrade to version: 0.21.4 because it's a development snapshot. pixman's stable releases have even minor version numbers."
+RECIPE_LATEST_VERSION_pn-pixman = "0.21.6"
+RECIPE_NO_UPDATE_REASON_pn-pixman = "Do not upgrade to version: 0.21.6 because it's a development snapshot. pixman's stable releases have even minor version numbers."
 RECIPE_NO_OF_PATCHES_pn-pixman = "0"
 RECIPE_INTEL_SECTION_pn-pixman = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Jan 19, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "1+ month"
+RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Feb 22, 2011"
 RECIPE_COMMENTS_pn-pixman = ""
 RECIPE_LAST_UPDATE_pn-pixman = "Jan 31, 2011"
 RECIPE_MAINTAINER_pn-pixman = "Dexuan Cui <dexuan.cui@intel.com>"
@@ -4408,13 +4410,13 @@ RECIPE_MAINTAINER_pn-libxmu = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libpciaccess = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libpciaccess = "not done"
-RECIPE_LATEST_VERSION_pn-libpciaccess = "0.11.0"
+RECIPE_LATEST_VERSION_pn-libpciaccess = "0.12.1"
 RECIPE_NO_OF_PATCHES_pn-libpciaccess = "0"
 RECIPE_INTEL_SECTION_pn-libpciaccess = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpciaccess = "1+ years"
-RECIPE_LATEST_RELEASE_DATE_pn-libpciaccess = "12/2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libpciaccess = "6+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libpciaccess = "Feb 2, 2011"
 RECIPE_COMMENTS_pn-libpciaccess = ""
-RECIPE_LAST_UPDATE_pn-libpciaccess = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libpciaccess = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-libpciaccess = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xkeyboard-config = "green"
@@ -4549,13 +4551,13 @@ RECIPE_MAINTAINER_pn-galago-daemon = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-gnome-doc-utils = "green"
 RECIPE_DEPENDENCY_CHECK_pn-gnome-doc-utils = "not done"
-RECIPE_LATEST_VERSION_pn-gnome-doc-utils = "0.20.4"
+RECIPE_LATEST_VERSION_pn-gnome-doc-utils = "0.20.5"
 RECIPE_NO_OF_PATCHES_pn-gnome-doc-utils = "0"
 RECIPE_INTEL_SECTION_pn-gnome-doc-utils = "utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnome-doc-utils = "less than 1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-gnome-doc-utils = "Jan 10, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnome-doc-utils = "2+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-gnome-doc-utils = "Mar 22, 2011"
 RECIPE_COMMENTS_pn-gnome-doc-utils = ""
-RECIPE_LAST_UPDATE_pn-gnome-doc-utils = "Jan 28, 2011"
+RECIPE_LAST_UPDATE_pn-gnome-doc-utils = "Apr 11, 2011"
 RECIPE_MAINTAINER_pn-gnome-doc-utils = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-gnome-settings-daemon = "red"
@@ -5425,7 +5427,6 @@ DISTRO_PN_ALIAS_pn-screenshot = "OpenedHand"
 DISTRO_PN_ALIAS_pn-web-webkit = "OpenedHand"
 DISTRO_PN_ALIAS_pn-xcursor-transparent-theme = "OpenedHand"
 DISTRO_PN_ALIAS_pn-qemugl = "OpenedHand"
-DISTRO_PN_ALIAS_pn-oprofileui = "OpenedHand"
 DISTRO_PN_ALIAS_pn-gaku = "OpenedHand"
 DISTRO_PN_ALIAS_pn-xvideo-tests = "OpenedHand"
 
-- 
1.7.2




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

* [v2 12/12] gnu-config-native: add dependency on perl-native
  2011-04-14  8:56 [v2 00/12] [v2] recipe upgrades and fix Dexuan Cui
                   ` (10 preceding siblings ...)
  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 ` Dexuan Cui
  2011-04-14 21:24   ` Saul Wold
  11 siblings, 1 reply; 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>

Fixes [YOCTO #968]

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../gnu-config/gnu-config_20080123.bb              |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
index e0a8155..2ad0834 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
@@ -3,7 +3,9 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc
 SECTION = "devel"
 LICENSE = "GPLv1+"
 LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
-DEPENDS = ""
+
+DEPENDS_virtclass-native = "perl-native"
+
 INHIBIT_DEFAULT_DEPS = "1"
 
 FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
-- 
1.7.2




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

* Re: [v2 12/12] gnu-config-native: add dependency on perl-native
  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
  0 siblings, 1 reply; 15+ messages in thread
From: Saul Wold @ 2011-04-14 21:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/14/2011 01:56 AM, Dexuan Cui wrote:
> From: Dexuan Cui<dexuan.cui@intel.com>
>
> Fixes [YOCTO #968]
>
> Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
> ---
>   .../gnu-config/gnu-config_20080123.bb              |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> index e0a8155..2ad0834 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
> @@ -3,7 +3,9 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc
>   SECTION = "devel"
>   LICENSE = "GPLv1+"
>   LIC_FILES_CHKSUM = "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
> -DEPENDS = ""
> +
> +DEPENDS_virtclass-native = "perl-native"
> +
>   INHIBIT_DEFAULT_DEPS = "1"
>
>   FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
Looks like you forgot to bump PR for this.

Also, there is a patch associated with this recipe that needs the 
Upstream-Status tag



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

* Re: [v2 12/12] gnu-config-native: add dependency on perl-native
  2011-04-14 21:24   ` Saul Wold
@ 2011-04-15  2:53     ` Cui, Dexuan
  0 siblings, 0 replies; 15+ messages in thread
From: Cui, Dexuan @ 2011-04-15  2:53 UTC (permalink / raw)
  To: 'Saul Wold', Patches and discussions about the oe-core layer

Saul Wold wrote:
> On 04/14/2011 01:56 AM, Dexuan Cui wrote:
>> From: Dexuan Cui<dexuan.cui@intel.com>
>> 
>> Fixes [YOCTO #968]
>> 
>> Signed-off-by: Dexuan Cui<dexuan.cui@intel.com>
>> ---
>>   .../gnu-config/gnu-config_20080123.bb              |    4 +++-
>>   1 files changed, 3 insertions(+), 1 deletions(-)
>> 
>> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
>> b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb index
>> e0a8155..2ad0834 100644 ---
>> a/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb +++
>>   b/meta/recipes-devtools/gnu-config/gnu-config_20080123.bb @@ -3,7
>>   +3,9 @@ DESCRIPTION = "Tool that installs the GNU config.guess /
>> config.sub into a direc   SECTION = "devel" LICENSE = "GPLv1+"
>> LIC_FILES_CHKSUM =
>> "file://config.guess;endline=39;md5=a089987af4a25cb0419d1c2fd6d495e3"
>>   -DEPENDS = "" + +DEPENDS_virtclass-native = "perl-native" +
>> INHIBIT_DEFAULT_DEPS = "1" 
>> 
>>   FIXEDSRCDATE = "${@bb.data.getVar('FILE', d,
>> 1).split('_')[-1].split('.')[0]}" 
> Looks like you forgot to bump PR for this.
Hi Saul,
I thought it's ok to not bump PR if we only change DEPENDS?
e.g, the following commits didn't bump PR, too:
7c474dc3
2a285e69
2fc03aee
c600ea7b
 
> Also, there is a patch associated with this recipe that needs the
> Upstream-Status tag
Thanks for the reminder!
This is a fix (not an update) and I failed to notice that the recipe has patches... :-(
Will add the tag and re-send the PULL.

Thanks,
-- Dexuan


^ 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.