summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/keymaps/keymaps_1.0.bb5
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"
2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." 2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
3SECTION = "base" 3SECTION = "base"
4 4
5# Distro can override initscripts provider 5RDEPENDS_${PN} = "kbd"
6VIRTUAL-RUNTIME_initscripts ?= "initscripts"
7
8RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_initscripts} kbd"
9 6
10LICENSE = "GPLv2" 7LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"