[oe-commits] Marcin Juszkiewicz : xserver-xorg-conf: make it machine related

git version control git at git.openembedded.org
Mon Aug 3 12:50:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d4a4b578f6b5b7b2b0d659360c73b5b1532b9f16
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d4a4b578f6b5b7b2b0d659360c73b5b1532b9f16

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Aug  3 07:36:57 2009 +0200

xserver-xorg-conf: make it machine related

---

 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb |    4 ++--
 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 90fbb1a..d288091 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}"





More information about the Openembedded-commits mailing list