diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:09:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 11:09:06 +0100 |
commit | bebf263f9ed138678c72f97cd75581ae5b2d20a7 (patch) | |
tree | c9baacf43d711be27fdf6b7633533ab6228adb9d /meta/recipes-bsp/keymaps/keymaps_1.0.bb | |
parent | 143e13abb64d3d1a6d8b59878442858bd35dd8bc (diff) | |
download | poky-bebf263f9ed138678c72f97cd75581ae5b2d20a7.tar.gz |
keymaps: remove dependency on initscripts
The 'keymaps' package actually doesn't have runtime dependency on
VIRTUAL-RUNTIME_initscripts, thus removing this dependency.
(From OE-Core rev: 2cf66a552a4966cb9c2f2475c622560cbe9db07b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/keymaps/keymaps_1.0.bb')
-rw-r--r-- | meta/recipes-bsp/keymaps/keymaps_1.0.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index 5a3f97434c..a3f2d89b26 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" | |||
2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." | 2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | # Distro can override initscripts provider | 5 | RDEPENDS_${PN} = "kbd" |
6 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | ||
7 | |||
8 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} kbd" | ||
9 | 6 | ||
10 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |