From: Marcin Juszkiewicz Date: Mon, 3 Aug 2009 05:36:57 +0000 (+0200) Subject: xserver-xorg-conf: make it machine related X-Git-Tag: Release-2010-05/1~2821^2~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a4b578f6b5b7b2b0d659360c73b5b1532b9f16;p=openembedded.git xserver-xorg-conf: make it machine related --- 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}"