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

florian commit openembedded-commits at lists.openembedded.org
Thu Apr 5 23:04:13 UTC 2007


xserver-common: Add 1.16

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 9a99d7d4e128c8934bf07008a59ab61925eb276e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9a99d7d4e128c8934bf07008a59ab61925eb276e
Files:
1
packages/xserver-common/xserver-common_1.16.bb
Diffs:

#
# mt diff -r053d742c2229e2b07ec4091286904c0972494f3c -r9a99d7d4e128c8934bf07008a59ab61925eb276e
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.16.bb"
#  content [924d74db820b37e3a413f6fd4245053d0c5c9336]
# 
============================================================
--- packages/xserver-common/xserver-common_1.16.bb	924d74db820b37e3a413f6fd4245053d0c5c9336
+++ packages/xserver-common/xserver-common_1.16.bb	924d74db820b37e3a413f6fd4245053d0c5c9336
@@ -0,0 +1,18 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+PR = "r2"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh \
+                   file://xserver-imageon.patch;patch=1 \
+                   file://calibrate-only-if-ts.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