[oe-commits] org.oe.dev xserver-common: Add 1.13.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Dec 19 18:21:43 UTC 2006


xserver-common: Add 1.13.
* All pending OE patches were accepted.
* So far, DEFAULT_PREFERENCE=-1.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: bfdb21ecab642b8e7843f97590d3815ecc4b94a3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bfdb21ecab642b8e7843f97590d3815ecc4b94a3
Files:
1
packages/xserver-common/xserver-common_1.13.bb
Diffs:

#
# mt diff -r68550c89a6c2fafe51a9de224c986dd335802678 -rbfdb21ecab642b8e7843f97590d3815ecc4b94a3
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.13.bb"
#  content [03f6806a55744b6b66cc2e23315b2613d005e3c3]
# 
============================================================
--- packages/xserver-common/xserver-common_1.13.bb	03f6806a55744b6b66cc2e23315b2613d005e3c3
+++ packages/xserver-common/xserver-common_1.13.bb	03f6806a55744b6b66cc2e23315b2613d005e3c3
@@ -0,0 +1,18 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh"
+
+do_install_append() {
+	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}






More information about the Openembedded-commits mailing list