diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-17 09:33:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-17 09:33:01 +0000 |
| commit | c11e9cdc67a942221616ec894e1e551d04825805 (patch) | |
| tree | c11b0b85e51f737463d980c5b7c4bba62fe28df3 /meta/packages/xorg-xserver | |
| parent | 638a2992065d0c3bbc2a11782435d36f85cdf3cb (diff) | |
| download | poky-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.inc | 4 | ||||
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 5 |
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 | ||
| 106 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" | 106 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" |
| 107 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | 107 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" |
| 108 | PACKAGE_ARCH_poodle = "poodle" | 108 | SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1" |
| 109 | PACKAGE_ARCH_poodle = "${MACHINE_ARCH}" | ||
| 110 | PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}" | ||
| 109 | 111 | ||
| 110 | inherit autotools pkgconfig | 112 | inherit 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 | |||
| 3 | DEPENDS += "libxkbfile libxcalibrate" | 3 | DEPENDS += "libxkbfile libxcalibrate" |
| 4 | 4 | ||
| 5 | PE = "1" | 5 | PE = "1" |
| 6 | PR = "r10" | 6 | PR = "r11" |
| 7 | 7 | ||
| 8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 8 | SRC_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 | ||
| 13 | S = "${WORKDIR}/xorg-server-${PV}" | 14 | S = "${WORKDIR}/xorg-server-${PV}" |
