break out tslib configuration bits into tslib-conf package, and make that the only...
authorPhil Blundell <philb@gnu.org>
Thu, 27 Jan 2005 19:17:38 +0000 (19:17 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 27 Jan 2005 19:17:38 +0000 (19:17 +0000)
BKrev: 41f93e52svT2I6zmVVr1YsrjwGcL5g

packages/tslib/tslib_cvs.bb

index e62f234..daf9124 100644 (file)
@@ -1,7 +1,11 @@
 SECTION = "base"
 DESCRIPTION = "tslib is a touchscreen access library."
 PV = "0.0cvs${CVSDATE}"
-PR = "r9"
+PR = "r10"
+
+SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
+PACKAGE_ARCH_tslib-conf = "${MACHINE}"
+PACKAGE_ARCH_ramses = "${MACHINE}"
 
 SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \
           file://ts.conf \
@@ -16,7 +20,7 @@ CONFFILES_${PN} = "${sysconfdir}/ts.conf"
 
 inherit autotools
 
-PACKAGES = "libts libts-dev tslib-tests tslib-calibrate"
+PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate"
 EXTRA_OECONF = "--enable-shared"
 EXTRA_OECONF_append_ramses = " --enable-input --disable-ucb1x00 --disable-corgi --disable-collie --disable-h3600 --disable-mk712 --disable-arctic2"
 EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 "
@@ -37,8 +41,10 @@ do_install_append() {
        install -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
 }
 
-FILES_libts  = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh "
-FILES_libts += "${libdir}/*.so.* ${libdir}/ts/*.so*"
+RDEPENDS_libts = "tslib-conf"
+
+FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh"
+FILES_libts = "${libdir}/*.so.* ${libdir}/ts/*.so*"
 FILES_libts-dev = "${FILES_tslib-dev}"
 FILES_tslib-calibrate += "${bindir}/ts_calibrate"
 FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"