mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
keymaps: Use RDEPENDS_${PN}
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
DESCRIPTION = "Keyboard map"
|
||||
SECTION = "base"
|
||||
RDEPENDS = "initscripts console-tools"
|
||||
RDEPENDS_${PN} = "initscripts console-tools"
|
||||
LICENSE = "GPL"
|
||||
PACKAGE_ARCH = "${MACHINE}"
|
||||
PR = "r16"
|
||||
PR = "r17"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user