diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-11-01 22:21:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-11-01 22:21:30 +0000 |
| commit | 3ddb2123cf3813980ffdcab453e14a020724dfea (patch) | |
| tree | c2f19f0907bc76ddbda7de9c0a9725d04aacc0b7 | |
| parent | 8ac2aa5e6effeeddcaead345c93dd09906438c32 (diff) | |
| download | poky-3ddb2123cf3813980ffdcab453e14a020724dfea.tar.gz | |
xserver: Add apm patches for spitz, akita and borzoi (fix lockup ross saw)
git-svn-id: https://svn.o-hand.com/repos/poky@155 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | openembedded/packages/xserver/xserver-kdrive_20050207.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050207.bb b/openembedded/packages/xserver/xserver-kdrive_20050207.bb index 48ae523c77..e1e1381f93 100644 --- a/openembedded/packages/xserver/xserver-kdrive_20050207.bb +++ b/openembedded/packages/xserver/xserver-kdrive_20050207.bb | |||
| @@ -20,7 +20,7 @@ DESCRIPTION_xserver-kdrive-epson = "X server from freedesktop.org, supporting Ep | |||
| 20 | DESCRIPTION_xserver-kdrive-fake = "Fake X server" | 20 | DESCRIPTION_xserver-kdrive-fake = "Fake X server" |
| 21 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" | 21 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" |
| 22 | 22 | ||
| 23 | PR = "r5" | 23 | PR = "r6" |
| 24 | 24 | ||
| 25 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" | 25 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" |
| 26 | FILES_xserver-kdrive-ati = "${bindir}/Xati" | 26 | FILES_xserver-kdrive-ati = "${bindir}/Xati" |
| @@ -35,7 +35,6 @@ FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" | |||
| 35 | 35 | ||
| 36 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \ | 36 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver;date=${FIXEDCVSDATE} \ |
| 37 | file://kmode.patch;patch=1 \ | 37 | file://kmode.patch;patch=1 \ |
| 38 | file://faster-rotated.patch;patch=1 \ | ||
| 39 | file://fbdev-not-fix.patch;patch=1 " | 38 | file://fbdev-not-fix.patch;patch=1 " |
| 40 | 39 | ||
| 41 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ | 40 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ |
| @@ -46,12 +45,21 @@ SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" | |||
| 46 | SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" | 45 | SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" |
| 47 | SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" | 46 | SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" |
| 48 | SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" | 47 | SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" |
| 48 | SRC_URI_append_spitz = " file://disable-apm.patch;patch=1 \ | ||
| 49 | file://faster-rotated.patch;patch=1" | ||
| 50 | SRC_URI_append_akita = " file://disable-apm.patch;patch=1 \ | ||
| 51 | file://faster-rotated.patch;patch=1" | ||
| 52 | SRC_URI_append_borzoi = " file://disable-apm.patch;patch=1 \ | ||
| 53 | file://faster-rotated.patch;patch=1" | ||
| 49 | 54 | ||
| 50 | PACKAGE_ARCH_poodle = "poodle" | 55 | PACKAGE_ARCH_poodle = "poodle" |
| 51 | PACKAGE_ARCH_c7x0 = "c7x0" | 56 | PACKAGE_ARCH_c7x0 = "c7x0" |
| 52 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" | 57 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" |
| 53 | PACKAGE_ARCH_h3900 = "h3900" | 58 | PACKAGE_ARCH_h3900 = "h3900" |
| 54 | PACKAGE_ARCH_h2200 = "h2200" | 59 | PACKAGE_ARCH_h2200 = "h2200" |
| 60 | PACKAGE_ARCH_spitz = "spitz" | ||
| 61 | PACKAGE_ARCH_akita = "akita" | ||
| 62 | PACKAGE_ARCH_borzoi = "borzoi" | ||
| 55 | 63 | ||
| 56 | S = "${WORKDIR}/xserver" | 64 | S = "${WORKDIR}/xserver" |
| 57 | 65 | ||
