aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/rsync/rsync_3.0.7.bb
blob: 3a1e48a61d55db1d61befd663f7db1e4036cb624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require rsync.inc

PR = "r1"

SRC_URI += "file://acinclude.m4"

EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"

# rsync 3.0 uses configure.sh instead of configure, and
# makefile checks the existence of configure.sh
do_configure_prepend () {
	rm -f configure configure.sh
	cp -f ${WORKDIR}/acinclude.m4 ${S}/
}

do_configure_append () {
	cp -f configure configure.sh
}
ass="se">Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "vmmouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Qemu Tablet" Driver "evdev" Option "CorePointer" Option "Device" "/dev/input/touchscreen0" Option "USB" "on" EndSection Section "Device" Identifier "Graphics Controller" Driver "vmware" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" # 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz Modeline "1024x600_60.00" 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync # 640x480 @ 72Hz (VESA) hsync: 37.9kHz ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync # 640x480 @ 75Hz (VESA) hsync: 37.5kHz ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync # 640x480 @ 85Hz (VESA) hsync: 43.3kHz ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync EndSection Section "Screen" Identifier "Default Screen" Device "Graphics Controller" Monitor "Generic Monitor" SubSection "Display" Modes "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" # InputDevice "Configured Mouse" InputDevice "QEMU Tablet" Option "AllowEmptyInput" "no" EndSection