summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-11-16 21:58:59 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 10:25:34 +0000
commit161490f1050b4eafb88d173c62d5648c9b852970 (patch)
treeba2129d33443869772b0644f1b1060375257b9e4 /meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
parent685cfa94a316cb822f4820ed170410e649cdd250 (diff)
downloadpoky-161490f1050b4eafb88d173c62d5648c9b852970.tar.gz
xrandr: upgrade from 1.3.2 to 1.3.4
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>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
deleted file mode 100644
index 3ddccb2496..0000000000
--- a/meta/recipes-graphics/xorg-app/xrandr_1.3.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1require xorg-app-common.inc
2
3DESCRIPTION = "X Resize and Rotate extension command."
4LICENSE= "BSD-X"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
6DEPENDS += "libxrandr libxrender"
7PE = "1"
8PR = "r0"
9
10SRC_URI += "file://resolve_symbol_clash.patch"