packages/xorg-xserver/xserver-xorg_1.3.0.0.bb : Fix a typo that broke xserver-xorg...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 19 Oct 2007 11:06:38 +0000 (11:06 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 19 Oct 2007 11:06:38 +0000 (11:06 +0000)
install
Bump PR

packages/xorg-xserver/xorg-xserver-common.inc
packages/xorg-xserver/xserver-xorg_1.3.0.0.bb

index 1a0b4b0..8ee6c3e 100644 (file)
@@ -42,5 +42,5 @@ do_stage() {
 
 do_install_append () {
        install -d ${D}/etc/X11
-       install -m0644 ${WORKDIR}/xorg.conf ${D}/etc/X11/
+       install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11/
 }
index a05360a..37ed418 100644 (file)
@@ -2,7 +2,7 @@ MESA_VER = "6.5.2"
 
 require xorg-xserver-common.inc
 PE = "1"
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://drmfix.patch;patch=1"