git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b2d03
)
task-x11: fix PACKAGE_ARCH override for task-x11-server, _pn- didn't work it seems
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 9 Aug 2010 13:18:35 +0000
(15:18 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 9 Aug 2010 13:18:35 +0000
(15:18 +0200)
recipes/tasks/task-x11.bb
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-x11.bb
b/recipes/tasks/task-x11.bb
index
a70bb15
..
95493c6
100644
(file)
--- 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 = "r
5
"
+PR = "r
6
"
# 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} \