summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/tslib/tslib_cvs.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 18:38:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 18:38:19 +0000
commitb4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch)
treef529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/tslib/tslib_cvs.bb
parent3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff)
downloadpoky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/tslib/tslib_cvs.bb')
-rw-r--r--openembedded/packages/tslib/tslib_cvs.bb24
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 @@
1SECTION = "base" 1SECTION = "base"
2DESCRIPTION = "tslib is a touchscreen access library." 2DESCRIPTION = "tslib is a touchscreen access library."
3PV = "0.0+cvs${SRCDATE}" 3PV = "0.0+cvs${SRCDATE}"
4PR = "r33" 4PR = "r34"
5 5
6SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" 6SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
7PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" 7PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
8PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" 8PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
9 9
10SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ 10SRC_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"
16SRC_URI_append_mnci += " file://devfs.patch;patch=1" 16SRC_URI_append_mnci += " file://devfs.patch;patch=1"
17SRC_URI_append_mnci += " file://event1.patch;patch=1" 17SRC_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