From 8d88a0da221aed3adc909f159a0e51ce677718fe Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Mon, 2 Jan 2006 22:24:12 +0000 Subject: [PATCH] tslib_cvs: add support for blueangel, closes #516 --- packages/tslib/tslib_cvs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tslib/tslib_cvs.bb b/packages/tslib/tslib_cvs.bb index db8a1d13e5..40cd32adbc 100644 --- a/packages/tslib/tslib_cvs.bb +++ b/packages/tslib/tslib_cvs.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 - h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270) + h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) install -d ${D}${datadir}/tslib for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h6300; do install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ -- 2.39.5