[oe-commits] Martin Jansa : xf86-input-tslib: lower hal dependency to RSUGGESTS as this is only recipe pulling hal/ udev-utils to some images

git version control git at git.openembedded.org
Wed May 26 10:52:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 809138a4a19b815894dbfdaf69ec6d39b0a5a032
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=809138a4a19b815894dbfdaf69ec6d39b0a5a032

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May 26 12:48:20 2010 +0200

xf86-input-tslib: lower hal dependency to RSUGGESTS as this is only recipe pulling hal/udev-utils to some images

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-driver/xf86-input-tslib_0.0.6.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb b/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
index 2e8afac..c75edb7 100644
--- a/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
+++ b/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
@@ -1,10 +1,11 @@
 require xorg-driver-input.inc
 
 DESCRIPTION = "X.Org X server -- tslib input driver"
-RRECOMMENDS += "hal tslib-calibrate"
+RRECOMMENDS_${PN} += "tslib-calibrate"
+RSUGGESTS_${PN} += "hal"
 DEPENDS += "tslib"
 
-PR = "r12"
+PR = "r13"
 
 SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2;name=archive \
            file://double-free-crash.patch \





More information about the Openembedded-commits mailing list