[oe-commits] Ross Burton : xserver-xorg: upgrade to 1.14.4

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 17:31:53 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 60973d0584e2533f0debfcd8e80c5e29beb68e37
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=60973d0584e2533f0debfcd8e80c5e29beb68e37

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Nov  7 12:06:04 2013 +0000

xserver-xorg: upgrade to 1.14.4

The xinerama and dixstruct patches are merged in 1.14.4, so drop them.

Also drop explicit PR statement.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 ...-fix-segfaults-char-is-unsigned-for-ARM-a.patch | 39 ----------------------
 .../fix_compilation_when_not_using_xinerama.patch  | 21 ------------
 .../aarch64.patch                                  |  0
 .../crosscompile.patch                             |  0
 .../fix_open_max_preprocessor_error.patch          |  0
 .../macro_tweak.patch                              |  0
 .../mips64-compiler.patch                          |  0
 ...erver-xorg_1.14.0.bb => xserver-xorg_1.14.4.bb} |  8 ++---
 8 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch
deleted file mode 100644
index 16f0489..0000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From a095f5005be66c1b9747187e91e5332b0d8b106b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony at googlemail.com>
-Date: Tue, 16 Apr 2013 13:47:22 +0200
-Subject: [xserver 1.14/master] dixstruct.h: fix segfaults - char is unsigned
- for ARM and PowerPC architectures
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-see ARM related bug reports [1-3]
-
-Upstream-Status: Submitted [4]
-
-[1] https://github.com/archlinuxarm/PKGBUILDs/issues/446I
-[2] http://www.raspberrypi.org/phpBB3/viewtopic.php?t=38568&p=321673
-[3] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/037805.html
-[4] http://lists.x.org/archives/xorg-devel/2013-April/036010.html
-
-Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
----
- include/dixstruct.h |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/include/dixstruct.h b/include/dixstruct.h
-index 6784819..aef822c 100644
---- a/include/dixstruct.h
-+++ b/include/dixstruct.h
-@@ -96,7 +96,7 @@ typedef struct _Client {
-     unsigned int clientGone:1;
-     unsigned int closeDownMode:2;
-     unsigned int clientState:2;
--    char smart_priority;
-+    signed char smart_priority;
-     short noClientException;      /* this client died or needs to be killed */
-     int priority;
-     ReplySwapPtr pSwapReplyFunc;
--- 
-1.7.6.5
-
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch
deleted file mode 100644
index f0c165d..0000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream-Status: Pending
-
-fix compilation when not using xinerama
-
-Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
-
-Index: xorg-server-1.14.0/xfixes/xfixesint.h
-===================================================================
---- xorg-server-1.14.0.orig/xfixes/xfixesint.h	2012-07-10 09:06:41.000000000 +0300
-+++ xorg-server-1.14.0/xfixes/xfixesint.h	2013-03-11 15:01:07.019098531 +0200
-@@ -291,8 +291,10 @@
-  SProcXFixesDestroyPointerBarrier(ClientPtr client);
- 
- /* Xinerama */
-+#ifdef PANORAMIX
- extern int (*PanoramiXSaveXFixesVector[XFixesNumberRequests]) (ClientPtr);
- void PanoramiXFixesInit(void);
- void PanoramiXFixesReset(void);
-+#endif
- 
- #endif                          /* _XFIXESINT_H_ */
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/aarch64.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/aarch64.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/aarch64.patch
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg/aarch64.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/crosscompile.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/crosscompile.patch
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_open_max_preprocessor_error.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_open_max_preprocessor_error.patch
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/macro_tweak.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/macro_tweak.patch
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/mips64-compiler.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/mips64-compiler.patch
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb
index 8c573bd..22b1f82 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bb
@@ -5,14 +5,10 @@ SRC_URI += "file://crosscompile.patch \
             file://fix_open_max_preprocessor_error.patch \
             file://mips64-compiler.patch \
             file://aarch64.patch \
-            file://fix_compilation_when_not_using_xinerama.patch \
-            file://0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch \
            "
 
-SRC_URI[md5sum] = "86110278b784e279381b7f6f2295c508"
-SRC_URI[sha256sum] = "1f5107573252c26439fdd165481765a2c0964e02a2e9fab36e02414d08f30630"
-
-PR = "${INC_PR}.1"
+SRC_URI[md5sum] = "9d68a30258c67faa3c036a4a85e8bf97"
+SRC_URI[sha256sum] = "608ccfaafb845f6e559884a30f946d365209172416710d687b190e9e1ff65dc3"
 
 # These extensions are now integrated into the server, so declare the migration
 # path for in-place upgrades.



More information about the Openembedded-commits mailing list