summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@ted.(none)>2009-01-18 13:07:33 +0000
committerRichard Purdie <richard@ted.(none)>2009-01-18 13:07:33 +0000
commit0e7c8367e544a2b4a67bcfc5b63b0b6e27f72187 (patch)
tree48f394f356d5fc82ccfba4321ecf96d70a01290a /meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc
parentcd9ad548485f10b5d7e94da621263c1b3f30b2d2 (diff)
downloadpoky-0e7c8367e544a2b4a67bcfc5b63b0b6e27f72187.tar.gz
meta-moblin: Convert from recipes to use the autotools_stage class
Diffstat (limited to 'meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc')
-rw-r--r--meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc b/meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc
index d31e97a0e2..5a10ecf994 100644
--- a/meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc
+++ b/meta-moblin/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/