aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-20 23:12:23 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-20 23:05:43 +0100
commit51b7034044c71eef824e8853749553a12b5d64ce (patch)
treedf3af5f122706065d82a3b1af58d2e438b3bc027
parent469c8658a99d6ee4669a1d8b46ede53b934adb32 (diff)
downloadmeta-handheld-51b7034044c71eef824e8853749553a12b5d64ce.tar.gz
zaurusd: add uinput kernel module to RRECOMMENDS
tskeys needs the uinput kernel module to function. Also move the RDEPENDS line down to the end where it belongs. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-bsp/zaurusd/zaurusd_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-bsp/zaurusd/zaurusd_git.bb b/recipes-bsp/zaurusd/zaurusd_git.bb
index 9bae6f7..db24c7b 100644
--- a/recipes-bsp/zaurusd/zaurusd_git.bb
+++ b/recipes-bsp/zaurusd/zaurusd_git.bb
@@ -3,10 +3,10 @@ SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "tslib"
-RDEPENDS_${PN} = "procps"
+
PE = "1"
PV = "0.0+gitr${SRCPV}"
-PR = "r24"
+PR = "r25"
SRCREV = "82b30c7865f007fff81372c3cdc71b2ff6843ccc"
SRC_URI = "git://git.yoctoproject.org/zaurusd;protocol=git \
@@ -56,3 +56,7 @@ inherit autotools pkgconfig update-rc.d
INITSCRIPT_NAME = "zaurusd"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
+
+RDEPENDS_${PN} = "procps"
+RRECOMMENDS_${PN} += "kernel-module-uinput"
+