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

florian commit openembedded-commits at lists.openembedded.org
Mon Aug 27 10:47:52 UTC 2007


xserver-common: Add 1.17

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

#
# mt diff -rf14c8c6677e8dcd37a2401bbc91a19bdf6b73f16 -re09f0ed40dd10ba8211705564f20b90933140aed
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.17.bb"
#  content [14f7d103bf373a302fc67211bc1c91f71605d7fb]
# 
============================================================
--- packages/xserver-common/xserver-common_1.17.bb	14f7d103bf373a302fc67211bc1c91f71605d7fb
+++ packages/xserver-common/xserver-common_1.17.bb	14f7d103bf373a302fc67211bc1c91f71605d7fb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+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