diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 11:37:08 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:35 +0100 |
commit | 1b0f81827c18d5676a7ce8a26375951293fb6306 (patch) | |
tree | 0500c56e8f38967f8948a66f487c36d11f49dbb1 /meta-oe/recipes-support/opensync | |
parent | a4415f89e533a59ba358f8575d56216d3650e59e (diff) | |
download | meta-openembedded-1b0f81827c18d5676a7ce8a26375951293fb6306.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/opensync')
-rw-r--r-- | meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb index bca305fc8..c66e6dc2f 100644 --- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb +++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | |||
@@ -15,17 +15,7 @@ S = "${WORKDIR}/libwbxml-${PV}" | |||
15 | 15 | ||
16 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
17 | 17 | ||
18 | EXTRA_OECMAKE += " . -B${WORKDIR}/build " | ||
19 | |||
20 | PACKAGES += "${PN}-tools" | 18 | PACKAGES += "${PN}-tools" |
21 | 19 | ||
22 | FILES_${PN}-tools = "${bindir}" | 20 | FILES_${PN}-tools = "${bindir}" |
23 | FILES_${PN} = "${libdir}/*.so.*" | 21 | FILES_${PN} = "${libdir}/*.so.*" |
24 | |||
25 | do_build_prepend() { | ||
26 | cd ${WORKDIR}/build | ||
27 | } | ||
28 | |||
29 | do_install_prepend() { | ||
30 | cd ${WORKDIR}/build | ||
31 | } | ||