summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-04-11 13:14:59 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-13 10:50:16 +0200
commitbc0243c2a27fed94d32b407ee476c73271d05afe (patch)
tree12df4db611e5843c30891185983696b5d4ec81d7 /meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
parent189f61dc4693470d0bfd0ac2a71d11d94e9dfeb7 (diff)
downloadmeta-openembedded-bc0243c2a27fed94d32b407ee476c73271d05afe.tar.gz
xserver-common: use git patches and add functions file
* otherwise we were depending on initscripts to provide it without RDEPENDing on it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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.bb29
1 files changed, 13 insertions, 16 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
index 4f99a9050..b0823bf61 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5PR = "r5" 5PR = "r6"
6 6
7# we are using a gpe-style Makefile 7# we are using a gpe-style Makefile
8inherit gpe 8inherit gpe
@@ -11,24 +11,21 @@ SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14"
11SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" 11SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210"
12 12
13SRC_URI_append = " \ 13SRC_URI_append = " \
14 file://gplv2-license.patch \ 14 file://0001-COPYING-add-GPLv2-license-file.patch \
15 file://setDPI.sh \ 15 file://0002-add-setdpi-Xinit.d-script.patch \
16 file://89xdgautostart.sh \ 16 file://0003-add-89xdgautostart-Xsession.d-script.patch \
17 file://89xTs_Calibrate.xinput_calibrator.patch \ 17 file://0004-add-Ts_Calibrate_xinput_calibrator-Xsession.d-script.patch \
18 file://90xXWindowManager.patch \ 18 file://0005-add-XWindowManager-Xsession.d-script.patch \
19 file://Xserver.add.xserver-system.patch \ 19 file://0006-add-support-for-etc-X11-xserver-system.patch \
20 file://Xserver.add.nocursor.for.gta.patch \ 20 file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \
21 file://Xserver.add.dpi.for.gta.patch \ 21 file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \
22 file://Xserver.n900.patch \ 22 file://0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch \
23 file://Xserver.nexuss.patch \ 23 file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \
24 file://Xserver.nexusone.patch \ 24 file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \
25 file://Xserver.gta04.patch \ 25 file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \
26" 26"
27 27
28
29do_install_append() { 28do_install_append() {
30 install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
31 install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"
32 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common 29 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common
33} 30}
34 31