keymaps: Use RDEPENDS_${PN}

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-02-11 09:50:34 +00:00
parent 0307f8002e
commit 6877acce5a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
DESCRIPTION = "Keyboard map" DESCRIPTION = "Keyboard map"
SECTION = "base" SECTION = "base"
RDEPENDS = "initscripts console-tools" RDEPENDS_${PN} = "initscripts console-tools"
LICENSE = "GPL" LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}" PACKAGE_ARCH = "${MACHINE}"
PR = "r16" PR = "r17"
inherit update-rc.d inherit update-rc.d