diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-22 20:45:15 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-22 20:45:15 +0000 |
commit | d9dc503e425dbcc9e2c4b9f8c81dc8e8acfe4003 (patch) | |
tree | 554c2eb7cbeaed67aa004cec85bbf872f30e50d1 /recipes/keymaps | |
parent | cabde07cc85a6cf42d5e4d51ba66478d515fb35f (diff) |
keymaps: RDEPENDS fix.
Diffstat (limited to 'recipes/keymaps')
-rw-r--r-- | recipes/keymaps/keymaps_1.0.bb | 2 |
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" |