diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-29 09:37:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 12:08:58 +0000 |
commit | 06765229cc9b6456ee72eda30dc5429079e53a51 (patch) | |
tree | 2fdaaf487691241bd26a4eac5a663d8f7be0db05 /meta/recipes-bsp | |
parent | e6c97842bfea2565c2f42229d08e72d5484ca5cf (diff) | |
download | poky-06765229cc9b6456ee72eda30dc5429079e53a51.tar.gz |
task-core-boot, keymaps: add another VIRTUAL-RUNTIME to allow distributions to use different set of initscripts or no initscripts at all
(From OE-Core rev: 739692ac066319d830d0eb7d27ef1075f259efe4)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/keymaps/keymaps_1.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index 23a3051b6d..4fe7987b10 100644 --- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb +++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | SUMMARY = "Keyboard maps" | 1 | 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 | RDEPENDS_${PN} = "initscripts console-tools" | 4 | |
5 | # Distro can override initscripts provider | ||
6 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | ||
7 | |||
8 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} console-tools" | ||
5 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH = "${MACHINE_ARCH}" |