aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/keymaps
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-04-08 09:07:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-08 09:39:37 -0700
commitb136520e787744abd61f7aab8430a46c910457aa (patch)
tree287dbb9488c7744ddc4c52350d0bbfcb079f8f59 /meta/recipes-bsp/keymaps
parent296ac8b2b0fe5b84f04a272b33d1df37bdac986f (diff)
downloadopenembedded-core-b136520e787744abd61f7aab8430a46c910457aa.tar.gz
keymaps: Fix MACHINE -> MACHINE_ARCH
Fixes [YOCTO #960] Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-bsp/keymaps')
-rw-r--r--meta/recipes-bsp/keymaps/keymaps_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 88823ae935..7f2211a2b9 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -4,8 +4,8 @@ SECTION = "base"
RDEPENDS_${PN} = "initscripts console-tools"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PACKAGE_ARCH = "${MACHINE}"
-PR = "r17"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+PR = "r18"
inherit update-rc.d