diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-01-29 15:43:20 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-01-29 15:43:20 +0000 |
| commit | 38658ea4bbc3efa891eb08491d0d5f1f5031c58d (patch) | |
| tree | 65b756d5c40c79dbf852356cda126b99c0240e1c /meta/packages/tslib/tslib_1.0.bb | |
| parent | 81b126eac35331021ba637fe154b3610e76dbccc (diff) | |
| download | poky-38658ea4bbc3efa891eb08491d0d5f1f5031c58d.tar.gz | |
tslib: Sync with changes in OE, adopt a sane default configuration and only make it machine specific where needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1212 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tslib/tslib_1.0.bb')
| -rw-r--r-- | meta/packages/tslib/tslib_1.0.bb | 40 |
1 files changed, 17 insertions, 23 deletions
diff --git a/meta/packages/tslib/tslib_1.0.bb b/meta/packages/tslib/tslib_1.0.bb index 84f3fd28a8..0ece5b0331 100644 --- a/meta/packages/tslib/tslib_1.0.bb +++ b/meta/packages/tslib/tslib_1.0.bb | |||
| @@ -1,16 +1,14 @@ | |||
| 1 | DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library." | 1 | DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library." |
| 2 | HOMEPAGE = "http://cvs.arm.linux.org.uk/" | 2 | HOMEPAGE = "http://tslib.berlios.de/" |
| 3 | AUTHOR = "Russell King w/ plugins by Chris Larson et. al." | 3 | AUTHOR = "Russell King w/ plugins by Chris Larson et. al." |
| 4 | SECTION = "base" | 4 | SECTION = "base" |
| 5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
| 6 | 6 | ||
| 7 | PR = "r5" | 7 | PR = "r7" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ | 9 | SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \ |
| 10 | file://ts.conf \ | 10 | file://ts.conf \ |
| 11 | file://ts.conf-h3600-2.4 \ | ||
| 12 | file://ts.conf-simpad-2.4 \ | 11 | file://ts.conf-simpad-2.4 \ |
| 13 | file://ts.conf-corgi-2.4 \ | ||
| 14 | file://ts.conf-collie-2.4 \ | 12 | file://ts.conf-collie-2.4 \ |
| 15 | file://tslib.sh" | 13 | file://tslib.sh" |
| 16 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" | 14 | SRC_URI_append_mnci += " file://devfs.patch;patch=1" |
| @@ -33,19 +31,10 @@ do_install_append() { | |||
| 33 | install -d ${D}${sysconfdir}/profile.d/ | 31 | install -d ${D}${sysconfdir}/profile.d/ |
| 34 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ | 32 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ |
| 35 | case ${MACHINE} in | 33 | case ${MACHINE} in |
| 36 | a780 | e680 | h3600 | h3900 | h5xxx | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 | blueangel | h4000) | 34 | collie ) |
| 37 | install -d ${D}${datadir}/tslib | ||
| 38 | install -m 0644 ${WORKDIR}/ts.conf-h3600-2.4 ${D}${datadir}/tslib/ | ||
| 39 | ;; | ||
| 40 | c7x0 | spitz | akita | tosa ) | ||
| 41 | install -d ${D}${datadir}/tslib | ||
| 42 | install -m 0644 ${WORKDIR}/ts.conf-corgi-2.4 ${D}${datadir}/tslib/ | ||
| 43 | ;; | ||
| 44 | collie | poodle ) | ||
| 45 | install -d ${D}${datadir}/tslib | 35 | install -d ${D}${datadir}/tslib |
| 46 | install -m 0644 ${WORKDIR}/ts.conf-collie-2.4 ${D}${datadir}/tslib/ | 36 | install -m 0644 ${WORKDIR}/ts.conf-collie-2.4 ${D}${datadir}/tslib/ |
| 47 | ;; | 37 | ;; |
| 48 | |||
| 49 | simpad ) | 38 | simpad ) |
| 50 | install -d ${D}${datadir}/tslib | 39 | install -d ${D}${datadir}/tslib |
| 51 | install -m 0644 ${WORKDIR}/ts.conf-simpad-2.4 ${D}${datadir}/tslib/ | 40 | install -m 0644 ${WORKDIR}/ts.conf-simpad-2.4 ${D}${datadir}/tslib/ |
| @@ -57,19 +46,24 @@ do_install_append() { | |||
| 57 | 46 | ||
| 58 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" | 47 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" |
| 59 | 48 | ||
| 60 | # People should consider using udev's /dev/input/touchscreen0 symlink | 49 | # People should consider using udev's /dev/input/touchscreen0 symlink |
| 61 | # instead of detect-stylus | 50 | # instead of detect-stylus |
| 62 | RDEPENDS_tslib-conf_h1940 = "detect-stylus" | 51 | #RDEPENDS_tslib-conf_weird-machine = "detect-stylus" |
| 63 | RDEPENDS_tslib-conf_h3600 = "detect-stylus" | ||
| 64 | RDEPENDS_tslib-conf_h3900 = "detect-stylus" | ||
| 65 | RDEPENDS_tslib-conf_h6300 = "detect-stylus" | ||
| 66 | RDEPENDS_tslib-conf_blueangel = "detect-stylus" | ||
| 67 | RDEPENDS_tslib-conf_htcuniversal = "detect-stylus" | ||
| 68 | RDEPENDS_tslib-conf_h4000 = "detect-stylus" | ||
| 69 | RPROVIDES_tslib-conf = "libts-0.0-conf" | 52 | RPROVIDES_tslib-conf = "libts-0.0-conf" |
| 70 | 53 | ||
| 71 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" | 54 | # Machines with machine specific patches |
| 72 | PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" | 55 | PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" |
| 56 | # Machines with machine specific config files (tslib.sh) | ||
| 57 | PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}" | ||
| 58 | PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}" | ||
| 59 | PACKAGE_ARCH_tslib-conf_e680 = "${MACHINE_ARCH}" | ||
| 60 | PACKAGE_ARCH_tslib-conf_jornada56x = "${MACHINE_ARCH}" | ||
| 61 | PACKAGE_ARCH_tslib-conf_jornada6xx = "${MACHINE_ARCH}" | ||
| 62 | PACKAGE_ARCH_tslib-conf_jornada7xx = "${MACHINE_ARCH}" | ||
| 63 | PACKAGE_ARCH_tslib-conf_netbook-pro = "${MACHINE_ARCH}" | ||
| 64 | PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}" | ||
| 65 | PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}" | ||
| 66 | PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}" | ||
| 73 | 67 | ||
| 74 | PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate" | 68 | PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate" |
| 75 | DEBIAN_NOAUTONAME_tslib-conf = "1" | 69 | DEBIAN_NOAUTONAME_tslib-conf = "1" |
