summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-26 19:02:44 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:04 +0000
commite380b48602db316c7d12d328192eadc52e5be861 (patch)
tree78d1c6d7742c79216b01fb0b739adea44c85dc51 /meta/packages/xorg-xserver
parentf9f549d06fd787f93c9c0af607683d0521fcd827 (diff)
downloadpoky-e380b48602db316c7d12d328192eadc52e5be861.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-common.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-common.inc b/meta/packages/xorg-xserver/xserver-xf86-common.inc
index d31e97a0e2..5a10ecf994 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-common.inc
+++ b/meta/packages/xorg-xserver/xserver-xf86-common.inc
@@ -16,7 +16,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2 \
16 16
17S = "${WORKDIR}/${XORG_PN}-${PV}" 17S = "${WORKDIR}/${XORG_PN}-${PV}"
18 18
19inherit autotools pkgconfig 19inherit autotools_stage pkgconfig
20 20
21PACKAGES =+ "${PN}-utils" 21PACKAGES =+ "${PN}-utils"
22 22
@@ -33,10 +33,6 @@ CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
33 33
34SRC_URI += "file://macro_tweak.patch;patch=1" 34SRC_URI += "file://macro_tweak.patch;patch=1"
35 35
36do_stage() {
37 autotools_stage_all
38}
39
40do_install_append () { 36do_install_append () {
41 install -d ${D}/${sysconfdir}/X11 37 install -d ${D}/${sysconfdir}/X11
42 install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/ 38 install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/