[oe-commits] org.oe.dev xserver-common: patch the right version, and fix quoting

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 7 13:39:02 UTC 2006


xserver-common: patch the right version, and fix quoting

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: af06b051272181d2f102b7ab38d1fec2ed42f4eb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=af06b051272181d2f102b7ab38d1fec2ed42f4eb
Files:
1
packages/xserver-common/xserver-common_1.12.bb
packages/xserver-common/xserver-common_1.9.bb
Diffs:

#
# mt diff -r46812cbe332066fcb9fe659da32d6bca2dd47ccf -raf06b051272181d2f102b7ab38d1fec2ed42f4eb
#
# 
# 
# patch "packages/xserver-common/xserver-common_1.12.bb"
#  from [a7eabff22ab4c8a132da74218c80c4bd4ea4d6f7]
#    to [b44fb51faacdfbda8b24f6e0c8dc8aad1963057f]
# 
# patch "packages/xserver-common/xserver-common_1.9.bb"
#  from [6a623b625d38659967265243cc5de058b93ea00d]
#    to [2eaee21f53f2466af7005a868e61bdc566e5f785]
# 
============================================================
--- packages/xserver-common/xserver-common_1.12.bb	a7eabff22ab4c8a132da74218c80c4bd4ea4d6f7
+++ packages/xserver-common/xserver-common_1.12.bb	b44fb51faacdfbda8b24f6e0c8dc8aad1963057f
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 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 @@ SRC_URI_append = " file://setDPI.sh \
 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"
============================================================
--- packages/xserver-common/xserver-common_1.9.bb	6a623b625d38659967265243cc5de058b93ea00d
+++ packages/xserver-common/xserver-common_1.9.bb	2eaee21f53f2466af7005a868e61bdc566e5f785
@@ -12,7 +12,7 @@ SRC_URI_append = " file://setDPI.sh \
 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"






More information about the Openembedded-commits mailing list