summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-17 09:33:01 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-17 09:33:01 +0000
commitc11e9cdc67a942221616ec894e1e551d04825805 (patch)
treec11b0b85e51f737463d980c5b7c4bba62fe28df3 /meta/packages/xorg-xserver
parent638a2992065d0c3bbc2a11782435d36f85cdf3cb (diff)
downloadpoky-c11e9cdc67a942221616ec894e1e551d04825805.tar.gz
xserver-kdrive 1.3.0.0: Tweak patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1742 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive-common.inc4
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb5
2 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-common.inc b/meta/packages/xorg-xserver/xserver-kdrive-common.inc
index ff894586ad..625653c614 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive-common.inc
+++ b/meta/packages/xorg-xserver/xserver-kdrive-common.inc
@@ -105,7 +105,9 @@ KDRIVE_COMMON_PATCHES = " \
105 105
106SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" 106SRC_URI_append_mnci = " file://onlyfb.patch;patch=1"
107SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" 107SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1"
108PACKAGE_ARCH_poodle = "poodle" 108SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1"
109PACKAGE_ARCH_poodle = "${MACHINE_ARCH}"
110PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}"
109 111
110inherit autotools pkgconfig 112inherit autotools pkgconfig
111 113
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
index a8df78bd59..a10690416e 100644
--- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
+++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb
@@ -3,11 +3,12 @@ require xserver-kdrive-common.inc
3DEPENDS += "libxkbfile libxcalibrate" 3DEPENDS += "libxkbfile libxcalibrate"
4 4
5PE = "1" 5PE = "1"
6PR = "r10" 6PR = "r11"
7 7
8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 8SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
9 ${KDRIVE_COMMON_PATCHES} \ 9 ${KDRIVE_COMMON_PATCHES} \
10 file://fix_default_mode.patch;patch=1 \ 10 file://fix_default_mode.patch;patch=1 \
11 file://enable-xcalibrate.patch;patch=1 " 11 file://enable-xcalibrate.patch;patch=1 \
12 file://hide-cursor-and-ppm-root.patch;patch=1"
12 13
13S = "${WORKDIR}/xorg-server-${PV}" 14S = "${WORKDIR}/xorg-server-${PV}"