xserver-common: patch the right version, and fix quoting
authorKoen Kooi <koen@openembedded.org>
Thu, 7 Dec 2006 13:36:46 +0000 (13:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Dec 2006 13:36:46 +0000 (13:36 +0000)
packages/xserver-common/xserver-common_1.12.bb
packages/xserver-common/xserver-common_1.9.bb

index 4d46020..b02ad3f 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "all"
 inherit gpe
 
 SRC_URI_append = " file://setDPI.sh \
-               "       
+                  file://rxvt-less-pink.diff;patch=1"
 
 do_install_append() {
        install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
index 545fa96..78fe512 100644 (file)
@@ -12,7 +12,7 @@ inherit gpe
 SRC_URI_append = " file://setDPI.sh \
                   file://calibrate_zaurusd.patch;patch=1 \
                   file://poodle-xmodmap-2.6.patch;patch=1 \
-                  file://rxvt-less-pink.diff;patch=1""
+                  file://rxvt-less-pink.diff;patch=1"
 
 do_install_append() {
        install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"