summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb10
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
16inherit cmake pkgconfig 16inherit cmake pkgconfig
17 17
18EXTRA_OECMAKE += " . -B${WORKDIR}/build "
19
20PACKAGES += "${PN}-tools" 18PACKAGES += "${PN}-tools"
21 19
22FILES_${PN}-tools = "${bindir}" 20FILES_${PN}-tools = "${bindir}"
23FILES_${PN} = "${libdir}/*.so.*" 21FILES_${PN} = "${libdir}/*.so.*"
24
25do_build_prepend() {
26 cd ${WORKDIR}/build
27}
28
29do_install_prepend() {
30 cd ${WORKDIR}/build
31}