[oe-commits] org.oe.dev xserver-common: add 1.14

florian commit openembedded-commits at lists.openembedded.org
Fri Feb 9 07:37:58 UTC 2007


xserver-common: add 1.14

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

#
# mt diff -rf4439dc956fd9c1770d3c45e8ac5908f80cd3db9 -rf545cd4511e822868b1f61763ab488576a4945ce
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.14.bb"
#  content [37238b056267f95a66c8b30af847a875e066ecdc]
# 
============================================================
--- packages/xserver-common/xserver-common_1.14.bb	37238b056267f95a66c8b30af847a875e066ecdc
+++ packages/xserver-common/xserver-common_1.14.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