diff options
-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 | } | ||