[oe-commits] Ulf Samuelsson : Support xinput-calibrator at boot

git version control git at git.openembedded.org
Wed Jan 26 23:16:13 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: b72d748fe518aa86e3bbfb88032e23aa46939d5d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b72d748fe518aa86e3bbfb88032e23aa46939d5d

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Jan 27 00:05:58 2011 +0100

Support xinput-calibrator at boot

---

 recipes/xserver-common/xserver-common_1.33.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb
index ff5711f..86f8932 100644
--- a/recipes/xserver-common/xserver-common_1.33.bb
+++ b/recipes/xserver-common/xserver-common_1.33.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r8"
+PR = "r9"
 
 PACKAGE_ARCH = "all"
 DEFAULT_PREFERENCE = "-1"
@@ -33,6 +33,9 @@ SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch \
                        file://Xserver.add.dpi.for.gta.patch \
 		       file://Xserver.n900.patch"
 
+SRC_URI_append_at91 =	" file://89xTs_Calibrate.xinput_calibrator.patch \
+			"
+
 do_install_append() {
 	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
 	install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"





More information about the Openembedded-commits mailing list