diff options
Diffstat (limited to 'openembedded/packages/tslib/tslib_cvs.bb')
| -rw-r--r-- | openembedded/packages/tslib/tslib_cvs.bb | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/openembedded/packages/tslib/tslib_cvs.bb b/openembedded/packages/tslib/tslib_cvs.bb index cf79999b25..bac18153fa 100644 --- a/openembedded/packages/tslib/tslib_cvs.bb +++ b/openembedded/packages/tslib/tslib_cvs.bb | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | SECTION = "base" | 1 | SECTION = "base" |
| 2 | DESCRIPTION = "tslib is a touchscreen access library." | 2 | DESCRIPTION = "tslib is a touchscreen access library." |
| 3 | PV = "0.0+cvs${SRCDATE}" | 3 | PV = "0.0+cvs${SRCDATE}" |
| 4 | PR = "r33" | 4 | PR = "r34" |
| 5 | 5 | ||
| 6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" | 6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" |
| 7 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" |
| 8 | PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" |
| 9 | 9 | ||
| 10 | SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ | 10 | SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ |
| 11 | file://ts.conf \ | 11 | file://usec_fix.patch;patch=1 \ |
| 12 | file://ts.conf-h3600 file://ts.conf-h3600-2.4 file://ts.conf-h6300 \ | 12 | file://ts.conf file://ts-2.6.conf \ |
| 13 | file://ts.conf-corgi file://ts.conf-corgi-2.4 \ | 13 | file://ts.conf-h3600-2.4 file://ts.conf-simpad-2.4 \ |
| 14 | file://ts.conf-simpad file://ts.conf-simpad-2.4 \ | 14 | file://ts.conf-corgi-2.4 file://ts.conf-collie-2.4 \ |
| 15 | file://tslib.sh" | 15 | file://tslib.sh" |
| 16 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" | 16 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" |
| 17 | SRC_URI_append_mnci += " file://event1.patch;patch=1" | 17 | SRC_URI_append_mnci += " file://event1.patch;patch=1" |
| @@ -40,21 +40,29 @@ do_install_append() { | |||
| 40 | case ${MACHINE} in | 40 | case ${MACHINE} in |
| 41 | h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) | 41 | h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) |
| 42 | install -d ${D}${datadir}/tslib | 42 | install -d ${D}${datadir}/tslib |
| 43 | for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h6300; do | 43 | for f in ts-2.6.conf ts.conf-h3600-2.4; do |
| 44 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | 44 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ |
| 45 | done | 45 | done |
| 46 | rm -f ${D}${sysconfdir}/ts.conf | 46 | rm -f ${D}${sysconfdir}/ts.conf |
| 47 | ;; | 47 | ;; |
| 48 | c7x0 | spitz | akita | tosa ) | 48 | c7x0 | spitz | akita | tosa ) |
| 49 | install -d ${D}${datadir}/tslib | 49 | install -d ${D}${datadir}/tslib |
| 50 | for f in ts.conf-corgi ts.conf-corgi-2.4; do | 50 | for f in ts-2.6.conf ts.conf-corgi-2.4; do |
| 51 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | 51 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ |
| 52 | done | 52 | done |
| 53 | rm -f ${D}${sysconfdir}/ts.conf | 53 | rm -f ${D}${sysconfdir}/ts.conf |
| 54 | ;; | 54 | ;; |
| 55 | collie | poodle ) | ||
| 56 | install -d ${D}${datadir}/tslib | ||
| 57 | for f in ts-2.6.conf ts.conf-collie-2.4; do | ||
| 58 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | ||
| 59 | done | ||
| 60 | rm -f ${D}${sysconfdir}/ts.conf | ||
| 61 | ;; | ||
| 62 | |||
| 55 | simpad ) | 63 | simpad ) |
| 56 | install -d ${D}${datadir}/tslib | 64 | install -d ${D}${datadir}/tslib |
| 57 | for f in ts.conf-simpad ts.conf-simpad-2.4; do | 65 | for f in ts-2.6.conf ts.conf-simpad-2.4; do |
| 58 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | 66 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ |
| 59 | done | 67 | done |
| 60 | rm -f ${D}${sysconfdir}/ts.conf | 68 | rm -f ${D}${sysconfdir}/ts.conf |
