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

florian commit openembedded-commits at lists.openembedded.org
Wed Mar 5 16:34:56 UTC 2008


xserver-common: add 1.22

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 0c8de9825ca55a0e846e8c00dd29764c73349c6f
ViewMTN: http://monotone.openembedded.org/revision/info/0c8de9825ca55a0e846e8c00dd29764c73349c6f
Files:
1
packages/xserver-common/xserver-common_1.22.bb
Diffs:

#
# mt diff -r784541da3b3ebc6fc98f3f9c1cf3fea3dce107d9 -r0c8de9825ca55a0e846e8c00dd29764c73349c6f
#
# 
# 
# add_file "packages/xserver-common/xserver-common_1.22.bb"
#  content [14f7d103bf373a302fc67211bc1c91f71605d7fb]
# 
============================================================
--- packages/xserver-common/xserver-common_1.22.bb	14f7d103bf373a302fc67211bc1c91f71605d7fb
+++ packages/xserver-common/xserver-common_1.22.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