aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/char-driver/char-driver.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/char-driver/char-driver.bb')
-rw-r--r--recipes/char-driver/char-driver.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/char-driver/char-driver.bb b/recipes/char-driver/char-driver.bb
index 5e703d602d..9a623d4e21 100644
--- a/recipes/char-driver/char-driver.bb
+++ b/recipes/char-driver/char-driver.bb
@@ -5,14 +5,14 @@ DESCRIPTION = "char-driver and userspace program"
PRIORITY = "optional"
SECTION = "base"
LICENSE = "GPL"
-RDEPENDS = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.davehylands.com/gumstix-wiki/char-driver/char-driver-2.6.21.tar.gz \
- file://makefile.patch;patch=1 \
-# file://sysctl.patch;patch=1 \
+ file://makefile.patch \
+# file://sysctl.patch \
"
S = "${WORKDIR}/char-driver"