From: Koen Kooi Date: Thu, 7 Dec 2006 13:36:46 +0000 (+0000) Subject: xserver-common: patch the right version, and fix quoting X-Git-Tag: Release-2010-05/1~9453^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571f2587704b33148fcd37fb4f639c05d6fd9f03;p=openembedded.git xserver-common: patch the right version, and fix quoting --- diff --git a/packages/xserver-common/xserver-common_1.12.bb b/packages/xserver-common/xserver-common_1.12.bb index 4d46020ba5..b02ad3f317 100644 --- a/packages/xserver-common/xserver-common_1.12.bb +++ b/packages/xserver-common/xserver-common_1.12.bb @@ -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" diff --git a/packages/xserver-common/xserver-common_1.9.bb b/packages/xserver-common/xserver-common_1.9.bb index 545fa96a7b..78fe512ff7 100644 --- a/packages/xserver-common/xserver-common_1.9.bb +++ b/packages/xserver-common/xserver-common_1.9.bb @@ -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"