diff options
Diffstat (limited to 'meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc')
-rw-r--r-- | meta-moblin/packages/xorg-xserver/xserver-xf86-common.inc | 6 |
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 | ||
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/ |