summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib_1.0.bb')
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.0.bb32
1 files changed, 1 insertions, 31 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index 51529e3f13..9ab8259e47 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -10,19 +10,15 @@ SECTION = "base"
10LICENSE = "LGPLv2" 10LICENSE = "LGPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
12 12
13PR = "r16" 13PR = "r17"
14 14
15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ 15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
16 file://fix_version.patch;patch=1 \ 16 file://fix_version.patch;patch=1 \
17 file://ts.conf \ 17 file://ts.conf \
18 file://ts.conf-simpad-2.4 \
19 file://ts.conf-collie-2.4 \
20 file://tslib.sh" 18 file://tslib.sh"
21 19
22SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" 20SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
23SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" 21SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"
24SRC_URI_append_mnci += " file://devfs.patch;patch=1"
25SRC_URI_append_mnci += " file://event1.patch;patch=1"
26SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1" 22SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1"
27 23
28 24
@@ -37,18 +33,6 @@ do_install_prepend() {
37do_install_append() { 33do_install_append() {
38 install -d ${D}${sysconfdir}/profile.d/ 34 install -d ${D}${sysconfdir}/profile.d/
39 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ 35 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
40 case ${MACHINE} in
41 collie )
42 install -d ${D}${datadir}/tslib
43 install -m 0644 ${WORKDIR}/ts.conf-collie-2.4 ${D}${datadir}/tslib/
44 ;;
45 simpad )
46 install -d ${D}${datadir}/tslib
47 install -m 0644 ${WORKDIR}/ts.conf-simpad-2.4 ${D}${datadir}/tslib/
48 ;;
49 *)
50 ;;
51 esac
52} 36}
53 37
54SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" 38SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
@@ -58,20 +42,6 @@ SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
58#RDEPENDS_tslib-conf_weird-machine = "detect-stylus" 42#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
59RPROVIDES_tslib-conf = "libts-0.0-conf" 43RPROVIDES_tslib-conf = "libts-0.0-conf"
60 44
61# Machines with machine specific patches
62PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
63# Machines with machine specific config files (tslib.sh)
64PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}"
65PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}"
66PACKAGE_ARCH_tslib-conf_e680 = "${MACHINE_ARCH}"
67PACKAGE_ARCH_tslib-conf_jornada56x = "${MACHINE_ARCH}"
68PACKAGE_ARCH_tslib-conf_jornada6xx = "${MACHINE_ARCH}"
69PACKAGE_ARCH_tslib-conf_jornada7xx = "${MACHINE_ARCH}"
70PACKAGE_ARCH_tslib-conf_netbook-pro = "${MACHINE_ARCH}"
71PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}"
72PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}"
73PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}"
74
75PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate" 45PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate"
76DEBIAN_NOAUTONAME_tslib-conf = "1" 46DEBIAN_NOAUTONAME_tslib-conf = "1"
77DEBIAN_NOAUTONAME_tslib-tests = "1" 47DEBIAN_NOAUTONAME_tslib-tests = "1"