From 3c230a820d316dc759c384b58d466c3528267661 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 10 Oct 2006 12:21:49 +0000 Subject: hx4700, hx2000: start adding support for hx4700 and hx200 ipaqs to solve overloading of the ipaq-pxa270 machine * the ipaq-pxa270 machine will go away --- packages/tslib/tslib_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/tslib/tslib_1.0.bb') diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb index ddd6c5ad6d..2472ece610 100644 --- a/packages/tslib/tslib_1.0.bb +++ b/packages/tslib/tslib_1.0.bb @@ -34,7 +34,7 @@ do_install_append() { install -d ${D}${sysconfdir}/profile.d/ install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ case ${MACHINE} in - a780 | e680 | h3600 | h3900 | h5xxx | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel | h4000) + a780 | e680 | h3600 | h3900 | h5xxx | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 |blueangel | h4000) 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/ @@ -79,6 +79,7 @@ RDEPENDS_tslib-conf_h6300 = "detect-stylus" RDEPENDS_tslib-conf_blueangel = "detect-stylus" RDEPENDS_tslib-conf_htcuniversal = "detect-stylus" RDEPENDS_tslib-conf_h4000 = "detect-stylus" +RPROVIDES_tslib-conf = "libts-0.0-conf" PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" -- cgit v1.2.3