aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-09 15:18:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-09 15:18:35 +0200
commitbf3cf7b95cb10c830c39ca4bfec4e7fcc19dad83 (patch)
treeb5ead3fcd8cd299ca7bd6512b07ad73e569de2db /recipes
parent96b2d0344d519f2c8ce7e3af7df851758ba9c51f (diff)
downloadopenembedded-bf3cf7b95cb10c830c39ca4bfec4e7fcc19dad83.tar.gz
task-x11: fix PACKAGE_ARCH override for task-x11-server, _pn- didn't work it seems
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tasks/task-x11.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb
index a70bb15d90..95493c62cc 100644
--- a/recipes/tasks/task-x11.bb
+++ b/recipes/tasks/task-x11.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
SECTION = "x11/server"
LICENSE = "MIT"
PV = "1.0"
-PR = "r5"
+PR = "r6"
# WORK IN PROGRESS
@@ -25,7 +25,7 @@ XSERVER_COMMON ?= "xserver-kdrive-common"
XSERVER_COMMON_shr = "xserver-common"
# This is also the reason why we have to make this package machine specific :/
-PACKAGE_ARCH_pn-${PN}-server = "${MACHINE_ARCH}"
+PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}"
RDEPENDS_${PN}-server = "\
${XSERVER} \