diff options
Diffstat (limited to 'meta/packages/xorg-proto/xorg-proto-common.inc')
-rw-r--r-- | meta/packages/xorg-proto/xorg-proto-common.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/xorg-proto/xorg-proto-common.inc b/meta/packages/xorg-proto/xorg-proto-common.inc index c7188a766a..e70afd02bf 100644 --- a/meta/packages/xorg-proto/xorg-proto-common.inc +++ b/meta/packages/xorg-proto/xorg-proto-common.inc | |||
@@ -9,12 +9,8 @@ SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools_stage pkgconfig |
13 | 13 | ||
14 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 14 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
15 | RDEPENDS_${PN}-dev = "" | 15 | RDEPENDS_${PN}-dev = "" |
16 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" | 16 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" |
17 | |||
18 | do_stage() { | ||
19 | autotools_stage_all | ||
20 | } | ||