aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/keymaps
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-06-22 20:45:15 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-06-22 20:45:15 +0000
commitd9dc503e425dbcc9e2c4b9f8c81dc8e8acfe4003 (patch)
tree554c2eb7cbeaed67aa004cec85bbf872f30e50d1 /recipes/keymaps
parentcabde07cc85a6cf42d5e4d51ba66478d515fb35f (diff)
downloadopenembedded-d9dc503e425dbcc9e2c4b9f8c81dc8e8acfe4003.tar.gz
keymaps: RDEPENDS fix.
Diffstat (limited to 'recipes/keymaps')
-rw-r--r--recipes/keymaps/keymaps_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/keymaps/keymaps_1.0.bb b/recipes/keymaps/keymaps_1.0.bb
index 5b48fd0f90..4a31fefd2b 100644
--- a/recipes/keymaps/keymaps_1.0.bb
+++ b/recipes/keymaps/keymaps_1.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Keyboard map"
SECTION = "base"
-RDEPENDS = "initscripts console-tools"
+RDEPENDS_${PN} = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
PR = "r21"