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:07:21 +0000 |
commit | 739692ac066319d830d0eb7d27ef1075f259efe4 (patch) | |
tree | acf844fbc03d937f7e008282fe83b29d27b844b3 /meta/recipes-bsp/keymaps | |
parent | 9065a75d4a29b2528b5558d91bcd500ca51baa84 (diff) | |
download | openembedded-core-739692ac066319d830d0eb7d27ef1075f259efe4.tar.gz openembedded-core-739692ac066319d830d0eb7d27ef1075f259efe4.tar.bz2 openembedded-core-739692ac066319d830d0eb7d27ef1075f259efe4.zip |
task-core-boot, keymaps: add another VIRTUAL-RUNTIME to allow distributions to use different set of initscripts or no initscripts at all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-bsp/keymaps')
-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 @@ SUMMARY = "Keyboard maps" DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." SECTION = "base" -RDEPENDS_${PN} = "initscripts console-tools" + +# Distro can override initscripts provider +VIRTUAL-RUNTIME_initscripts ?= "initscripts" + +RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} console-tools" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" PACKAGE_ARCH = "${MACHINE_ARCH}" |