diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-26 19:02:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:04 +0000 |
commit | e380b48602db316c7d12d328192eadc52e5be861 (patch) | |
tree | 78d1c6d7742c79216b01fb0b739adea44c85dc51 /meta/packages/xorg-xserver | |
parent | f9f549d06fd787f93c9c0af607683d0521fcd827 (diff) | |
download | poky-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.inc | 6 |
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 | ||
17 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 17 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools_stage pkgconfig |
20 | 20 | ||
21 | PACKAGES =+ "${PN}-utils" | 21 | PACKAGES =+ "${PN}-utils" |
22 | 22 | ||
@@ -33,10 +33,6 @@ CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf" | |||
33 | 33 | ||
34 | SRC_URI += "file://macro_tweak.patch;patch=1" | 34 | SRC_URI += "file://macro_tweak.patch;patch=1" |
35 | 35 | ||
36 | do_stage() { | ||
37 | autotools_stage_all | ||
38 | } | ||
39 | |||
40 | do_install_append () { | 36 | do_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/ |