r503 - trunk/oe/packages/tslib


Thu Jan 4 16:07:15 CET 2007


Author: 
Date: 2007-01-04 16:07:15 +0100 (Thu, 04 Jan 2007)
New Revision: 503

Modified:
   trunk/oe/packages/tslib/tslib_1.0.bb
Log:
oe/tslib: fix ts-2.6.conf name


Modified: trunk/oe/packages/tslib/tslib_1.0.bb
===================================================================
--- trunk/oe/packages/tslib/tslib_1.0.bb	2007-01-04 14:49:13 UTC (rev 502)
+++ trunk/oe/packages/tslib/tslib_1.0.bb	2007-01-04 15:07:15 UTC (rev 503)
@@ -3,9 +3,8 @@
 AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
+PR = "r8"
 
-PR = "r7"
-
 SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
            file://ts.conf \
            file://ts.conf-h3600-2.4 \
@@ -31,7 +30,7 @@
 	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 ${D}${datadir}/tslib/
+		install -m 0644 ${WORKDIR}/ts.conf ${D}${datadir}/tslib/ts-2.6.conf
 		;;
 	c7x0 | spitz | akita | tosa )
 		install -d ${D}${datadir}/tslib





More information about the commitlog mailing list