xerver-common: Add 1.8, drop old patch.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 16 Feb 2006 22:59:17 +0000 (22:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 16 Feb 2006 22:59:17 +0000 (22:59 +0000)
packages/xserver-common/files/.mtn2git_empty [deleted file]
packages/xserver-common/files/cxk-rotation.patch [deleted file]
packages/xserver-common/xserver-common_1.8.bb [new file with mode: 0644]

diff --git a/packages/xserver-common/files/.mtn2git_empty b/packages/xserver-common/files/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/xserver-common/files/cxk-rotation.patch b/packages/xserver-common/files/cxk-rotation.patch
deleted file mode 100644 (file)
index f29d052..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur xserver-common-1.1~/X11/Xinit.d/11zaurus xserver-common-1.1/X11/Xinit.d/11zaurus
---- xserver-common-1.1~/X11/Xinit.d/11zaurus   2005-08-29 03:52:46.000000000 -0700
-+++ xserver-common-1.1/X11/Xinit.d/11zaurus    2005-09-12 11:03:37.000000000 -0700
-@@ -5,8 +5,19 @@
-    exit 0
- fi
-+module_id() {
-+    # Get model name
-+    echo `grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z`
-+}
-+
- chkhinge -e
- if [ $? = 12 ]; then
--   xrandr -o right
-+   case `module_id` in
-+      *SPITZ | *AKITA | *BORZOI)
-+              DIRECTION="left" ;;
-+        default)
-+                DIRECTION="right" ;;
-+   esac
-+   xrandr -o $DIRECTION
- fi
diff --git a/packages/xserver-common/xserver-common_1.8.bb b/packages/xserver-common/xserver-common_1.8.bb
new file mode 100644 (file)
index 0000000..125b138
--- /dev/null
@@ -0,0 +1,11 @@
+MAINTAINER  = "Florian Boor <florian@kernelconcepts.de>"
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
+PR = "r0"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe