mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
wmxml2: don't do out-of-tree builds manually
cmake.bbclass as of oe-core 783fb88 defaults to out-of-tree builds. Use that functionality instead of passing arguments to EXTRA_OECMAKE and _prepends. Signed-off-by: Ross Burton <ross.burton@intel.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a4415f89e5
commit
1b0f81827c
@@ -15,17 +15,7 @@ S = "${WORKDIR}/libwbxml-${PV}"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE += " . -B${WORKDIR}/build "
|
||||
|
||||
PACKAGES += "${PN}-tools"
|
||||
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
do_build_prepend() {
|
||||
cd ${WORKDIR}/build
|
||||
}
|
||||
|
||||
do_install_prepend() {
|
||||
cd ${WORKDIR}/build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user