[oe-commits] org.oe.dev xserver-common_1.13.bb : add Ximageon support

xora commit openembedded-commits at lists.openembedded.org
Sun Jan 7 22:31:26 UTC 2007


xserver-common_1.13.bb : add Ximageon support

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 031a650eb799f1540b4d16dd84e63a11ea58463c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=031a650eb799f1540b4d16dd84e63a11ea58463c
Files:
1
packages/xserver-common/files/xserver-imageon.patch
packages/xserver-common/xserver-common_1.13.bb
Diffs:

#
# mt diff -r486dfaf50b0883493e2087ab41dbc54b6ba33338 -r031a650eb799f1540b4d16dd84e63a11ea58463c
#
# 
# 
# add_file "packages/xserver-common/files/xserver-imageon.patch"
#  content [866fbdf86765454334a7b670082823214f55eaa5]
# 
# patch "packages/xserver-common/xserver-common_1.13.bb"
#  from [4c6d968116f8d3a7fe85f4bfd0ef3657920c3463]
#    to [331531b70a1ed1a5919d376b1f30f9ba94a5927a]
# 
============================================================
--- packages/xserver-common/files/xserver-imageon.patch	866fbdf86765454334a7b670082823214f55eaa5
+++ packages/xserver-common/files/xserver-imageon.patch	866fbdf86765454334a7b670082823214f55eaa5
@@ -0,0 +1,14 @@
+Index: xserver-common-1.13/X11/Xserver
+===================================================================
+--- xserver-common-1.13.orig/X11/Xserver
++++ xserver-common-1.13/X11/Xserver
+@@ -17,6 +17,9 @@ fi
+ if [ -f /usr/bin/Xw100 ]; then
+   XSERVER=Xw100
+ fi
++if [ -f /usr/bin/Ximageon ]; then
++  XSERVER=Ximageon
++fi
+ 
+ . /etc/profile
+ 
============================================================
--- packages/xserver-common/xserver-common_1.13.bb	4c6d968116f8d3a7fe85f4bfd0ef3657920c3463
+++ packages/xserver-common/xserver-common_1.13.bb	331531b70a1ed1a5919d376b1f30f9ba94a5927a
@@ -1,15 +1,16 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 
 # we are using a gpe-style Makefile
 inherit gpe
 
-SRC_URI_append = " file://setDPI.sh"
+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