From: Rolf Leggewie Date: Wed, 10 Jun 2009 04:27:48 +0000 (+0900) Subject: tslib: RRECOMMEND pointercal for all distributions X-Git-Tag: Release-2010-05/1~3209^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edd8b112d7b6ff108eda52db600861d90f5cf8d;p=openembedded.git tslib: RRECOMMEND pointercal for all distributions The pointercal data is generally a good addition for all distributions. Relax distribution-specific override and make RRECOMMENDS the general default. --- diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index b9f5ef0e0b..e10351b817 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -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"