[oe-commits] Chen Qi : keymaps: remove dependency on initscripts

git at git.openembedded.org git at git.openembedded.org
Wed Sep 3 10:09:35 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 2cf66a552a4966cb9c2f2475c622560cbe9db07b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2cf66a552a4966cb9c2f2475c622560cbe9db07b

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Sep  3 15:09:14 2014 +0800

keymaps: remove dependency on initscripts

The 'keymaps' package actually doesn't have runtime dependency on
VIRTUAL-RUNTIME_initscripts, thus removing this dependency.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/keymaps/keymaps_1.0.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 5a3f974..a3f2d89 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -2,10 +2,7 @@ SUMMARY = "Keyboard maps"
 DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
 SECTION = "base"
 
-# Distro can override initscripts provider
-VIRTUAL-RUNTIME_initscripts ?= "initscripts"
-
-RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} kbd"
+RDEPENDS_${PN} = "kbd"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"



More information about the Openembedded-commits mailing list