* [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
@ 2010-11-15 12:13 ` Yu Ke
2010-11-15 13:01 ` [PATCH 08/10] pixman: upgrade from 0.18.2 to 0.20.0 Yu Ke
` (9 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-15 12:13 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 -----------------
meta/recipes-graphics/cairo/cairo_1.10.0.bb | 7 +++++++
meta/recipes-graphics/cairo/cairo_1.8.10.bb | 8 --------
3 files changed, 7 insertions(+), 25 deletions(-)
delete mode 100644 meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
create mode 100644 meta/recipes-graphics/cairo/cairo_1.10.0.bb
delete mode 100644 meta/recipes-graphics/cairo/cairo_1.8.10.bb
diff --git a/meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch b/meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
deleted file mode 100644
index afdf2c8..0000000
--- a/meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: cairo-1.8.2/build/aclocal.dolt.m4
-===================================================================
---- cairo-1.8.2.orig/build/aclocal.dolt.m4
-+++ cairo-1.8.2/build/aclocal.dolt.m4
-@@ -163,7 +163,11 @@ done
- if $modeok && $tagok ; then
- . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}"
- else
-- exec ${top_builddir_slash}libtool "$[]@"
-+__DOLTLIBTOOL__EOF__
-+
-+echo ' exec ${top_builddir_slash}'${host_alias}-libtool' "$[]@"' >> doltlibtool
-+
-+ cat << '__DOLTLIBTOOL__EOF__' >> doltlibtool
- fi
- __DOLTLIBTOOL__EOF__
-
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.0.bb b/meta/recipes-graphics/cairo/cairo_1.10.0.bb
new file mode 100644
index 0000000..020e73b
--- /dev/null
+++ b/meta/recipes-graphics/cairo/cairo_1.10.0.bb
@@ -0,0 +1,7 @@
+require cairo.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941"
+
+PR = "r0"
+
+SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
diff --git a/meta/recipes-graphics/cairo/cairo_1.8.10.bb b/meta/recipes-graphics/cairo/cairo_1.8.10.bb
deleted file mode 100644
index 9e7e7a3..0000000
--- a/meta/recipes-graphics/cairo/cairo_1.8.10.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require cairo.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941"
-
-PR = "r0"
-
-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
- file://hardcoded_libtool.patch"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 08/10] pixman: upgrade from 0.18.2 to 0.20.0
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
2010-11-15 12:13 ` [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0 Yu Ke
@ 2010-11-15 13:01 ` Yu Ke
2010-11-15 13:39 ` [PATCH 03/10] mesa-dri: upgrade from 7.8.2 to 7.9 Yu Ke
` (8 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-15 13:01 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
.../{pixman_0.18.2.bb => pixman_0.20.0.bb} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.18.2.bb => pixman_0.20.0.bb} (100%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index ae59129..efd150c 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -83,7 +83,7 @@ PREFERRED_VERSION_libxxf86vm ?= "1.1.0"
PREFERRED_VERSION_lndir ?= "1.0.1"
PREFERRED_VERSION_makedepend ?= "1.0.2"
PREFERRED_VERSION_makedepend-native ?= "1.0.2"
-PREFERRED_VERSION_pixman ?= "0.18.2"
+PREFERRED_VERSION_pixman ?= "0.20.0"
PREFERRED_VERSION_printproto ?= "1.0.4"
PREFERRED_VERSION_randrproto ?= "1.3.1"
PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.1"
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 03/10] mesa-dri: upgrade from 7.8.2 to 7.9
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
2010-11-15 12:13 ` [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0 Yu Ke
2010-11-15 13:01 ` [PATCH 08/10] pixman: upgrade from 0.18.2 to 0.20.0 Yu Ke
@ 2010-11-15 13:39 ` Yu Ke
2010-11-16 1:28 ` [PATCH 01/10] talloc: add new recipes talloc 2.0.1 Yu Ke
` (7 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-15 13:39 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 --------------------
meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 40 +++++++++++++++
3 files changed, 41 insertions(+), 54 deletions(-)
delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 64dbadd..0010e72 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -136,7 +136,7 @@ PREFERRED_VERSION_xtrans-native ?= "1.2.5"
PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.5"
PREFERRED_VERSION_xvinfo ?= "1.0.2"
PREFERRED_VERSION_xwininfo ?= "1.1.0"
-PREFERRED_VERSION_mesa-dri ?= "7.8.2"
+PREFERRED_VERSION_mesa-dri ?= "7.9"
PREFERRED_VERSION_libdrm ?= "2.4.21"
PREFERRED_VERSION_xcb-proto ?= "1.6"
PREFERRED_VERSION_libxcb ?= "1.6"
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
deleted file mode 100644
index caa9b2e..0000000
--- a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
+++ /dev/null
@@ -1,53 +0,0 @@
-include mesa-common.inc
-
-LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
-
-PROTO_DEPS = "xf86driproto glproto dri2proto"
-LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
-
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native"
-
-PR = "r2"
-
-SRC_URI += "file://crossfix.patch"
-
-# most of our targets do not have DRI so will use mesa-xlib
-DEFAULT_PREFERENCE = "-1"
-
-# Atom PCs have DRI support so use mesa-dri by default
-DEFAULT_PREFERENCE_atom-pc = "1"
-
-LEAD_SONAME = "libGL.so.1"
-
-EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
-
-# We need glsl-compile built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
-do_configure_prepend() {
- sed -i "s#^GLSL_CL = .*\$#GLSL_CL = ${STAGING_BINDIR_NATIVE}/glsl-compile#g" ${S}/src/mesa/shader/slang/library/Makefile
-}
-
-do_install_append () {
- install -d ${D}/usr/bin
- install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/
-}
-
-python populate_packages_prepend() {
- import os.path
-
- dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
-
- do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
-}
-
-COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
-
-PACKAGES =+ "${PN}-xprogs"
-PACKAGES_DYNAMIC = "mesa-dri-driver-*"
-
-FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
-FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo"
-
-#
-# Header generated by i586-poky-linux-gcc gen_matypes.c -o gen_matypes -I ../../../include/GL -I ../../../include -I .. -I ../main/ -I ../math -I ../glapi/ -I ../tnl
-# then run gen_matypes > matypes.h on device
-#
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.9.bb b/meta/recipes-graphics/mesa/mesa-dri_7.9.bb
new file mode 100644
index 0000000..d84070e
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.9.bb
@@ -0,0 +1,40 @@
+include mesa-common.inc
+
+LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
+
+PROTO_DEPS = "xf86driproto glproto dri2proto"
+LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
+
+DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native talloc"
+
+PR = "r0"
+
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
+ "
+
+SRC_URI += "file://crossfix.patch"
+
+# most of our targets do not have DRI so will use mesa-xlib
+DEFAULT_PREFERENCE = "-1"
+
+# Atom PCs have DRI support so use mesa-dri by default
+DEFAULT_PREFERENCE_atom-pc = "1"
+
+LEAD_SONAME = "libGL.so.1"
+
+EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
+
+python populate_packages_prepend() {
+ import os.path
+
+ dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
+
+ do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
+}
+
+COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
+
+PACKAGES =+ "${PN}-xprogs"
+PACKAGES_DYNAMIC = "mesa-dri-driver-*"
+
+FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 01/10] talloc: add new recipes talloc 2.0.1
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (2 preceding siblings ...)
2010-11-15 13:39 ` [PATCH 03/10] mesa-dri: upgrade from 7.8.2 to 7.9 Yu Ke
@ 2010-11-16 1:28 ` Yu Ke
2010-11-16 5:43 ` [PATCH 02/10] upgrade to 2.7.8 Yu Ke
` (6 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 1:28 UTC (permalink / raw)
To: poky
talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba. Mesa7.9 also depends on it,sSo add it for mesa7.9.
Ported from OpenEmbedded.
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-extended/talloc/talloc_2.0.1.bb | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
diff --git a/meta/recipes-extended/talloc/talloc_2.0.1.bb b/meta/recipes-extended/talloc/talloc_2.0.1.bb
new file mode 100644
index 0000000..754505e
--- /dev/null
+++ b/meta/recipes-extended/talloc/talloc_2.0.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Hierarchical, reference counted memory pool system with destructors"
+HOMEPAGE = "http://talloc.samba.org"
+BUGTRACKER = "https://bugzilla.samba.org/"
+LICENSE = "LGPL"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+# autoreconf doesn't work well while reconfiguring included libreplace
+do_configure () {
+ gnu-configize
+ oe_runconf
+}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 02/10] upgrade to 2.7.8
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (3 preceding siblings ...)
2010-11-16 1:28 ` [PATCH 01/10] talloc: add new recipes talloc 2.0.1 Yu Ke
@ 2010-11-16 5:43 ` Yu Ke
2010-11-16 6:39 ` [PATCH 04/10] libdrm: upgrade from 2.4.21 to 2.4.22 Yu Ke
` (5 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 5:43 UTC (permalink / raw)
To: poky
---
.../libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-core/libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} (100%)
diff --git a/meta/recipes-core/libxml/libxml2_2.7.7.bb b/meta/recipes-core/libxml/libxml2_2.7.8.bb
similarity index 100%
rename from meta/recipes-core/libxml/libxml2_2.7.7.bb
rename to meta/recipes-core/libxml/libxml2_2.7.8.bb
--
1.7.0.4
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 04/10] libdrm: upgrade from 2.4.21 to 2.4.22
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (4 preceding siblings ...)
2010-11-16 5:43 ` [PATCH 02/10] upgrade to 2.7.8 Yu Ke
@ 2010-11-16 6:39 ` Yu Ke
2010-11-16 13:25 ` [PATCH 06/10] xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2 Yu Ke
` (4 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 6:39 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
.../installtests.patch | 0
.../drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} | 0
3 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-graphics/drm/{libdrm-2.4.21 => libdrm-2.4.22}/installtests.patch (100%)
rename meta/recipes-graphics/drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} (100%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 0010e72..b8e9d37 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -137,7 +137,7 @@ PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.5"
PREFERRED_VERSION_xvinfo ?= "1.0.2"
PREFERRED_VERSION_xwininfo ?= "1.1.0"
PREFERRED_VERSION_mesa-dri ?= "7.9"
-PREFERRED_VERSION_libdrm ?= "2.4.21"
+PREFERRED_VERSION_libdrm ?= "2.4.22"
PREFERRED_VERSION_xcb-proto ?= "1.6"
PREFERRED_VERSION_libxcb ?= "1.6"
PREFERRED_VERSION_libxcb-nativesdk ?= "1.6"
diff --git a/meta/recipes-graphics/drm/libdrm-2.4.21/installtests.patch b/meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch
similarity index 100%
rename from meta/recipes-graphics/drm/libdrm-2.4.21/installtests.patch
rename to meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.21.bb b/meta/recipes-graphics/drm/libdrm_2.4.22.bb
similarity index 100%
rename from meta/recipes-graphics/drm/libdrm_2.4.21.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.22.bb
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 06/10] xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (5 preceding siblings ...)
2010-11-16 6:39 ` [PATCH 04/10] libdrm: upgrade from 2.4.21 to 2.4.22 Yu Ke
@ 2010-11-16 13:25 ` Yu Ke
2010-11-16 13:50 ` [PATCH 05/10] xf86-video-intel: upgrade from 2.12.0 to 2.13.0 Yu Ke
` (3 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 13:25 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
....8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} (98%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 0cf844f..5fba521 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -129,7 +129,7 @@ PREFERRED_VERSION_xproxymanagementprotocol ?= "1.0.3"
PREFERRED_VERSION_xrandr ?= "1.3.2"
PREFERRED_VERSION_xrdb ?= "1.0.5"
PREFERRED_VERSION_xserver-kdrive ?= "1.7.99.2"
-PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.8.99.904"
+PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.2"
PREFERRED_VERSION_xset ?= "1.2.1"
PREFERRED_VERSION_xtrans ?= "1.2.5"
PREFERRED_VERSION_xtrans-native ?= "1.2.5"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
similarity index 98%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
index 98d79a1..0be57a5 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.8.99.904.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.2.bb
@@ -7,7 +7,7 @@ PROTO_DEPS += "xf86driproto dri2proto"
DEPENDS += "font-util"
PE = "1"
-PR = "r1"
+PR = "r0"
SRC_URI += "file://nodolt.patch \
file://crosscompile.patch"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 05/10] xf86-video-intel: upgrade from 2.12.0 to 2.13.0
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (6 preceding siblings ...)
2010-11-16 13:25 ` [PATCH 06/10] xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2 Yu Ke
@ 2010-11-16 13:50 ` Yu Ke
2010-11-16 13:58 ` [PATCH 07/10] xrandr: upgrade from 1.3.2 to 1.3.4 Yu Ke
` (2 subsequent siblings)
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 13:50 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
...-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} (100%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index b8e9d37..0cf844f 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -146,6 +146,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.5.0"
PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0"
PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0"
PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1"
-PREFERRED_VERSION_xf86-video-intel ?= "2.12.0"
+PREFERRED_VERSION_xf86-video-intel ?= "2.13.0"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.12.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.12.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 07/10] xrandr: upgrade from 1.3.2 to 1.3.4
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (7 preceding siblings ...)
2010-11-16 13:50 ` [PATCH 05/10] xf86-video-intel: upgrade from 2.12.0 to 2.13.0 Yu Ke
@ 2010-11-16 13:58 ` Yu Ke
2010-11-17 7:58 ` [PATCH 10/10] cairo dependency fix Yu Ke
2010-11-17 18:13 ` [PATCH 00/10] xserver upgrade Saul Wold
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-16 13:58 UTC (permalink / raw)
To: poky
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
.../distro/include/preferred-xorg-versions.inc | 2 +-
.../xorg-app/xrandr/resolve_symbol_clash.patch | 33 --------------------
.../xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} | 2 -
3 files changed, 1 insertions(+), 36 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
rename meta/recipes-graphics/xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} (82%)
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 5fba521..ae59129 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -126,7 +126,7 @@ PREFERRED_VERSION_xproto ?= "7.0.17"
PREFERRED_VERSION_xproto-native ?= "7.0.17"
PREFERRED_VERSION_xproto-nativesdk ?= "7.0.17"
PREFERRED_VERSION_xproxymanagementprotocol ?= "1.0.3"
-PREFERRED_VERSION_xrandr ?= "1.3.2"
+PREFERRED_VERSION_xrandr ?= "1.3.4"
PREFERRED_VERSION_xrdb ?= "1.0.5"
PREFERRED_VERSION_xserver-kdrive ?= "1.7.99.2"
PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.2"
diff --git a/meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch b/meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
deleted file mode 100644
index 1ecf956..0000000
--- a/meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
+++ /dev/null
@@ -1,33 +0,0 @@
----
- xrandr.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- xrandr-1.2.2.orig/xrandr.c
-+++ xrandr-1.2.2/xrandr.c
-@@ -189,7 +189,7 @@
-
- #if HAS_RANDR_1_2
- typedef enum _policy {
-- clone, extend
-+ policy_clone, extend
- } policy_t;
-
- typedef enum _relation {
-@@ -1602,7 +1602,7 @@
- int ret = 0;
- #if HAS_RANDR_1_2
- output_t *output = NULL;
-- policy_t policy = clone;
-+ policy_t policy = policy_clone;
- Bool setit_1_2 = False;
- Bool query_1_2 = False;
- Bool modeit = False;
-@@ -1863,7 +1863,7 @@
- continue;
- }
- if (!strcmp ("--clone", argv[i])) {
-- policy = clone;
-+ policy = policy_clone;
- setit_1_2 = True;
- continue;
- }
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
similarity index 82%
rename from meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
rename to meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
index 3ddccb2..a0e8286 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb
@@ -6,5 +6,3 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
DEPENDS += "libxrandr libxrender"
PE = "1"
PR = "r0"
-
-SRC_URI += "file://resolve_symbol_clash.patch"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 10/10] cairo dependency fix
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (8 preceding siblings ...)
2010-11-16 13:58 ` [PATCH 07/10] xrandr: upgrade from 1.3.2 to 1.3.4 Yu Ke
@ 2010-11-17 7:58 ` Yu Ke
2010-11-17 18:13 ` [PATCH 00/10] xserver upgrade Saul Wold
10 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-17 7:58 UTC (permalink / raw)
To: poky
Due to bug 540, when cairo upgrade to 1.10.0, some recpies that depends on cairo can not pass the version check by rpm. the reason is still unknown yet. Good thing is, if rebuild these recpies, this issue will disapprear. So this patch increse the PR of those recipes, to bypass this issue.
Signed-off-by: Yu Ke <ke.yu@intel.com>
---
meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | 2 +-
meta/recipes-gnome/librsvg/librsvg_2.26.3.bb | 2 +-
meta/recipes-graphics/pango/pango_1.28.0.bb | 2 +-
meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 2 +-
.../gstreamer/gstreamer_0.10.30.bb | 2 +-
.../gtk-engines/gtk-sato-engine_svn.bb | 2 +-
meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 2 +-
meta/recipes-sato/libowl/libowl_svn.bb | 2 +-
.../matchbox-keyboard/matchbox-keyboard_svn.bb | 2 +-
.../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
.../matchbox-terminal/matchbox-terminal_svn.bb | 2 +-
.../recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +-
meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb | 2 +-
meta/recipes-sato/screenshot/screenshot_svn.bb | 2 ++
meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
meta/recipes-support/libfm/libfm_0.1.12.bb | 2 +-
meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 2 +-
17 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb
index b32d8e4..7a0222d 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \
file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \
file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.20/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb
index 41e23b1..213da0c 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "x11/utils"
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
-PR = "r0"
+PR = "r1"
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
diff --git a/meta/recipes-graphics/pango/pango_1.28.0.bb b/meta/recipes-graphics/pango/pango_1.28.0.bb
index ae914ff..1f4a1ea 100644
--- a/meta/recipes-graphics/pango/pango_1.28.0.bb
+++ b/meta/recipes-graphics/pango/pango_1.28.0.bb
@@ -2,7 +2,7 @@ require pango.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-PR = "r0"
+PR = "r1"
SRC_URI += "file://no-tests.patch"
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
index 71bcb80..7b38bb1 100644
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
-PR = "r0"
+PR = "r1"
DEPENDS = "gtk+ pango popt"
SECTION = "devel"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb
index 38e28fa..452d2f1 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4"
DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
file://check_fix.patch;patch=1 \
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb
index a7ee6c6..6e27fac 100644
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb
+++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a"
PV = "0.3.2+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http"
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.17.bb b/meta/recipes-sato/leafpad/leafpad_0.8.17.bb
index 5407b9e..8ba3b4e 100644
--- a/meta/recipes-sato/leafpad/leafpad_0.8.17.bb
+++ b/meta/recipes-sato/leafpad/leafpad_0.8.17.bb
@@ -11,7 +11,7 @@ DEPENDS = "gtk+ intltool-native"
DEPENDS_append_poky = " libowl"
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
file://leafpad.desktop"
-PR = "r0"
+PR = "r1"
SRC_URI_append_poky += " file://owl-menu.patch;apply=yes "
diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_svn.bb
index 31a142c..8b393f2 100644
--- a/meta/recipes-sato/libowl/libowl_svn.bb
+++ b/meta/recipes-sato/libowl/libowl_svn.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "libs"
DEPENDS = "gtk+"
PV = "0.0+svnr${SRCREV}"
-PR = "r6"
+PR = "r7"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
index 0425fec..32d7956 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
@@ -11,7 +11,7 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
RDEPENDS = "formfactor dbus-wait"
SECTION = "x11"
PV = "0.0+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fix.patch;patch=1;maxrev=1819 \
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb
index 4599863..d9e31fc 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
PV = "0.0+svnr${SRCREV}"
-PR = "r5"
+PR = "r6"
RPROVIDES_${PN} = "matchbox-panel"
RREPLACES_${PN} = "matchbox-panel"
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb
index 169223f..0603ae3 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
DEPENDS = "gtk+ vte"
SECTION = "x11/utils"
PV = "0.0+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb
index e00d3b6..3e8757d 100644
--- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb
+++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb
@@ -13,7 +13,7 @@ RDEPENDS = "gst-meta-base"
RRECOMMENDS = "gst-meta-audio gst-meta-video"
PV = "0.0+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
S = "${WORKDIR}/${PN}"
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb
index 46e46da..39956e9 100644
--- a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb
+++ b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb
@@ -12,7 +12,7 @@ PRIORITY = "optional"
DEPENDS = "gtk+ startup-notification libfm"
DEPENDS_append_poky = " libowl"
-PR = "r0"
+PR = "r1"
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|mips.*|powerpc.*)-(linux|freebsd.*)'
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb
index a95ba2d..c1c675d 100644
--- a/meta/recipes-sato/screenshot/screenshot_svn.bb
+++ b/meta/recipes-sato/screenshot/screenshot_svn.bb
@@ -11,6 +11,8 @@ PRIORITY = "optional"
DEPENDS = "matchbox-panel-2"
PV = "0.0+svnr${SRCREV}"
+PR = "r1"
+
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
index fe31b9c..1287f8a 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
@@ -13,7 +13,7 @@ DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer f
SRCREV_FORMAT = "webcore-rwebkit"
PV = "1.3.2+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
diff --git a/meta/recipes-support/libfm/libfm_0.1.12.bb b/meta/recipes-support/libfm/libfm_0.1.12.bb
index 83e6af8..2b354da 100644
--- a/meta/recipes-support/libfm/libfm_0.1.12.bb
+++ b/meta/recipes-support/libfm/libfm_0.1.12.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
SECTION = "x11/libs"
DEPENDS = "gtk+ menu-cache intltool"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz"
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb
index 9a00e07..4fb282d 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
SECTION = "x11/gnome/libs"
-PR = "r0"
+PR = "r1"
DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 00/10] xserver upgrade
@ 2010-11-17 8:21 Yu Ke
2010-11-15 12:13 ` [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0 Yu Ke
` (10 more replies)
0 siblings, 11 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-17 8:21 UTC (permalink / raw)
To: poky
upgrade the xserver to X11R7.6 RC1
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kyu3/upgrade-11-17
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-17
Thanks,
Yu Ke <ke.yu@intel.com>
---
Yu Ke (10):
talloc: add new recipes talloc 2.0.1
upgrade to 2.7.8
mesa-dri: upgrade from 7.8.2 to 7.9
libdrm: upgrade from 2.4.21 to 2.4.22
xf86-video-intel: upgrade from 2.12.0 to 2.13.0
xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
xrandr: upgrade from 1.3.2 to 1.3.4
pixman: upgrade from 0.18.2 to 0.20.0
cairo: upgrade from 1.8.10 to 1.10.0
cairo dependency fix
.../distro/include/preferred-xorg-versions.inc | 12 ++--
.../libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} | 0
meta/recipes-extended/talloc/talloc_2.0.1.bb | 18 +++++++
meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | 2 +-
meta/recipes-gnome/librsvg/librsvg_2.26.3.bb | 2 +-
.../cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 ------
meta/recipes-graphics/cairo/cairo_1.10.0.bb | 7 +++
meta/recipes-graphics/cairo/cairo_1.8.10.bb | 8 ---
.../installtests.patch | 0
.../drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} | 0
meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 --------------------
meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 40 +++++++++++++++
meta/recipes-graphics/pango/pango_1.28.0.bb | 2 +-
.../xorg-app/xrandr/resolve_symbol_clash.patch | 33 ------------
.../xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} | 2 -
...-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} | 0
.../{pixman_0.18.2.bb => pixman_0.20.0.bb} | 0
....8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} | 2 +-
meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 2 +-
.../gstreamer/gstreamer_0.10.30.bb | 2 +-
.../gtk-engines/gtk-sato-engine_svn.bb | 2 +-
meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 2 +-
meta/recipes-sato/libowl/libowl_svn.bb | 2 +-
.../matchbox-keyboard/matchbox-keyboard_svn.bb | 2 +-
.../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
.../matchbox-terminal/matchbox-terminal_svn.bb | 2 +-
.../recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +-
meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb | 2 +-
meta/recipes-sato/screenshot/screenshot_svn.bb | 2 +
meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
meta/recipes-support/libfm/libfm_0.1.12.bb | 2 +-
meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 2 +-
32 files changed, 90 insertions(+), 136 deletions(-)
rename meta/recipes-core/libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} (100%)
create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
delete mode 100644 meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
create mode 100644 meta/recipes-graphics/cairo/cairo_1.10.0.bb
delete mode 100644 meta/recipes-graphics/cairo/cairo_1.8.10.bb
rename meta/recipes-graphics/drm/{libdrm-2.4.21 => libdrm-2.4.22}/installtests.patch (100%)
rename meta/recipes-graphics/drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} (100%)
delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb
delete mode 100644 meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
rename meta/recipes-graphics/xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} (82%)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} (100%)
rename meta/recipes-graphics/xorg-lib/{pixman_0.18.2.bb => pixman_0.20.0.bb} (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} (98%)
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 00/10] xserver upgrade
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
` (9 preceding siblings ...)
2010-11-17 7:58 ` [PATCH 10/10] cairo dependency fix Yu Ke
@ 2010-11-17 18:13 ` Saul Wold
2010-11-18 0:12 ` Yu Ke
10 siblings, 1 reply; 13+ messages in thread
From: Saul Wold @ 2010-11-17 18:13 UTC (permalink / raw)
To: Yu Ke; +Cc: poky@yoctoproject.org
On 11/17/2010 12:21 AM, Yu Ke wrote:
> upgrade the xserver to X11R7.6 RC1
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: kyu3/upgrade-11-17
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-17
>
> Thanks,
> Yu Ke<ke.yu@intel.com>
> ---
Ke:
Most of these changes are OK, but I am going to get a little picky on
some of them, so I will need you to resubmit these changes once you have
fixed the issues. Mostly it's about the commit messages.
Sau!
>
> Yu Ke (10):
> talloc: add new recipes talloc 2.0.1
Theres no LIC_FILES_CHKSUM metadata, also the LICENSE meta data needs to
be explict about what version of LGPL (such as v2, v2.1 or v3)
> upgrade to 2.7.8
What package, and it's not Signed-off-by anyone
> mesa-dri: upgrade from 7.8.2 to 7.9
Why did you change the SRC_URI and remove the MesaDemos? You also
removed the do_configure_prepend and do_install_append with no explaination.
> libdrm: upgrade from 2.4.21 to 2.4.22
> xf86-video-intel: upgrade from 2.12.0 to 2.13.0
> xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
> xrandr: upgrade from 1.3.2 to 1.3.4
Please be explicit about why the patch is being removed
> pixman: upgrade from 0.18.2 to 0.20.0
> cairo: upgrade from 1.8.10 to 1.10.0
Please be explicit in the commit message about removing patches and why,
is the code in the upstream, did libtool or other autoconf code change
to remove the need for this patch?
> cairo dependency fix
>
> .../distro/include/preferred-xorg-versions.inc | 12 ++--
> .../libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} | 0
> meta/recipes-extended/talloc/talloc_2.0.1.bb | 18 +++++++
> meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | 2 +-
> meta/recipes-gnome/librsvg/librsvg_2.26.3.bb | 2 +-
> .../cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 ------
> meta/recipes-graphics/cairo/cairo_1.10.0.bb | 7 +++
> meta/recipes-graphics/cairo/cairo_1.8.10.bb | 8 ---
> .../installtests.patch | 0
> .../drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} | 0
> meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 --------------------
> meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 40 +++++++++++++++
> meta/recipes-graphics/pango/pango_1.28.0.bb | 2 +-
> .../xorg-app/xrandr/resolve_symbol_clash.patch | 33 ------------
> .../xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} | 2 -
> ...-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} | 0
> .../{pixman_0.18.2.bb => pixman_0.20.0.bb} | 0
> ....8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} | 2 +-
> meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 2 +-
> .../gstreamer/gstreamer_0.10.30.bb | 2 +-
> .../gtk-engines/gtk-sato-engine_svn.bb | 2 +-
> meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 2 +-
> meta/recipes-sato/libowl/libowl_svn.bb | 2 +-
> .../matchbox-keyboard/matchbox-keyboard_svn.bb | 2 +-
> .../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
> .../matchbox-terminal/matchbox-terminal_svn.bb | 2 +-
> .../recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +-
> meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb | 2 +-
> meta/recipes-sato/screenshot/screenshot_svn.bb | 2 +
> meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
> meta/recipes-support/libfm/libfm_0.1.12.bb | 2 +-
> meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 2 +-
> 32 files changed, 90 insertions(+), 136 deletions(-)
> rename meta/recipes-core/libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} (100%)
> create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
> delete mode 100644 meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
> create mode 100644 meta/recipes-graphics/cairo/cairo_1.10.0.bb
> delete mode 100644 meta/recipes-graphics/cairo/cairo_1.8.10.bb
> rename meta/recipes-graphics/drm/{libdrm-2.4.21 => libdrm-2.4.22}/installtests.patch (100%)
> rename meta/recipes-graphics/drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} (100%)
> delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
> create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb
> delete mode 100644 meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
> rename meta/recipes-graphics/xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} (82%)
> rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} (100%)
> rename meta/recipes-graphics/xorg-lib/{pixman_0.18.2.bb => pixman_0.20.0.bb} (100%)
> rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} (98%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 00/10] xserver upgrade
2010-11-17 18:13 ` [PATCH 00/10] xserver upgrade Saul Wold
@ 2010-11-18 0:12 ` Yu Ke
0 siblings, 0 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-18 0:12 UTC (permalink / raw)
To: Saul Wold; +Cc: poky@yoctoproject.org
On Nov 17, 10:13, Saul Wold wrote:
> On 11/17/2010 12:21 AM, Yu Ke wrote:
> >upgrade the xserver to X11R7.6 RC1
> >
> >Pull URL: git://git.pokylinux.org/poky-contrib.git
> > Branch: kyu3/upgrade-11-17
> > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-17
> >
> >Thanks,
> > Yu Ke<ke.yu@intel.com>
> >---
> Ke:
>
> Most of these changes are OK, but I am going to get a little picky
> on some of them, so I will need you to resubmit these changes once
> you have fixed the issues. Mostly it's about the commit messages.
>
> Sau!
Thanks Saul for the careful reviewing. I get a bit rush so did not check the commit message much. I will revise the commit message accordingly and resubmit.
Regards
Ke
>
> >
> >Yu Ke (10):
> > talloc: add new recipes talloc 2.0.1
> Theres no LIC_FILES_CHKSUM metadata, also the LICENSE meta data
> needs to be explict about what version of LGPL (such as v2, v2.1 or
> v3)
>
> > upgrade to 2.7.8
> What package, and it's not Signed-off-by anyone
>
> > mesa-dri: upgrade from 7.8.2 to 7.9
> Why did you change the SRC_URI and remove the MesaDemos? You also
> removed the do_configure_prepend and do_install_append with no
> explaination.
>
> > libdrm: upgrade from 2.4.21 to 2.4.22
> > xf86-video-intel: upgrade from 2.12.0 to 2.13.0
> > xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2
> > xrandr: upgrade from 1.3.2 to 1.3.4
> Please be explicit about why the patch is being removed
>
> > pixman: upgrade from 0.18.2 to 0.20.0
> > cairo: upgrade from 1.8.10 to 1.10.0
> Please be explicit in the commit message about removing patches and
> why, is the code in the upstream, did libtool or other autoconf code
> change to remove the need for this patch?
>
> > cairo dependency fix
> >
> > .../distro/include/preferred-xorg-versions.inc | 12 ++--
> > .../libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} | 0
> > meta/recipes-extended/talloc/talloc_2.0.1.bb | 18 +++++++
> > meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | 2 +-
> > meta/recipes-gnome/librsvg/librsvg_2.26.3.bb | 2 +-
> > .../cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 ------
> > meta/recipes-graphics/cairo/cairo_1.10.0.bb | 7 +++
> > meta/recipes-graphics/cairo/cairo_1.8.10.bb | 8 ---
> > .../installtests.patch | 0
> > .../drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} | 0
> > meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 --------------------
> > meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 40 +++++++++++++++
> > meta/recipes-graphics/pango/pango_1.28.0.bb | 2 +-
> > .../xorg-app/xrandr/resolve_symbol_clash.patch | 33 ------------
> > .../xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} | 2 -
> > ...-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} | 0
> > .../{pixman_0.18.2.bb => pixman_0.20.0.bb} | 0
> > ....8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} | 2 +-
> > meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 2 +-
> > .../gstreamer/gstreamer_0.10.30.bb | 2 +-
> > .../gtk-engines/gtk-sato-engine_svn.bb | 2 +-
> > meta/recipes-sato/leafpad/leafpad_0.8.17.bb | 2 +-
> > meta/recipes-sato/libowl/libowl_svn.bb | 2 +-
> > .../matchbox-keyboard/matchbox-keyboard_svn.bb | 2 +-
> > .../matchbox-panel-2/matchbox-panel-2_svn.bb | 2 +-
> > .../matchbox-terminal/matchbox-terminal_svn.bb | 2 +-
> > .../recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +-
> > meta/recipes-sato/pcmanfm/pcmanfm_0.9.7.bb | 2 +-
> > meta/recipes-sato/screenshot/screenshot_svn.bb | 2 +
> > meta/recipes-sato/webkit/webkit-gtk_svn.bb | 2 +-
> > meta/recipes-support/libfm/libfm_0.1.12.bb | 2 +-
> > meta/recipes-support/libsoup/libsoup-2.4_2.31.2.bb | 2 +-
> > 32 files changed, 90 insertions(+), 136 deletions(-)
> > rename meta/recipes-core/libxml/{libxml2_2.7.7.bb => libxml2_2.7.8.bb} (100%)
> > create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb
> > delete mode 100644 meta/recipes-graphics/cairo/cairo-1.8.10/hardcoded_libtool.patch
> > create mode 100644 meta/recipes-graphics/cairo/cairo_1.10.0.bb
> > delete mode 100644 meta/recipes-graphics/cairo/cairo_1.8.10.bb
> > rename meta/recipes-graphics/drm/{libdrm-2.4.21 => libdrm-2.4.22}/installtests.patch (100%)
> > rename meta/recipes-graphics/drm/{libdrm_2.4.21.bb => libdrm_2.4.22.bb} (100%)
> > delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
> > create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb
> > delete mode 100644 meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch
> > rename meta/recipes-graphics/xorg-app/{xrandr_1.3.2.bb => xrandr_1.3.4.bb} (82%)
> > rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.12.0.bb => xf86-video-intel_2.13.0.bb} (100%)
> > rename meta/recipes-graphics/xorg-lib/{pixman_0.18.2.bb => pixman_0.20.0.bb} (100%)
> > rename meta/recipes-graphics/xorg-xserver/{xserver-xf86-dri-lite_1.8.99.904.bb => xserver-xf86-dri-lite_1.9.2.bb} (98%)
> >
> >_______________________________________________
> >poky mailing list
> >poky@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/poky
> >
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2010-11-18 0:42 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 8:21 [PATCH 00/10] xserver upgrade Yu Ke
2010-11-15 12:13 ` [PATCH 09/10] cairo: upgrade from 1.8.10 to 1.10.0 Yu Ke
2010-11-15 13:01 ` [PATCH 08/10] pixman: upgrade from 0.18.2 to 0.20.0 Yu Ke
2010-11-15 13:39 ` [PATCH 03/10] mesa-dri: upgrade from 7.8.2 to 7.9 Yu Ke
2010-11-16 1:28 ` [PATCH 01/10] talloc: add new recipes talloc 2.0.1 Yu Ke
2010-11-16 5:43 ` [PATCH 02/10] upgrade to 2.7.8 Yu Ke
2010-11-16 6:39 ` [PATCH 04/10] libdrm: upgrade from 2.4.21 to 2.4.22 Yu Ke
2010-11-16 13:25 ` [PATCH 06/10] xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2 Yu Ke
2010-11-16 13:50 ` [PATCH 05/10] xf86-video-intel: upgrade from 2.12.0 to 2.13.0 Yu Ke
2010-11-16 13:58 ` [PATCH 07/10] xrandr: upgrade from 1.3.2 to 1.3.4 Yu Ke
2010-11-17 7:58 ` [PATCH 10/10] cairo dependency fix Yu Ke
2010-11-17 18:13 ` [PATCH 00/10] xserver upgrade Saul Wold
2010-11-18 0:12 ` Yu Ke
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.