summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-03 07:36:57 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-03 14:49:58 +0200
commitd4a4b578f6b5b7b2b0d659360c73b5b1532b9f16 (patch)
treeb3986e08ce9c698710c04e8a9b2012052756cb3e /recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
parent4cab8b754907841fe6df5da8ea1aa0d78540989a (diff)
downloadopenembedded-d4a4b578f6b5b7b2b0d659360c73b5b1532b9f16.tar.gz
xserver-xorg-conf: make it machine related
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf_0.1.bb')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 90fbb1a8f4..d288091ea1 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r6"
+PR = "r7"
SRC_URI = "file://xorg.conf"
@@ -9,4 +9,4 @@ do_install() {
}
CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
-
+PACKAGE_ARCH = "${MACHINE_ARCH}"