diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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}" |