[oe-commits] org.oe.dev xserver-common: add 1.12 which incorperates all patches from OE minus the setDPI.sh script

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 11 11:57:20 UTC 2006


xserver-common: add 1.12 which incorperates all patches from OE minus the setDPI.sh script

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

#
# mt diff -r68c7a099709b9038354e7a0a6d46263ffd7dc06a -r9ee83d0951efdfafb49decd347861a6a51063969
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.12.bb"
#  content [a7eabff22ab4c8a132da74218c80c4bd4ea4d6f7]
# 
============================================================
--- packages/xserver-common/xserver-common_1.12.bb	a7eabff22ab4c8a132da74218c80c4bd4ea4d6f7
+++ packages/xserver-common/xserver-common_1.12.bb	a7eabff22ab4c8a132da74218c80c4bd4ea4d6f7
@@ -0,0 +1,17 @@
+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 \
+		"	
+
+do_install_append() {
+	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
+}






More information about the Openembedded-commits mailing list