tslib: RRECOMMEND pointercal for all distributions
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 04:27:48 +0000 (13:27 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 10 Jun 2009 04:31:41 +0000 (13:31 +0900)
The pointercal data is generally a good addition for all distributions.
Relax distribution-specific override and make RRECOMMENDS the general
default.

recipes/tslib/tslib.inc

index b9f5ef0..e10351b 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/"
 AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
 SECTION = "base"
 LICENSE = "LGPL"
-INC_PR = "r21"
+INC_PR = "r22"
 
 SRC_URI += "\
   file://ts.conf \
@@ -70,7 +70,7 @@ DEBIAN_NOAUTONAME_tslib-calibrate = "1"
 
 RDEPENDS_${PN} = "tslib-conf"
 # Ship calibration data if it exists
-RRECOMMENDS_angstrom = " pointercal "
+RRECOMMENDS = " pointercal "
 
 FILES_${PN}-dbg += "${libdir}/ts/.debug*"
 FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib"