From d58cfb05fa0b8d6bf93f435713995b46616330cc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 17 Aug 2006 10:00:44 +0000 Subject: Switch from tslib 1.0-rc1 to tslib 1.0. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@609 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/tslib/tslib_1.0-rc1.bb | 80 ------------------------------------ meta/packages/tslib/tslib_1.0.bb | 80 ++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 80 deletions(-) delete mode 100644 meta/packages/tslib/tslib_1.0-rc1.bb create mode 100644 meta/packages/tslib/tslib_1.0.bb (limited to 'meta') diff --git a/meta/packages/tslib/tslib_1.0-rc1.bb b/meta/packages/tslib/tslib_1.0-rc1.bb deleted file mode 100644 index 4b23177d94..0000000000 --- a/meta/packages/tslib/tslib_1.0-rc1.bb +++ /dev/null @@ -1,80 +0,0 @@ -SECTION = "base" -DESCRIPTION = "tslib is a touchscreen access library." -PR = "r0" -SRCDATE_tslib = "now" - -SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" -PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" -PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" - -SRC_URI = "svn://svn.berlios.de/svnroot/repos/tslib/tags/tslib;module=${PV};proto=http \ - file://ts.conf file://ts-2.6.conf \ - file://ts.conf-h3600-2.4 file://ts.conf-simpad-2.4 \ - file://ts.conf-corgi-2.4 file://ts.conf-collie-2.4 \ - file://tslib.sh" -SRC_URI_append_mnci += " file://devfs.patch;patch=1" -SRC_URI_append_mnci += " file://event1.patch;patch=1" -S = "${WORKDIR}/1.0-rc1" -LICENSE = "LGPL" -CONFFILES_${PN} = "${sysconfdir}/ts.conf" - -inherit autotools pkgconfig - -PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate" -EXTRA_OECONF = "--enable-shared" -EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " -EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " - -do_stage () { -autotools_stage_all -} - -do_install_prepend () { - install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf -} - -do_install_append() { - install -d ${D}${sysconfdir}/profile.d/ - install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ - case ${MACHINE} in - h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) - install -d ${D}${datadir}/tslib - for f in ts-2.6.conf ts.conf-h3600-2.4; do - install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ - done - rm -f ${D}${sysconfdir}/ts.conf - ;; - c7x0 | spitz | akita | tosa ) - install -d ${D}${datadir}/tslib - for f in ts-2.6.conf ts.conf-corgi-2.4; do - install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ - done - rm -f ${D}${sysconfdir}/ts.conf - ;; - collie | poodle ) - install -d ${D}${datadir}/tslib - for f in ts-2.6.conf ts.conf-collie-2.4; do - install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ - done - rm -f ${D}${sysconfdir}/ts.conf - ;; - - simpad ) - install -d ${D}${datadir}/tslib - for f in ts-2.6.conf ts.conf-simpad-2.4; do - install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ - done - rm -f ${D}${sysconfdir}/ts.conf - ;; - *) - ;; - esac -} - -RDEPENDS_libts = "tslib-conf" - -FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" -FILES_libts = "${libdir}/*.so.* ${libdir}/ts/*.so*" -FILES_libts-dev = "${FILES_tslib-dev}" -FILES_tslib-calibrate += "${bindir}/ts_calibrate" -FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test" diff --git a/meta/packages/tslib/tslib_1.0.bb b/meta/packages/tslib/tslib_1.0.bb new file mode 100644 index 0000000000..e44d077a92 --- /dev/null +++ b/meta/packages/tslib/tslib_1.0.bb @@ -0,0 +1,80 @@ +SECTION = "base" +DESCRIPTION = "tslib is a touchscreen access library." +PR = "r0" +SRCDATE_tslib = "now" + +SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" +PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" +PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" + +SRC_URI = "svn://svn.berlios.de/svnroot/repos/tslib/tags/tslib;module=${PV};proto=http \ + file://ts.conf file://ts-2.6.conf \ + file://ts.conf-h3600-2.4 file://ts.conf-simpad-2.4 \ + file://ts.conf-corgi-2.4 file://ts.conf-collie-2.4 \ + file://tslib.sh" +SRC_URI_append_mnci += " file://devfs.patch;patch=1" +SRC_URI_append_mnci += " file://event1.patch;patch=1" +S = "${WORKDIR}/${PV}" +LICENSE = "LGPL" +CONFFILES_${PN} = "${sysconfdir}/ts.conf" + +inherit autotools pkgconfig + +PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate" +EXTRA_OECONF = "--enable-shared" +EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " +EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " + +do_stage () { +autotools_stage_all +} + +do_install_prepend () { + install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf +} + +do_install_append() { + install -d ${D}${sysconfdir}/profile.d/ + install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ + case ${MACHINE} in + h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) + install -d ${D}${datadir}/tslib + for f in ts-2.6.conf ts.conf-h3600-2.4; do + install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ + done + rm -f ${D}${sysconfdir}/ts.conf + ;; + c7x0 | spitz | akita | tosa ) + install -d ${D}${datadir}/tslib + for f in ts-2.6.conf ts.conf-corgi-2.4; do + install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ + done + rm -f ${D}${sysconfdir}/ts.conf + ;; + collie | poodle ) + install -d ${D}${datadir}/tslib + for f in ts-2.6.conf ts.conf-collie-2.4; do + install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ + done + rm -f ${D}${sysconfdir}/ts.conf + ;; + + simpad ) + install -d ${D}${datadir}/tslib + for f in ts-2.6.conf ts.conf-simpad-2.4; do + install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ + done + rm -f ${D}${sysconfdir}/ts.conf + ;; + *) + ;; + esac +} + +RDEPENDS_libts = "tslib-conf" + +FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" +FILES_libts = "${libdir}/*.so.* ${libdir}/ts/*.so*" +FILES_libts-dev = "${FILES_tslib-dev}" +FILES_tslib-calibrate += "${bindir}/ts_calibrate" +FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test" -- cgit v1.2.3-54-g00ecf