From d9dc503e425dbcc9e2c4b9f8c81dc8e8acfe4003 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Mon, 22 Jun 2009 20:45:15 +0000 Subject: [PATCH] keymaps: RDEPENDS fix. --- recipes/keymaps/keymaps_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5