meta-moblin: Convert from recipes to use the autotools_stage class

This commit is contained in:
Richard Purdie
2009-01-18 13:07:33 +00:00
parent cd9ad54848
commit 0e7c8367e5
12 changed files with 11 additions and 58 deletions

View File

@@ -7,8 +7,4 @@ XORG_PN = "${PN}"
SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
inherit autotools_stage pkgconfig