diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-19 01:30:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-19 01:31:22 +0000 |
commit | aeaa356a5ee77b4596c479451a9db289381a4d16 (patch) | |
tree | b0e1754cfde562fb7cc7e9bf66100b42dfc5243e /meta/recipes-graphics/x11-common/xserver-nodm-init.bb | |
parent | 273cfeccb7715890be645112966b6a7c5f35ec07 (diff) | |
download | poky-aeaa356a5ee77b4596c479451a9db289381a4d16.tar.gz |
xserver-nodm-init: Mark as machine specific after recent rootless X changes
Fix summplied by ke.yu@intel.com
[YOCTO #906]
(From OE-Core rev: f0afe5827570eff5442d2f9a9846b4098e5c3333)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init.bb')
-rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index abc25db9cc..fc06d954ec 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "file://xserver-nodm \ | |||
12 | 12 | ||
13 | S = ${WORKDIR} | 13 | S = ${WORKDIR} |
14 | 14 | ||
15 | PACKAGE_ARCH = "all" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | install -d ${D}/etc | 18 | install -d ${D}/etc |