[oe-commits] Florian Boor : xserver-common: add 1.31

git version control git at git.openembedded.org
Mon Aug 31 23:02:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a8b95ab31b0fddb90ef9279c5436cc568d58b6e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a8b95ab31b0fddb90ef9279c5436cc568d58b6e7

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Aug 26 12:23:57 2009 +0200

xserver-common: add 1.31

---

 recipes/xserver-common/xserver-common_1.31.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/xserver-common/xserver-common_1.31.bb b/recipes/xserver-common/xserver-common_1.31.bb
new file mode 100644
index 0000000..6336864
--- /dev/null
+++ b/recipes/xserver-common/xserver-common_1.31.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+PR = "r0"
+
+PACKAGE_ARCH = "all"
+DEFAULT_PREFERENCE = "-1"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh \
+                   file://89xdgautostart.sh"
+
+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"
+	sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/Xserver
+}





More information about the Openembedded-commits mailing list