diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
| commit | cbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch) | |
| tree | f7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/xserver/xserver-kdrive_20050207.bb | |
| parent | 562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff) | |
| download | poky-cbf3ef91305558fb8a59e19c5987a9e9ca22013a.tar.gz | |
Merge changes from mainline OE to try and keep us in sync.
git-svn-id: https://svn.o-hand.com/repos/poky@127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xserver/xserver-kdrive_20050207.bb')
| -rw-r--r-- | openembedded/packages/xserver/xserver-kdrive_20050207.bb | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/openembedded/packages/xserver/xserver-kdrive_20050207.bb b/openembedded/packages/xserver/xserver-kdrive_20050207.bb index 53b704e362..65f1420096 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 = "r2" | 23 | PR = "r4" |
| 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,18 +35,22 @@ 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://fbdev-not-fix.patch;patch=1" | 38 | file://fbdev-not-fix.patch;patch=1 " |
| 39 | 39 | ||
| 40 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ | 40 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1 \ |
| 41 | file://devfs.patch;patch=1 \ | 41 | file://devfs.patch;patch=1 \ |
| 42 | file://disable-apm.patch;patch=1" | 42 | file://disable-apm.patch;patch=1" |
| 43 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | 43 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" |
| 44 | SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" | 44 | SRC_URI_append_c7x0 = " file://disable-apm.patch;patch=1" |
| 45 | SRC_URI_append_ipaq-pxa270 = " file://disable-apm.patch;patch=1" | 45 | SRC_URI_append_ipaq-pxa270= " file://disable-apm.patch;patch=1" |
| 46 | SRC_URI_append_h3900 = " file://disable-apm.patch;patch=1" | ||
| 47 | SRC_URI_append_h2200 = " file://disable-apm.patch;patch=1" | ||
| 46 | 48 | ||
| 47 | PACKAGE_ARCH_poodle = "poodle" | 49 | PACKAGE_ARCH_poodle = "poodle" |
| 48 | PACKAGE_ARCH_c7x0 = "c7x0" | 50 | PACKAGE_ARCH_c7x0 = "c7x0" |
| 49 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" | 51 | PACKAGE_ARCH_ipaq-pxa270 = "ipaq-pxa270" |
| 52 | PACKAGE_ARCH_h3900 = "h3900" | ||
| 53 | PACKAGE_ARCH_h2200 = "h2200" | ||
| 50 | 54 | ||
| 51 | S = "${WORKDIR}/xserver" | 55 | S = "${WORKDIR}/xserver" |
| 52 | 56 | ||
