1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

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
+1 -5
View File
@@ -15,14 +15,10 @@ SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
SRC_URI_append_mnci += " file://devfs.patch;patch=1"
SRC_URI_append_mnci += " file://event1.patch;patch=1"
inherit autotools pkgconfig
inherit autotools_stage pkgconfig
EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00"
do_stage() {
autotools_stage_all
}
do_install_prepend() {
install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
}