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

florian commit openembedded-commits at lists.openembedded.org
Wed Mar 7 16:41:49 UTC 2007


xserver-common: Add 1.15

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

#
# mt diff -ra78c21833c1ba73537b27d947ec750018c16a61d -rbc33dfddb8c5346507272c2bd3b2bd5bfc97d203
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.15.bb"
#  content [37238b056267f95a66c8b30af847a875e066ecdc]
# 
============================================================
--- packages/xserver-common/xserver-common_1.15.bb	37238b056267f95a66c8b30af847a875e066ecdc
+++ packages/xserver-common/xserver-common_1.15.bb	37238b056267f95a66c8b30af847a875e066ecdc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Common X11 scripts and support files"
+LICENSE = "GPL"
+SECTION = "x11"
+RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
+PR = "r1"
+
+PACKAGE_ARCH = "all"
+
+# we are using a gpe-style Makefile
+inherit gpe
+
+SRC_URI_append = " file://setDPI.sh \
+                   file://xserver-imageon.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