diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-23 20:37:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-23 20:37:46 +0200 |
commit | 423e9ed161c953f1657babf248fa90b63f9abc7c (patch) | |
tree | 01b69f37d3c5a9dc4add66f8e6d7d442f9e8ccc5 /recipes/xserver-common | |
parent | c0916bda7cc1d7015e87a31645bc85d87b228584 (diff) |
xserver-common: fix patch
* never ever modify patch by hand after testing it, sorry for noise
Diffstat (limited to 'recipes/xserver-common')
-rw-r--r-- | recipes/xserver-common/files/89xTs_Calibrate.xinput_calibrator.patch | 2 | ||||
-rw-r--r-- | recipes/xserver-common/xserver-common_1.33.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xserver-common/files/89xTs_Calibrate.xinput_calibrator.patch b/recipes/xserver-common/files/89xTs_Calibrate.xinput_calibrator.patch index 8f4b4d0adc..c04ad961a2 100644 --- a/recipes/xserver-common/files/89xTs_Calibrate.xinput_calibrator.patch +++ b/recipes/xserver-common/files/89xTs_Calibrate.xinput_calibrator.patch @@ -2,7 +2,7 @@ Index: xserver-common/X11/Xsession.d/89xTs_Calibrate_xinput_calibrator =================================================================== --- xserver-common/X11/Xsession.d/89xTs_Calibrate_xinput_calibrator (revision 0) +++ xserver-common/X11/Xsession.d/89xTs_Calibrate_xinput_calibrator (revision 0) -@@ -0,0 +1,6 @@ +@@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -e /usr/bin/xinput_calibrator_once.sh ] ; then diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb index 7486459522..9ebaa3150d 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 = "r6" +PR = "r7" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" |