[oe-commits] Chris Larson : tslib: refactor into .inc

GIT User account git at amethyst.openembedded.net
Tue Nov 18 17:24:39 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 06ae368f39c9b9a706824b9942a06a143b85aad1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=06ae368f39c9b9a706824b9942a06a143b85aad1

Author: Chris Larson <clarson at kergoth.com>
Date:   Tue Nov 18 10:08:32 2008 -0700

tslib: refactor into .inc

---

 packages/tslib/tslib.inc    |   79 +++++++++++++++++++++++++++++++++++++++
 packages/tslib/tslib_1.0.bb |   87 +-----------------------------------------
 2 files changed, 82 insertions(+), 84 deletions(-)

diff --git a/packages/tslib/tslib.inc b/packages/tslib/tslib.inc
new file mode 100644
index 0000000..1457616
--- /dev/null
+++ b/packages/tslib/tslib.inc
@@ -0,0 +1,79 @@
+DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library."
+HOMEPAGE = "http://tslib.berlios.de/"
+AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
+SECTION = "base"
+LICENSE = "LGPL"
+
+SRC_URI += "\
+  file://ts.conf \
+  file://ts.conf-collie-2.4 \
+  file://ts.conf-simpad-2.4 \
+  file://tslib.sh \
+"
+SRC_URI_append_mnci += "\
+  file://devfs.patch;patch=1 \
+  file://event1.patch;patch=1 \
+"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF        = "--enable-shared"
+EXTRA_OECONF_mnci   = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 "
+
+do_stage () {
+	autotools_stage_all
+}
+
+do_install () {
+	autotools_do_install
+	install -d ${D}${sysconfdir}/profile.d/
+	install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
+	install -m 0644 ${WORKDIR}/ts.conf ${D}${sysconfdir}/ts.conf
+	case ${MACHINE} in
+	collie)
+		install -d ${D}${datadir}/tslib
+		install -m 0644 ${WORKDIR}/ts.conf-collie-2.4 ${D}${datadir}/tslib/
+		;;
+	simpad)
+		install -d ${D}${datadir}/tslib
+		install -m 0644 ${WORKDIR}/ts.conf-simpad-2.4 ${D}${datadir}/tslib/
+		;;
+	esac
+}
+
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
+
+# People should consider using udev's /dev/input/touchscreen0 symlink
+# instead of detect-stylus
+#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
+RPROVIDES_tslib-conf = "libts-0.0-conf"
+
+# Machines with machine specific patches
+PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
+# Machines with machine specific config files (tslib.sh)
+PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_e680 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_jornada56x = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_jornada6xx = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_jornada7xx = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_netbook-pro = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}"
+
+PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate"
+DEBIAN_NOAUTONAME_tslib-conf = "1"
+DEBIAN_NOAUTONAME_tslib-tests = "1"
+DEBIAN_NOAUTONAME_tslib-calibrate = "1"
+
+RDEPENDS_${PN} = "tslib-conf"
+# Ship calibration data if it exists
+RRECOMMENDS_angstrom = " pointercal "
+
+FILES_${PN}-dbg += "${libdir}/ts/.debug*"
+FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib"
+FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*"
+FILES_libts-dev = "${FILES_tslib-dev} ${libdir}/ts/*.la"
+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/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb
index c707eec..8b3c35a 100644
--- a/packages/tslib/tslib_1.0.bb
+++ b/packages/tslib/tslib_1.0.bb
@@ -1,86 +1,5 @@
-DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library."
-HOMEPAGE = "http://tslib.berlios.de/"
-AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
-SECTION = "base"
-LICENSE = "LGPL"
+SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
+           file://fix_version.patch;patch=1"
 PR = "r20"
 
-SRC_URI = "\
-  http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
-  file://fix_version.patch;patch=1 \
-  file://ts.conf \
-  file://ts.conf-simpad-2.4 \
-  file://ts.conf-collie-2.4 \
-  file://tslib.sh \
-"
-SRC_URI_append_mnci += "\
-  file://devfs.patch;patch=1 \
-  file://event1.patch;patch=1 \
-"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF        = "--enable-shared"
-EXTRA_OECONF_mnci   = "--enable-shared --disable-h3600 --enable-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
-	collie )
-		install -d ${D}${datadir}/tslib
-		install -m 0644 ${WORKDIR}/ts.conf-collie-2.4 ${D}${datadir}/tslib/
-		;;
-	simpad )
-		install -d ${D}${datadir}/tslib
-		install -m 0644 ${WORKDIR}/ts.conf-simpad-2.4 ${D}${datadir}/tslib/
-		;;
-	*)
-		;;
-	esac
-}
-
-SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
-
-# People should consider using udev's /dev/input/touchscreen0 symlink
-# instead of detect-stylus
-#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
-RPROVIDES_tslib-conf = "libts-0.0-conf"
-
-# Machines with machine specific patches
-PACKAGE_ARCH_mnci = "${MACHINE_ARCH}"
-# Machines with machine specific config files (tslib.sh)
-PACKAGE_ARCH_tslib-conf_a780 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_collie = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_e680 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_jornada56x = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_jornada6xx = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_jornada7xx = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_netbook-pro = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}"
-PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}"
-
-PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate"
-DEBIAN_NOAUTONAME_tslib-conf = "1"
-DEBIAN_NOAUTONAME_tslib-tests = "1"
-DEBIAN_NOAUTONAME_tslib-calibrate = "1"
-
-RDEPENDS_${PN} = "tslib-conf"
-# Ship calibration data if it exists 
-RRECOMMENDS_angstrom = " pointercal "
-
-FILES_${PN}-dbg += "${libdir}/ts/.debug*"
-FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib"
-FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*"
-FILES_libts-dev = "${FILES_tslib-dev} ${libdir}/ts/*.la"
-FILES_tslib-calibrate += "${bindir}/ts_calibrate"
-FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"
+include tslib.inc





More information about the Openembedded-commits mailing list