diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb new file mode 100644 index 0000000000..8269205b67 --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | DESCRIPTION = "Common X11 scripts and support files" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 5 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | PACKAGE_ARCH = "all" | ||
| 9 | |||
| 10 | RCONFLICTS_${PN} = "xserver-kdrive-common" | ||
| 11 | RREPLACES_${PN} = "xserver-kdrive-common" | ||
| 12 | |||
| 13 | # we are using a gpe-style Makefile | ||
| 14 | inherit gpe | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14" | ||
| 17 | SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" | ||
| 18 | |||
| 19 | SRC_URI_append = " \ | ||
| 20 | file://gplv2-license.patch \ | ||
| 21 | file://setDPI.sh \ | ||
| 22 | file://89xdgautostart.sh" | ||
| 23 | |||
| 24 | RDEPENDS_${PN}_append_shr = " xinput-calibrator " | ||
| 25 | |||
| 26 | SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch \ | ||
| 27 | file://90xXWindowManager.patch \ | ||
| 28 | file://Xserver.add.nocursor.for.gta.patch \ | ||
| 29 | file://Xserver.add.xserver-system.patch \ | ||
| 30 | file://Xserver.add.dpi.for.gta.patch \ | ||
| 31 | file://Xserver.n900.patch" | ||
| 32 | |||
| 33 | do_install_append() { | ||
| 34 | install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" | ||
| 35 | install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" | ||
| 36 | sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common | ||
| 37 | } | ||
| 38 | |||
