summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-21 12:08:35 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-21 12:10:27 +0200
commit09c8584833c91d64975c042696d1c204a883e6d8 (patch)
tree70055326aad03b77a0b52770b629e7e35d397794
parent2a9e3855e866da3cdcaac3c31720672bfafbe236 (diff)
downloadmeta-openembedded-09c8584833c91d64975c042696d1c204a883e6d8.tar.gz
xserver-common 1.34: make it work with xserver-nodm-init
* Move SHR patches to main SRC_URI, they are generic and good enough for everyone * Start x-window-manager * Run through oe-stylize * Remove duplicated LICENSE * Add reconflicts with x11-common as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb38
1 files changed, 19 insertions, 19 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 b994dfb4e6..0d59ab7dae 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
@@ -1,14 +1,8 @@
1DESCRIPTION = "Common X11 scripts and support files" 1DESCRIPTION = "Common X11 scripts and support files"
2LICENSE = "GPL"
3LICENSE = "GPLv2" 2LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset"
6PR = "r1"
7 4
8PACKAGE_ARCH = "all" 5PR = "r2"
9
10RCONFLICTS_${PN} = "xserver-kdrive-common"
11RREPLACES_${PN} = "xserver-kdrive-common"
12 6
13# we are using a gpe-style Makefile 7# we are using a gpe-style Makefile
14inherit gpe 8inherit gpe
@@ -19,20 +13,26 @@ SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166c
19SRC_URI_append = " \ 13SRC_URI_append = " \
20 file://gplv2-license.patch \ 14 file://gplv2-license.patch \
21 file://setDPI.sh \ 15 file://setDPI.sh \
22 file://89xdgautostart.sh" 16 file://89xdgautostart.sh \
17 file://89xTs_Calibrate.xinput_calibrator.patch \
18 file://90xXWindowManager.patch \
19 file://Xserver.add.xserver-system.patch \
20 file://Xserver.add.nocursor.for.gta.patch \
21 file://Xserver.add.dpi.for.gta.patch \
22 file://Xserver.n900.patch \
23"
23 24
24RDEPENDS_${PN}_append_shr = " xinput-calibrator "
25
26SRC_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 25
33do_install_append() { 26do_install_append() {
34 install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" 27 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" 28 install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"
36 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common 29 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common
37} 30}
38 31
32PACKAGE_ARCH = "all"
33
34RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator"
35
36RCONFLICTS_${PN} = "xserver-kdrive-common x11-common"
37RREPLACES_${PN} = "xserver-kdrive-common x11-common"
38