diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 13:27:48 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-10 13:31:41 +0900 |
commit | 4edd8b112d7b6ff108eda52db600861d90f5cf8d (patch) | |
tree | 1706d4f30085fe75c370f1f5db22cac3e1383948 | |
parent | 68c4b1c6cba4ef4e9b8d44c0be0c800a014d7240 (diff) |
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.
-rw-r--r-- | recipes/tslib/tslib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" |