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:
Ross Burton
2014-01-15 11:37:08 +00:00
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
}