mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user