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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user