r502 - trunk/oe/packages/tslib


Thu Jan 4 15:49:13 CET 2007


Author: 
Date: 2007-01-04 15:49:13 +0100 (Thu, 04 Jan 2007)
New Revision: 502

Modified:
   trunk/oe/packages/tslib/tslib_1.0.bb
Log:
oe: fix tslib for gta01


Modified: trunk/oe/packages/tslib/tslib_1.0.bb
===================================================================
--- trunk/oe/packages/tslib/tslib_1.0.bb	2007-01-04 14:09:05 UTC (rev 501)
+++ trunk/oe/packages/tslib/tslib_1.0.bb	2007-01-04 14:49:13 UTC (rev 502)
@@ -4,7 +4,7 @@
 SECTION = "base"
 LICENSE = "LGPL"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
            file://ts.conf \
@@ -25,17 +25,13 @@
 	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
 	fic-gta01 | armzone-qt2410 | a780 | e680 | h3600 | h3900 | h5000 | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 | blueangel | h4000)
 		install -d ${D}${datadir}/tslib
-		install -m 0644 ${WORKDIR}/ts.conf-h3600-2.4 ${D}${datadir}/tslib/
+		install -m 0644 ${WORKDIR}/ts.conf ${D}${datadir}/tslib/
 		;;
 	c7x0 | spitz | akita | tosa )
 		install -d ${D}${datadir}/tslib





More information about the commitlog mailing list