[oe-commits] org.oe.dev xserver-common: add 1.11

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 11 11:13:18 UTC 2006


xserver-common: add 1.11
* should fix #1567

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 68c7a099709b9038354e7a0a6d46263ffd7dc06a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=68c7a099709b9038354e7a0a6d46263ffd7dc06a
Files:
1
packages/xserver-common/xserver-common_1.11.bb
Diffs:

#
# mt diff -r8f6e401af1b274e1b737cdab43c4de8312cf35aa -r68c7a099709b9038354e7a0a6d46263ffd7dc06a
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.11.bb"
#  content [cb043d76b8ecc045050658972fc7670fdb61ba24]
# 
============================================================
--- packages/xserver-common/xserver-common_1.11.bb	cb043d76b8ecc045050658972fc7670fdb61ba24
+++ packages/xserver-common/xserver-common_1.11.bb	cb043d76b8ecc045050658972fc7670fdb61ba24
@@ -0,0 +1,19 @@
+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
+
+SRC_URI_append = " file://setDPI.sh \
+		   file://calibrate_zaurusd.patch;patch=1 \
+		   file://w100.patch;patch=1 \
+		   file://poodle-xmodmap-2.6.patch;patch=1"
+
+do_install_append() {
+	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}






More information about the Openembedded-commits mailing list