1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +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 -6
View File
@@ -5,15 +5,10 @@ DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
SRC_URI = "http://www.opensync.org/download/releases/0.22/libopensync-0.22.tar.bz2"
inherit autotools pkgconfig lib_package
inherit autotools_stage pkgconfig lib_package
EXTRA_OECONF = "--disable-python"
LEAD_SONAME = "libopensync.so"
FILES_${PN} += " ${libdir}/opensync/formats/*.so"
FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so"
do_stage() {
autotools_stage_all
}