Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] [Dexuan]: upgrades for 7 recipes
@ 2011-11-30 14:12 Dexuan Cui
  2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d:

  clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +0800)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/master
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Dexuan Cui (8):
  pixman: upgrade from 0.22.0 to the latest stable 0.24.0
  libxrandr: upgrade from 1.3.1 to the latest version 1.3.2
  lzo: upgrade from 2.05 to the latest version 2.06
  libxfont: upgrade from 1.4.3 to 1.4.4
  libxcursor: upgrade from 1.1.11 to 1.1.12
  xcb-util: upgrade from 0.3.6 to 0.3.8
  inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1
  distro_tracking_fields.inc: update the info

 .../conf/distro/include/distro_tracking_fields.inc |   66 ++++++++++---------
 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb        |   18 -----
 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb        |    9 +++
 .../{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} |    4 +-
 .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +--
 .../{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb}     |    6 +-
 .../{pixman_0.22.0.bb => pixman_0.24.0.bb}         |    4 +-
 ...{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} |    4 +-
 .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0
 .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 +++-
 .../lzo/{lzo_2.05.bb => lzo_2.06.bb}               |    4 +-
 11 files changed, 66 insertions(+), 66 deletions(-)
 delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
 create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.22.0.bb => pixman_0.24.0.bb} (83%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} (78%)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 (100%)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch (79%)
 rename meta/recipes-support/lzo/{lzo_2.05.bb => lzo_2.06.bb} (81%)

-- 
1.7.6




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

* [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 14:12 ` [PATCH 2/8] libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 Dexuan Cui
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{pixman_0.22.0.bb => pixman_0.24.0.bb}         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.22.0.bb => pixman_0.24.0.bb} (83%)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
index 1a33a18..d96fe75 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
@@ -18,6 +18,6 @@ PR = "r0"
 
 EXTRA_OECONF="--disable-gtk"
 
-SRC_URI[md5sum] = "307fe4d7dc83b1a558c362907097c0d0"
-SRC_URI[sha256sum] = "24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b"
+SRC_URI[md5sum] = "db5ffcd50064421176e8afb7b85fd1a7"
+SRC_URI[sha256sum] = "744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44"
 
-- 
1.7.6




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

* [PATCH 2/8] libxrandr: upgrade from 1.3.1 to the latest version 1.3.2
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
  2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 14:12 ` [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06 Dexuan Cui
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
rename to meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
index 616ac68..7bc805f 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb
@@ -13,12 +13,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
 
 DEPENDS += "virtual/libx11 randrproto libxrender libxext"
 
-PR = "r1"
+PR = "r0"
 PE = "1"
 
 XORG_PN = "libXrandr"
 
 BBCLASSEXTEND = "nativesdk"
 
-SRC_URI[md5sum] = "7785c3f7cff2735c94657e8f87ed8ad3"
-SRC_URI[sha256sum] = "62bba708649c04cbbc2f5de910942a01cc727b27225bc06169af8a89b957c661"
+SRC_URI[md5sum] = "92473da2fccf5fac665be4fa4f2037fa"
+SRC_URI[sha256sum] = "7eaca216ab5233d7396119eb87c1989d350a3efead104d54b55f22cdd1d99b81"
-- 
1.7.6




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

* [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
  2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
  2011-11-30 14:12 ` [PATCH 2/8] libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 22:14   ` Khem Raj
  2011-11-30 14:12 ` [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4 Dexuan Cui
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0
 .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 ++++++++-
 .../lzo/{lzo_2.05.bb => lzo_2.06.bb}               |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 (100%)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch (79%)
 rename meta/recipes-support/lzo/{lzo_2.05.bb => lzo_2.06.bb} (81%)

diff --git a/meta/recipes-support/lzo/lzo-2.05/acinclude.m4 b/meta/recipes-support/lzo/lzo-2.06/acinclude.m4
similarity index 100%
rename from meta/recipes-support/lzo/lzo-2.05/acinclude.m4
rename to meta/recipes-support/lzo/lzo-2.06/acinclude.m4
diff --git a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
similarity index 79%
rename from meta/recipes-support/lzo/lzo-2.05/autoconf.patch
rename to meta/recipes-support/lzo/lzo-2.06/autoconf.patch
index dbd2072..63c1d2d 100644
--- a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
+++ b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
@@ -5,6 +5,13 @@ to pass build
 Upstream-Status: Inappropriate [workaround]
 
 Signed-off-by: Qing He <qing.he@intel.com>
+
+
+
+Wed Nov 30 14:42:01 CST 2011
+Rebase to lzo-2.06.
+Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
+
 ---
 diff --git a/configure.ac b/configure.ac
 index 650749a..2a78845 100644
@@ -16,6 +23,6 @@ index 650749a..2a78845 100644
  
 -AC_PREREQ(2.67)
 +AC_PREREQ(2.65)
- AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
+ AC_INIT([LZO],[2.06],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
  AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
  AC_CONFIG_SRCDIR(src/lzo_init.c)
diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.06.bb
similarity index 81%
rename from meta/recipes-support/lzo/lzo_2.05.bb
rename to meta/recipes-support/lzo/lzo_2.06.bb
index c49e94a..b2cc171 100644
--- a/meta/recipes-support/lzo/lzo_2.05.bb
+++ b/meta/recipes-support/lzo/lzo_2.06.bb
@@ -11,8 +11,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
            file://acinclude.m4 \
            "
 
-SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
-SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
+SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8"
+SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73"
 
 inherit autotools
 
-- 
1.7.6




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

* [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (2 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 22:12   ` Khem Raj
  2011-11-30 14:12 ` [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12 Dexuan Cui
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

updated LIC_FILES_CHKSUM:
only Copyright holder change in COPYING -- no actual license change.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%)

diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
similarity index 62%
rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
index 43a628e..8af0ac9 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
@@ -7,7 +7,7 @@ such as freetype)."
 require xorg-lib-common.inc
 
 LICENSE= "MIT & MIT-style & BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
 
 DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
 PROVIDES = "xfont"
@@ -15,11 +15,9 @@ PROVIDES = "xfont"
 PR = "r0"
 PE = "1"
 
-#SRC_URI += "file://no-scalable-crash.patch"
-
 XORG_PN = "libXfont"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "6fb689cfe13d8d9460f4abb5bd88588d"
-SRC_URI[sha256sum] = "f79245652901d20092092e942155d32b8dde15527637db3c09a1adc83672e9cc"
+SRC_URI[md5sum] = "f9942bc818d39094d7295b156a729393"
+SRC_URI[sha256sum] = "a2065f5f66882f7a9cb0eb674e16d284da48e449af443eda272e99832be8239a"
-- 
1.7.6




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

* [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (3 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb
rename to meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb
index a8dee4c..b593093 100644
--- a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb
@@ -18,5 +18,5 @@ PE = "1"
 
 XORG_PN = "libXcursor"
 
-SRC_URI[md5sum] = "866ed46f7e0d85b8c0003cebbb78a4af"
-SRC_URI[sha256sum] = "a06ef74579e2c06f9490e682b8e7ac915cb5280ee47bb071a2b850637a2bf6fe"
+SRC_URI[md5sum] = "a93b5a6f5b05976d2c0d3f8a07f6ac6a"
+SRC_URI[sha256sum] = "0c4de165e07ac66b091af50a4db1f07e3c14d1bcf80830013693a21ef03e7ba4"
-- 
1.7.6




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

* [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (4 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 22:16   ` Khem Raj
  2011-12-01  8:02   ` Martin Jansa
  2011-11-30 14:12 ` [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 Dexuan Cui
                   ` (2 subsequent siblings)
  8 siblings, 2 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

updated LIC_FILES_CHKSUM since the code was re-organized, but the license
remains the same.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb |   18 ------------------
 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb |    9 +++++++++
 2 files changed, 9 insertions(+), 18 deletions(-)
 delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
 create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb

diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
deleted file mode 100644
index 1057b34..0000000
--- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require xcb-util.inc
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf387ff7bc53c7 \
-                    file://reply/reply.c;endline=27;md5=f9a1d6b55bba632d349949cbf33cd635 \
-                    file://aux/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
-                    file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
-                    file://event/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9 \
-                    file://property/xcb_property.h;endline=27;md5=f5890866ee0c655c36ef1c6c738fee6b \
-                    file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
-                    file://image/xcb_pixel.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
-
-
-PR = "r0"
-
-
-SRC_URI[md5sum] = "dd8968b8ee613cb027a8ef1fcbdc8fc9"
-SRC_URI[sha256sum] = "ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57"
diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
new file mode 100644
index 0000000..b7eff29
--- /dev/null
+++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
@@ -0,0 +1,9 @@
+require xcb-util.inc
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
+                    file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9"
+PR = "r0"
+
+SRC_URI[md5sum] = "8ce019c4bbf20dce246b98f177cfccff"
+SRC_URI[sha256sum] = "c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9"
-- 
1.7.6




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

* [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (5 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 14:12 ` [PATCH 8/8] distro_tracking_fields.inc: update the info Dexuan Cui
  2011-11-30 22:17 ` [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Richard Purdie
  8 siblings, 0 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

The current latest version 2.1.99.2 is not stable: "This branch contains
protocol elements which have not yet been finalised.", so we upgrade to
2.0.99.1 for now.

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

diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.0.99.1.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb
rename to meta/recipes-graphics/xorg-proto/inputproto_2.0.99.1.bb
index 26f1e2d..487d9b8 100644
--- a/meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb
+++ b/meta/recipes-graphics/xorg-proto/inputproto_2.0.99.1.bb
@@ -17,6 +17,6 @@ inherit gettext
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "07d54ae098ed4e6dce472f6ef3de05ce"
-SRC_URI[sha256sum] = "64222a590ad4a62a3c8d57805379451769e3329cc5c8c5c1f1fc0d1529ebf005"
+SRC_URI[md5sum] = "c5a4bef0431b4197e95d1e15b2996d49"
+SRC_URI[sha256sum] = "e699b4c44977b8edb97d171c7a68ff1551366d00c5ed93e6b72e3d9072b48145"
 
-- 
1.7.6




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

* [PATCH 8/8] distro_tracking_fields.inc: update the info
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (6 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 Dexuan Cui
@ 2011-11-30 14:12 ` Dexuan Cui
  2011-11-30 22:17 ` [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Richard Purdie
  8 siblings, 0 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

pixman
libxrandr
lzo
libxfont
libxcursor
xcb-util
inputproto
liberation-fonts

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

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 8477e94..323f150 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -453,11 +453,14 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnutls = "4 months"
 RECIPE_COMMENTS_pn-gnutls = "requires libtasn1, but has an internal copy"
 
 RECIPE_STATUS_pn-lzo = "green"
-RECIPE_LAST_UPDATE_pn-lzo = "Dec 31, 2010"
+RECIPE_LATEST_VERSION_pn-lzo = "2.06"
+RECIPE_NO_OF_PATCHES_pn-lzo="1"
+RECIPE_PATCH_pn-lzo+autoconf = "a workaround for autoconf"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-lzo="4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-lzo = "Aug 12, 2011"
+RECIPE_LAST_UPDATE_pn-lzo = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-lzo = "Dexuan Cui <dexuan.cui@intel.com>"
-RECIPE_LATEST_VERSION_pn-lzo = "2.04"
 RECIPE_INTEL_SECTION_pn-lzo = "base libs"
-RECIPE_LATEST_RELEASE_DATE_pn-lzo = "Oct 01, 2010"
 
 RECIPE_STATUS_pn-libtasn1 = "green"
 RECIPE_LATEST_VERSION_pn-libtasn1 = "2.10"
@@ -3953,13 +3956,14 @@ RECIPE_MAINTAINER_pn-glproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-inputproto = "green"
 DISTRO_PN_ALIAS_pn-inputproto = "Meego=xorg-x11-proto-inputproto"
 RECIPE_DEPENDENCY_CHECK_pn-inputproto = "not done"
-RECIPE_LATEST_VERSION_pn-inputproto = "2.0.2"
+RECIPE_LATEST_VERSION_pn-inputproto = "2.1.99.2"
 RECIPE_NO_OF_PATCHES_pn-inputproto = "0"
+RECIPE_NO_UPDATE_REASON_pn-libunique = "Do not upgrade to version: 2.1.99.2 that has unstable code"
 RECIPE_INTEL_SECTION_pn-inputproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-inputproto = "7 months"
-RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Jun 7, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-inputproto = "2 months"
+RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Nov 10, 2011"
 RECIPE_COMMENTS_pn-inputproto = ""
-RECIPE_LAST_UPDATE_pn-inputproto = "Jun 13, 2011"
+RECIPE_LAST_UPDATE_pn-inputproto = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-inputproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-kbproto = "green"
@@ -4270,15 +4274,15 @@ RECIPE_MAINTAINER_pn-xproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-liberation-fonts = "green"
 RECIPE_DEPENDENCY_CHECK_pn-liberation-fonts = "not done"
-RECIPE_LATEST_VERSION_pn-liberation-fonts = "1.07.0"
-RECIPE_MANUAL_CHECK_DATE_pn-liberation-fonts = "Jun 13, 2011"
-RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "Do not upgrade to version: 1.07.0 because before doing that, we need adding new native packages like libungif_4.1.3, libspiro and fontforge first"
+RECIPE_LATEST_VERSION_pn-liberation-fonts = "1.07.1"
+RECIPE_MANUAL_CHECK_DATE_pn-liberation-fonts = "Nov 30, 2011"
+RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "Do not upgrade to version: 1.07.1 because before doing that, we need adding new native packages like libungif_4.1.3, libspiro and fontforge first"
 RECIPE_NO_OF_PATCHES_pn-liberation-fonts = "0"
 RECIPE_INTEL_SECTION_pn-liberation-fonts = "x11/fonts"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liberation-fonts = "10 months"
-RECIPE_LATEST_RELEASE_DATE_pn-liberation-fonts = "May 30, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liberation-fonts = "4 months"
+RECIPE_LATEST_RELEASE_DATE_pn-liberation-fonts = "Sep 21, 2011"
 RECIPE_COMMENTS_pn-liberation-fonts = "current version 1.04 released open source under GPLv2 with exceptions"
-RECIPE_LAST_UPDATE_pn-liberation-fonts = "Jun 13, 2011"
+RECIPE_LAST_UPDATE_pn-liberation-fonts = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-liberation-fonts = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libfontenc = "green"
@@ -4294,13 +4298,13 @@ RECIPE_MAINTAINER_pn-libfontenc = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxfont = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxfont = "not done"
-RECIPE_LATEST_VERSION_pn-libxfont = "1.4.2"
+RECIPE_LATEST_VERSION_pn-libxfont = "1.4.4"
 RECIPE_NO_OF_PATCHES_pn-libxfont = "0"
 RECIPE_INTEL_SECTION_pn-libxfont = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxfont = "8 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxfont = "Oct 01, 2009"
-RECIPE_COMMENTS_pn-libxfont = "the recipe file has a commented-out no-scalable-crash.patch"
-RECIPE_LAST_UPDATE_pn-libxfont = "Nov 24, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxfont = "10 months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxfont = "Aug 10, 2011"
+RECIPE_COMMENTS_pn-libxfont = ""
+RECIPE_LAST_UPDATE_pn-libxfont = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-libxfont = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libice = "green"
@@ -4374,13 +4378,13 @@ RECIPE_MAINTAINER_pn-libxcomposite = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxrandr = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxrandr = "not done"
-RECIPE_LATEST_VERSION_pn-libxrandr = "1.3.0"
+RECIPE_LATEST_VERSION_pn-libxrandr = "1.3.2"
 RECIPE_NO_OF_PATCHES_pn-libxrandr = "0"
 RECIPE_INTEL_SECTION_pn-libxrandr = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxrandr = "4 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxrandr = "Mar 01, 2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxrandr = "8 months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxrandr = "Jun 29, 2011"
 RECIPE_COMMENTS_pn-libxrandr = ""
-RECIPE_LAST_UPDATE_pn-libxrandr = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxrandr = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-libxrandr = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxrender = "green"
@@ -4462,13 +4466,13 @@ RECIPE_MAINTAINER_pn-libxxf86vm = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxcursor = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxcursor = "not done"
-RECIPE_LATEST_VERSION_pn-libxcursor = "1.1.10"
+RECIPE_LATEST_VERSION_pn-libxcursor = "1.1.12"
 RECIPE_NO_OF_PATCHES_pn-libxcursor = "0"
 RECIPE_INTEL_SECTION_pn-libxcursor = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxcursor = "2 years"
-RECIPE_LATEST_RELEASE_DATE_pn-libxcursor = "Aug 01, 2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxcursor = "8 months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxcursor = "Jun 30, 2011"
 RECIPE_COMMENTS_pn-libxcursor = ""
-RECIPE_LAST_UPDATE_pn-libxcursor = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxcursor = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-libxcursor = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxdamage = "green"
@@ -4540,13 +4544,13 @@ 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.22.0"
+RECIPE_LATEST_VERSION_pn-pixman = "0.24.0"
 RECIPE_NO_OF_PATCHES_pn-pixman = "0"
 RECIPE_INTEL_SECTION_pn-pixman = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "14 days"
-RECIPE_LATEST_RELEASE_DATE_pn-pixman = "May 2, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "8 days"
+RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Nov 06, 2011"
 RECIPE_COMMENTS_pn-pixman = ""
-RECIPE_LAST_UPDATE_pn-pixman = "Jun 13, 2011"
+RECIPE_LAST_UPDATE_pn-pixman = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-pixman = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xtrans = "green"
@@ -4717,7 +4721,7 @@ RECIPE_INTEL_SECTION_pn-xcb-util = "x11/libs"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xcb-util = "1+ years"
 RECIPE_LATEST_RELEASE_DATE_pn-xcb-util = "Apr 25, 2011"
 RECIPE_COMMENTS_pn-xcb-util = ""
-RECIPE_LAST_UPDATE_pn-xcb-util = "Jun 13, 2011"
+RECIPE_LAST_UPDATE_pn-xcb-util = "Nov 30, 2011"
 RECIPE_MAINTAINER_pn-xcb-util = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-startup-notification = "green"
-- 
1.7.6




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

* Re: [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4
  2011-11-30 14:12 ` [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4 Dexuan Cui
@ 2011-11-30 22:12   ` Khem Raj
  2011-12-02  1:09     ` Cui, Dexuan
  0 siblings, 1 reply; 23+ messages in thread
From: Khem Raj @ 2011-11-30 22:12 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com> wrote:
> updated LIC_FILES_CHKSUM:
> only Copyright holder change in COPYING -- no actual license change.
>
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
>  .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +++-----
>  1 files changed, 3 insertions(+), 5 deletions(-)
>  rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%)
>
> diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
> similarity index 62%
> rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
> rename to meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
> index 43a628e..8af0ac9 100644
> --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
> +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb
> @@ -7,7 +7,7 @@ such as freetype)."
>  require xorg-lib-common.inc
>
>  LICENSE= "MIT & MIT-style & BSD"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
>
>  DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
>  PROVIDES = "xfont"
> @@ -15,11 +15,9 @@ PROVIDES = "xfont"
>  PR = "r0"
>  PE = "1"
>
> -#SRC_URI += "file://no-scalable-crash.patch"
> -

Please rm the patch as well.



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

* Re: [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06
  2011-11-30 14:12 ` [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06 Dexuan Cui
@ 2011-11-30 22:14   ` Khem Raj
  2011-12-02  1:26     ` Cui, Dexuan
  0 siblings, 1 reply; 23+ messages in thread
From: Khem Raj @ 2011-11-30 22:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com> wrote:
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
>  .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0
>  .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 ++++++++-
>  .../lzo/{lzo_2.05.bb => lzo_2.06.bb}               |    4 ++--
>  3 files changed, 10 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 (100%)
>  rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch (79%)
>  rename meta/recipes-support/lzo/{lzo_2.05.bb => lzo_2.06.bb} (81%)
>
> diff --git a/meta/recipes-support/lzo/lzo-2.05/acinclude.m4 b/meta/recipes-support/lzo/lzo-2.06/acinclude.m4
> similarity index 100%
> rename from meta/recipes-support/lzo/lzo-2.05/acinclude.m4
> rename to meta/recipes-support/lzo/lzo-2.06/acinclude.m4
> diff --git a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
> similarity index 79%
> rename from meta/recipes-support/lzo/lzo-2.05/autoconf.patch
> rename to meta/recipes-support/lzo/lzo-2.06/autoconf.patch
> index dbd2072..63c1d2d 100644
> --- a/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
> +++ b/meta/recipes-support/lzo/lzo-2.06/autoconf.patch
> @@ -5,6 +5,13 @@ to pass build
>  Upstream-Status: Inappropriate [workaround]
>
>  Signed-off-by: Qing He <qing.he@intel.com>
> +
> +
> +
> +Wed Nov 30 14:42:01 CST 2011
> +Rebase to lzo-2.06.
> +Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> +
>  ---
>  diff --git a/configure.ac b/configure.ac
>  index 650749a..2a78845 100644
> @@ -16,6 +23,6 @@ index 650749a..2a78845 100644
>
>  -AC_PREREQ(2.67)
>  +AC_PREREQ(2.65)

is this patch needed still. We use newer autoconf so why do we go back
to 2.65 in this case ?

> - AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
> + AC_INIT([LZO],[2.06],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
>  AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
>  AC_CONFIG_SRCDIR(src/lzo_init.c)
> diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.06.bb
> similarity index 81%
> rename from meta/recipes-support/lzo/lzo_2.05.bb
> rename to meta/recipes-support/lzo/lzo_2.06.bb
> index c49e94a..b2cc171 100644
> --- a/meta/recipes-support/lzo/lzo_2.05.bb
> +++ b/meta/recipes-support/lzo/lzo_2.06.bb
> @@ -11,8 +11,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
>            file://acinclude.m4 \
>            "
>
> -SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
> -SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
> +SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8"
> +SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73"
>
>  inherit autotools
>
> --
> 1.7.6
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8
  2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
@ 2011-11-30 22:16   ` Khem Raj
  2011-12-02  1:59     ` Cui, Dexuan
  2011-12-01  8:02   ` Martin Jansa
  1 sibling, 1 reply; 23+ messages in thread
From: Khem Raj @ 2011-11-30 22:16 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com> wrote:
> updated LIC_FILES_CHKSUM since the code was re-organized, but the license
> remains the same.
>
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
>  meta/recipes-graphics/xcb/xcb-util_0.3.6.bb |   18 ------------------
>  meta/recipes-graphics/xcb/xcb-util_0.3.8.bb |    9 +++++++++
>  2 files changed, 9 insertions(+), 18 deletions(-)
>  delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
>  create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
>
> diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
> deleted file mode 100644
> index 1057b34..0000000
> --- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -require xcb-util.inc
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf387ff7bc53c7 \
> -                    file://reply/reply.c;endline=27;md5=f9a1d6b55bba632d349949cbf33cd635 \
> -                    file://aux/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
> -                    file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
> -                    file://event/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9 \
> -                    file://property/xcb_property.h;endline=27;md5=f5890866ee0c655c36ef1c6c738fee6b \
> -                    file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
> -                    file://image/xcb_pixel.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
> -
> -
> -PR = "r0"
> -
> -
> -SRC_URI[md5sum] = "dd8968b8ee613cb027a8ef1fcbdc8fc9"
> -SRC_URI[sha256sum] = "ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57"
> diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
> new file mode 100644
> index 0000000..b7eff29
> --- /dev/null
> +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
> @@ -0,0 +1,9 @@
> +require xcb-util.inc
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
> +                    file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9"

if license remains same then why do we not check for the remaining
files from there new location wherever they moved to
after code reorg ?

> +PR = "r0"
> +
> +SRC_URI[md5sum] = "8ce019c4bbf20dce246b98f177cfccff"
> +SRC_URI[sha256sum] = "c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9"
> --
> 1.7.6
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 0/8] [Dexuan]: upgrades for 7 recipes
  2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
                   ` (7 preceding siblings ...)
  2011-11-30 14:12 ` [PATCH 8/8] distro_tracking_fields.inc: update the info Dexuan Cui
@ 2011-11-30 22:17 ` Richard Purdie
  2011-12-02  3:17   ` Cui, Dexuan
  8 siblings, 1 reply; 23+ messages in thread
From: Richard Purdie @ 2011-11-30 22:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-11-30 at 22:12 +0800, Dexuan Cui wrote:
> The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d:
> 
>   clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +0800)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dcui/master
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
> 
> Dexuan Cui (8):
>   pixman: upgrade from 0.22.0 to the latest stable 0.24.0
>   libxrandr: upgrade from 1.3.1 to the latest version 1.3.2
>   lzo: upgrade from 2.05 to the latest version 2.06
>   libxfont: upgrade from 1.4.3 to 1.4.4
>   libxcursor: upgrade from 1.1.11 to 1.1.12
>   xcb-util: upgrade from 0.3.6 to 0.3.8

I merged these, thanks.

>   inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1

I was a bit worried about this one - is 20.0.99.1 stable or a prerelease
version? Should we just wait for the final release of that one?

>   distro_tracking_fields.inc: update the info

This failed to apply. Could you rebase and resubmit please?

Cheers,

Richard




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

* Re: [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8
  2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
  2011-11-30 22:16   ` Khem Raj
@ 2011-12-01  8:02   ` Martin Jansa
  2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
  2011-12-02  2:18     ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Cui, Dexuan
  1 sibling, 2 replies; 23+ messages in thread
From: Martin Jansa @ 2011-12-01  8:02 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 4030 bytes --]

On Wed, Nov 30, 2011 at 10:12:32PM +0800, Dexuan Cui wrote:
> updated LIC_FILES_CHKSUM since the code was re-organized, but the license
> remains the same.
> 
> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
> ---
>  meta/recipes-graphics/xcb/xcb-util_0.3.6.bb |   18 ------------------
>  meta/recipes-graphics/xcb/xcb-util_0.3.8.bb |    9 +++++++++
>  2 files changed, 9 insertions(+), 18 deletions(-)
>  delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
>  create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb

Because there is only one .so lib now after:
http://cgit.freedesktop.org/xcb/util/commit/?id=118a3c86b3d3b2fab20f365e4a5703e40ad2e1b1

the resulting package is renamed from
Package xcb-util (0.3.6-r0) is installed on root and has the following
files:
/usr/lib/libxcb-aux.so.0
/usr/lib/libxcb-keysyms.so.1
/usr/lib/libxcb-icccm.so.1
/usr/lib/libxcb-image.so.0.0.0
/usr/lib/libxcb-atom.so.1.0.0
/usr/lib/libxcb-icccm.so.1.0.0
/usr/lib/libxcb-event.so.1
/usr/lib/libxcb-reply.so.1.0.0
/usr/lib/libxcb-property.so.1.0.0
/usr/lib/libxcb-render-util.so.0.0.0
/usr/lib/libxcb-property.so.1
/usr/lib/libxcb-reply.so.1
/usr/lib/libxcb-image.so.0
/usr/lib/libxcb-atom.so.1
/usr/lib/libxcb-event.so.1.0.0
/usr/lib/libxcb-render-util.so.0
/usr/lib/libxcb-aux.so.0.0.0
/usr/lib/libxcb-keysyms.so.1.0.0

Now it's libxcb-util0, because of only one .so
packages-split/xcb-util
packages-split/xcb-util/usr
packages-split/xcb-util/usr/lib
packages-split/xcb-util/usr/lib/libxcb-util.so.0.0.0
packages-split/xcb-util/usr/lib/libxcb-util.so.0

So we need at least PR bumps for recipes which were RDEPENDing on
xcb-util (ie because of shlibs). I'll send patches later for recipes
which are failing for me now..

Cheers,

> 
> diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
> deleted file mode 100644
> index 1057b34..0000000
> --- a/meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -require xcb-util.inc
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://xcb-util-common.h;endline=30;md5=6c74595925fd773cc8cf387ff7bc53c7 \
> -                    file://reply/reply.c;endline=27;md5=f9a1d6b55bba632d349949cbf33cd635 \
> -                    file://aux/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
> -                    file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
> -                    file://event/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9 \
> -                    file://property/xcb_property.h;endline=27;md5=f5890866ee0c655c36ef1c6c738fee6b \
> -                    file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
> -                    file://image/xcb_pixel.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
> -
> -
> -PR = "r0"
> -
> -
> -SRC_URI[md5sum] = "dd8968b8ee613cb027a8ef1fcbdc8fc9"
> -SRC_URI[sha256sum] = "ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57"
> diff --git a/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
> new file mode 100644
> index 0000000..b7eff29
> --- /dev/null
> +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
> @@ -0,0 +1,9 @@
> +require xcb-util.inc
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
> +                    file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9"
> +PR = "r0"
> +
> +SRC_URI[md5sum] = "8ce019c4bbf20dce246b98f177cfccff"
> +SRC_URI[sha256sum] = "c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9"
> -- 
> 1.7.6
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0
  2011-12-01  8:02   ` Martin Jansa
@ 2011-12-01  8:46     ` Martin Jansa
  2011-12-01  8:46       ` [PATCH][oe-core 2/3] matchbox-panel-2: " Martin Jansa
                         ` (2 more replies)
  2011-12-02  2:18     ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Cui, Dexuan
  1 sibling, 3 replies; 23+ messages in thread
From: Martin Jansa @ 2011-12-01  8:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../startup-notification_0.12.bb                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
index d3a9576..0fc18b1 100644
--- a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
+++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a2ae2cd47d6d2f238410f5364dfbc0f2 \
                     file://libsn/sn-common.h;endline=23;md5=6d05bc0ebdcf5513a6e77cb26e8cd7e2 \
                     file://test/test-boilerplate.h;endline=23;md5=923e706b2a70586176eead261cc5bb98"
 
-PR = "r0"
+PR = "r1"
 
 SECTION = "libs"
 
-- 
1.7.8.rc4




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

* [PATCH][oe-core 2/3] matchbox-panel-2: bump PR, because of xcb-util was renamed to libxcb-util0
  2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
@ 2011-12-01  8:46       ` Martin Jansa
  2011-12-01  8:46       ` [PATCH][oe-core 3/3] matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning Martin Jansa
  2011-12-01 10:41       ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Richard Purdie
  2 siblings, 0 replies; 23+ messages in thread
From: Martin Jansa @ 2011-12-01  8:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../matchbox-panel-2/matchbox-panel-2_git.bb       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index c1da0cf..41ba8e1 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
 
 SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35"
 PV = "0.0+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 RPROVIDES_${PN} = "matchbox-panel"
 RREPLACES_${PN} = "matchbox-panel"
-- 
1.7.8.rc4




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

* [PATCH][oe-core 3/3] matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning
  2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
  2011-12-01  8:46       ` [PATCH][oe-core 2/3] matchbox-panel-2: " Martin Jansa
@ 2011-12-01  8:46       ` Martin Jansa
  2011-12-01 10:41       ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Richard Purdie
  2 siblings, 0 replies; 23+ messages in thread
From: Martin Jansa @ 2011-12-01  8:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../matchbox-panel-2/matchbox-panel-2_git.bb       |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index 41ba8e1..78111f7 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
 
 SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35"
 PV = "0.0+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 RPROVIDES_${PN} = "matchbox-panel"
 RREPLACES_${PN} = "matchbox-panel"
@@ -32,5 +32,6 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
                 ${datadir}/matchbox-panel/brightness/*.png \
                 ${datadir}/matchbox-panel/startup/*.png "
 FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
+FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
 
 inherit autotools pkgconfig
-- 
1.7.8.rc4




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

* Re: [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0
  2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
  2011-12-01  8:46       ` [PATCH][oe-core 2/3] matchbox-panel-2: " Martin Jansa
  2011-12-01  8:46       ` [PATCH][oe-core 3/3] matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning Martin Jansa
@ 2011-12-01 10:41       ` Richard Purdie
  2 siblings, 0 replies; 23+ messages in thread
From: Richard Purdie @ 2011-12-01 10:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-12-01 at 09:46 +0100, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../startup-notification_0.12.bb                   |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master (along with patches 2 and 3), thanks.

Richard




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

* Re: [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4
  2011-11-30 22:12   ` Khem Raj
@ 2011-12-02  1:09     ` Cui, Dexuan
  0 siblings, 0 replies; 23+ messages in thread
From: Cui, Dexuan @ 2011-12-02  1:09 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Khem Raj wrote on 2011-12-01:
> On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com>
> wrote:
>> updated LIC_FILES_CHKSUM:
>> only Copyright holder change in COPYING -- no actual license change.
>> 
>> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> ---
>>  .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +++-----  1
>> files changed, 3 insertions(+), 5 deletions(-)  rename
>> meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb}
>> (62%)
>> 
>> diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
>> b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb similarity index 62%
>> rename from meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb rename to
>> meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb index 43a628e..8af0ac9
>> 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb +++
>> b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb @@ -7,7 +7,7 @@ such
>> as freetype)."  require xorg-lib-common.inc
>> 
>>  LICENSE= "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM =
>> "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" +LIC_FILES_CHKSUM
>> = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
>> 
>>  DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc"
>>  PROVIDES = "xfont"
>> @@ -15,11 +15,9 @@ PROVIDES = "xfont"
>>  PR = "r0"
>>  PE = "1"
>> 
>> -#SRC_URI += "file://no-scalable-crash.patch"
>> -
> 
> Please rm the patch as well.
 
Thanks for the reminder!  I didn't find the patch somehow... sorry.
I'll send a new commit to remove the patch.

Thanks,
-- Dexuan


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

* Re: [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06
  2011-11-30 22:14   ` Khem Raj
@ 2011-12-02  1:26     ` Cui, Dexuan
  0 siblings, 0 replies; 23+ messages in thread
From: Cui, Dexuan @ 2011-12-02  1:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Khem Raj wrote on 2011-12-01:
> On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com>
> wrote:
>> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
>> ---
>>  .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0
>>  .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 ++++++++-
>>  ---
>>  diff --git a/configure.ac b/configure.ac
>>  index 650749a..2a78845 100644
>> @@ -16,6 +23,6 @@ index 650749a..2a78845 100644
>> 
>>  -AC_PREREQ(2.67)
>>  +AC_PREREQ(2.65)
> 
> is this patch needed still. We use newer autoconf so why do we go back
> to 2.65 in this case ?
Hi Khem,
Thanks a lot for the reminder!
You're correct. We don't need the patch any longer according to my test.
I'll send a new commit to remove the patch.

Thanks,
-- Dexuan



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

* Re: [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8
  2011-11-30 22:16   ` Khem Raj
@ 2011-12-02  1:59     ` Cui, Dexuan
  0 siblings, 0 replies; 23+ messages in thread
From: Cui, Dexuan @ 2011-12-02  1:59 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Khem Raj wrote on 2011-12-01:
> On Wed, Nov 30, 2011 at 6:12 AM, Dexuan Cui <dexuan.cui@intel.com>
> wrote:
>> updated LIC_FILES_CHKSUM since the code was re-organized, but the
>> license remains the same.
>> --- /dev/null
>> +++ b/meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
>> @@ -0,0 +1,9 @@
>> 
> +"file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a64
> 60
>> +\
>> + file://src/xcb_event.h;endline=27;md5=627be35
> 5aee59e1b8ade80d5bd90fad9"
> 
> if license remains same then why do we not check for the remaining
> files from there new location wherever they moved to after code reorg ?
Some files in 0.3.6 doesn't exist in 0.3.8. According the Changelog, they seem to be demo code, or obsolete code.
I reserved the 2 files of LIC_FILES_CHKSUM since they're still in 0.3.8, but with a different directory. The other files don't exist now.

Thanks,
-- Dexuan



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

* Re: [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8
  2011-12-01  8:02   ` Martin Jansa
  2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
@ 2011-12-02  2:18     ` Cui, Dexuan
  1 sibling, 0 replies; 23+ messages in thread
From: Cui, Dexuan @ 2011-12-02  2:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

Martin Jansa wrote on 2011-12-01:
> On Wed, Nov 30, 2011 at 10:12:32PM +0800, Dexuan Cui wrote:
>> updated LIC_FILES_CHKSUM since the code was re-organized, but the 
>> license remains the same.
>> 
>>  meta/recipes-graphics/xcb/xcb-util_0.3.6.bb |   18 ------------------
>>  meta/recipes-graphics/xcb/xcb-util_0.3.8.bb |    9 +++++++++ 2 files
>>  changed, 9 insertions(+), 18 deletions(-)  delete mode 100644  
>> meta/recipes-graphics/xcb/xcb-util_0.3.6.bb create mode 100644  
>> meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
> 
> Because there is only one .so lib now after:
> http://cgit.freedesktop.org/xcb/util/commit/?id=118a3c86b3d3b2fab20f36
> 5e4a5703e40ad2e1b1
> 
> the resulting package is renamed from Package xcb-util (0.3.6-r0) is 
> installed on root and has the following files: 
> /usr/lib/libxcb-aux.so.0
> /usr/lib/libxcb-keysyms.so.1 /usr/lib/libxcb-icccm.so.1 
> /usr/lib/libxcb-image.so.0.0.0 /usr/lib/libxcb-atom.so.1.0.0 
> /usr/lib/libxcb-icccm.so.1.0.0 /usr/lib/libxcb-event.so.1 
> /usr/lib/libxcb-reply.so.1.0.0 /usr/lib/libxcb-property.so.1.0.0 
> /usr/lib/libxcb-render-util.so.0.0.0 /usr/lib/libxcb-property.so.1
> /usr/lib/libxcb-reply.so.1 /usr/lib/libxcb-image.so.0
> /usr/lib/libxcb-atom.so.1 /usr/lib/libxcb-event.so.1.0.0 
> /usr/lib/libxcb-render-util.so.0 /usr/lib/libxcb-aux.so.0.0.0 
> /usr/lib/libxcb-keysyms.so.1.0.0
> 
> Now it's libxcb-util0, because of only one .so packages-split/xcb-util 
> packages-split/xcb-util/usr packages-split/xcb-util/usr/lib 
> packages-split/xcb-util/usr/lib/libxcb-util.so.0.0.0
> packages-split/xcb-util/usr/lib/libxcb-util.so.0
> 
> So we need at least PR bumps for recipes which were RDEPENDing on 
> xcb-util (ie because of shlibs). I'll send patches later for recipes 
> which are failing for me now..
Hi Martin, thanks very much for helping on this! :-)

Thanks,
-- Dexuan





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

* Re: [PATCH 0/8] [Dexuan]: upgrades for 7 recipes
  2011-11-30 22:17 ` [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Richard Purdie
@ 2011-12-02  3:17   ` Cui, Dexuan
  0 siblings, 0 replies; 23+ messages in thread
From: Cui, Dexuan @ 2011-12-02  3:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Richard Purdie wrote on 2011-12-01:
> On Wed, 2011-11-30 at 22:12 +0800, Dexuan Cui wrote:
>> The following changes since commit
>> 00d121aad3a4263bc0e3a004a3a479e6352e063d:
>> 
>>   clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0
>> (2011-11-30 22:06:00 +0800)
>> 
>> are available in the git repository at:
>>   git://git.pokylinux.org/poky-contrib dcui/master
>>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>> Dexuan Cui (8):
>>   pixman: upgrade from 0.22.0 to the latest stable 0.24.0
>>   libxrandr: upgrade from 1.3.1 to the latest version 1.3.2
>>   lzo: upgrade from 2.05 to the latest version 2.06
>>   libxfont: upgrade from 1.4.3 to 1.4.4
>>   libxcursor: upgrade from 1.1.11 to 1.1.12
>>   xcb-util: upgrade from 0.3.6 to 0.3.8
> 
> I merged these, thanks.
> 
>>   inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1
> 
> I was a bit worried about this one - is 20.0.99.1 stable or a prerelease version?
> Should we just wait for the final release of that one?
Thanks for the remind! 
It's a development snapshot of 2.1.
2.1.x (like 2.1.99.1) is not stable yet, either.
So, I think we can use the current 2.0.2 until 2.2 is out.
I'll update the RECIPE_NO_UPDATE_REASON field in distro_tracking_fields.inc.

> 
>>   distro_tracking_fields.inc: update the info
> 
> This failed to apply. Could you rebase and resubmit please?
I don't know the cause, but it did apply in my side, against poky master, or oe-core master.
Anyway, I'll rebase it against poky master(I'll also ensure it can apply fine against oe-core master).

Thanks,
-- Dexuan





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

end of thread, other threads:[~2011-12-02  3:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
2011-11-30 14:12 ` [PATCH 2/8] libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 Dexuan Cui
2011-11-30 14:12 ` [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06 Dexuan Cui
2011-11-30 22:14   ` Khem Raj
2011-12-02  1:26     ` Cui, Dexuan
2011-11-30 14:12 ` [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4 Dexuan Cui
2011-11-30 22:12   ` Khem Raj
2011-12-02  1:09     ` Cui, Dexuan
2011-11-30 14:12 ` [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12 Dexuan Cui
2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
2011-11-30 22:16   ` Khem Raj
2011-12-02  1:59     ` Cui, Dexuan
2011-12-01  8:02   ` Martin Jansa
2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
2011-12-01  8:46       ` [PATCH][oe-core 2/3] matchbox-panel-2: " Martin Jansa
2011-12-01  8:46       ` [PATCH][oe-core 3/3] matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning Martin Jansa
2011-12-01 10:41       ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Richard Purdie
2011-12-02  2:18     ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Cui, Dexuan
2011-11-30 14:12 ` [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 Dexuan Cui
2011-11-30 14:12 ` [PATCH 8/8] distro_tracking_fields.inc: update the info Dexuan Cui
2011-11-30 22:17 ` [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Richard Purdie
2011-12-02  3:17   ` Cui, Dexuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox