classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools

This commit is contained in:
Richard Purdie
2008-12-27 01:13:47 +00:00
parent e380b48602
commit fcb1791f55
43 changed files with 46 additions and 213 deletions

View File

@@ -13,14 +13,10 @@ S = "${WORKDIR}/xpext-1.0"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
inherit autotools pkgconfig
inherit autotools_stage pkgconfig
do_configure_prepend () {
cd ${S}
chmod +x ./autogen.sh
./autogen.sh
}
do_stage() {
autotools_stage_all
}

View File

@@ -1,15 +1,12 @@
PR = "r1"
LICENSE= "MIT"
DESCRIPTION = "X Server Nokia 770 extensions library"
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE= "MIT"
DEPENDS = "virtual/libx11 libxext xpext"
PR = "r1"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz"
S = "${WORKDIR}/Xsp"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
inherit autotools_stage pkgconfig