diff options
-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" |