From: Martin Jansa Date: Wed, 26 May 2010 10:48:20 +0000 (+0200) Subject: xf86-input-tslib: lower hal dependency to RSUGGESTS as this is only recipe pulling... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809138a4a19b815894dbfdaf69ec6d39b0a5a032;p=openembedded.git 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 --- 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 2e8afac389..c75edb7a6f 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 \