mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
This commit is contained in:
@@ -23,7 +23,7 @@ EXTRA_OECONF = " \
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
inherit autotools_stage pkgconfig update-rc.d
|
||||
|
||||
INITSCRIPT_NAME = "NetworkManager"
|
||||
INITSCRIPT_PARAMS = "defaults 22"
|
||||
@@ -37,10 +37,6 @@ do_install_append () {
|
||||
rmdir ${D}/var/run
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
if [ "x$D" != "x" ]; then
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user