]> code.ossystems Code Review - openembedded-core.git/commitdiff
xrandr: upgrade from 1.3.2 to 1.3.4
authorYu Ke <ke.yu@intel.com>
Tue, 16 Nov 2010 13:58:59 +0000 (21:58 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 22 Nov 2010 10:25:34 +0000 (10:25 +0000)
Also remove the patch resolve_symbol_clash.patch,
because the code it applies to has been removed from
1.3.4, by commit ccb3f8a42b: "Remove --clone / --extend
support code", so this patch is no longer needed.

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/conf/distro/include/preferred-xorg-versions.inc
meta/recipes-graphics/xorg-app/xrandr/resolve_symbol_clash.patch [deleted file]
meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb [moved from meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb with 61% similarity]

index 90825cd384259b3dda5f401c88e6b65608dedbcc..5ef90363d96455a495a72998b9461f668970b2ea 100644 (file)
@@ -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 (file)
index 1ecf956..0000000
+++ /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;
-       }
similarity index 61%
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 3ddccb24968c20df53fd983dddcce7ce6dd5f418..9a6e4702b91695100fe08cf096c1d018d5fb9e08 100644 (file)
@@ -7,4 +7,5 @@ DEPENDS += "libxrandr libxrender"
 PE = "1"
 PR = "r0"
 
-SRC_URI += "file://resolve_symbol_clash.patch"
+SRC_URI[md5sum] = "d6d20038257eba5178b523e10239d51c"
+SRC_URI[sha256sum] = "5e4a2492e6cc51345aa571b95283c43c2771c4f444837dbce2699d62f76b4adb"