tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / xserver-common / xserver-common_1.25.bb
blobad7824ca9e7744d49dc385fe1c956fe93a2d9800
1 DESCRIPTION = "Common X11 scripts and support files"
2 LICENSE = "GPL"
3 SECTION = "x11"
4 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
5 PR = "r5"
7 PACKAGE_ARCH = "all"
9 # we are using a gpe-style Makefile
10 inherit gpe
12 SRC_URI_append = " file://setDPI.sh \
13 file://89xdgautostart.sh \
14 file://avoid-rotated-server.patch \
15 file://ts-handling-cleanup.diff \
16 file://Xserver-at91.patch \
19 SRC_URI_append_angstrom = " file://xtscal-fix.patch "
20 RDEPENDS_${PN}_append_angstrom = " tslib-calibrate "
22 do_install_append() {
23 install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
24 install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"
25 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/Xserver
28 SRC_URI[md5sum] = "95faf3cc8c0a70352e9580fc873ca693"
29 SRC_URI[sha256sum] = "f0391d08a6763598066e21d83460493973fe24fc65e3f0d2b534ef2497946a34"