aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-09-01 17:02:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-01 17:02:06 +0000
commit32e17c17bfda2f7a289b4d4d9058bec7903e4a19 (patch)
treeb5fb7bf86309ac9ad7e58de49749fef643062cef /packages/xserver-common
parentb231a27a5698556cd35502858bb0cd99088a875e (diff)
downloadopenembedded-32e17c17bfda2f7a289b4d4d9058bec7903e4a19.tar.gz
Remove unused patch
Diffstat (limited to 'packages/xserver-common')
-rw-r--r--packages/xserver-common/files/.mtn2git_empty0
-rw-r--r--packages/xserver-common/files/remove-run-calibrate-sh.patch21
2 files changed, 0 insertions, 21 deletions
diff --git a/packages/xserver-common/files/.mtn2git_empty b/packages/xserver-common/files/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/xserver-common/files/.mtn2git_empty
+++ /dev/null
diff --git a/packages/xserver-common/files/remove-run-calibrate-sh.patch b/packages/xserver-common/files/remove-run-calibrate-sh.patch
deleted file mode 100644
index 996a2735fb..0000000000
--- a/packages/xserver-common/files/remove-run-calibrate-sh.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur xserver-common-1.1~/Makefile xserver-common-1.1/Makefile
---- xserver-common-1.1~/Makefile 2005-08-31 13:04:40.000000000 -0700
-+++ xserver-common-1.1/Makefile 2005-08-31 13:05:33.000000000 -0700
-@@ -17,7 +17,6 @@
- install-program:
- for i in X11/Xsession.d X11/Xinit.d; do install -d $(DESTDIR)/etc/$$i; FILES=`echo $$i/* | sed "s:$$i/CVS::"`; install -m 755 $$FILES $(DESTDIR)/etc/$$i/; done
- install -d $(DESTDIR)$(PREFIX)/bin
-- install -m 755 run-calibrate.sh $(DESTDIR)$(PREFIX)/bin/run-calibrate.sh
- install -m 644 X11/Xdefaults $(DESTDIR)/etc/X11/Xdefaults
- install -m 755 X11/Xinit $(DESTDIR)/etc/X11/Xinit
- install -m 755 X11/Xserver $(DESTDIR)/etc/X11/Xserver
-diff -Nur xserver-common-1.1~/X11/Xinit.d/30xTs_Calibrate xserver-common-1.1/X11/Xinit.d/30xTs_Calibrate
---- xserver-common-1.1~/X11/Xinit.d/30xTs_Calibrate 2005-08-31 13:04:40.000000000 -0700
-+++ xserver-common-1.1/X11/Xinit.d/30xTs_Calibrate 2005-08-31 13:05:18.000000000 -0700
-@@ -1,5 +1,5 @@
- #!/bin/sh
-
- if [ ! -f /etc/pointercal ]; then
-- /usr/bin/run-calibrate.sh
-+ xtscal
- fi