webosose/meta-webosose

iotivity wont get compile in RELEASE=0

satharasidinesh opened this issue · 2 comments

https://github.com/webosose/meta-webosose/blob/7c8e550398dd3ef7ab26f59023ede177f6f9830c/meta-webos/recipes-core/iotivity/iotivity_1.2.1.bb

in iotivity bb all files are copying into release which wont work in case of RELEASE=0

ex:copy_file ${S}/out/yocto/${IOTIVITY_TARGET_ARCH}/release/libconnectivity_abstraction.a ${D}${libdir}

should replace with variable which varies based on RELEASE=0

chbae commented

We will check it soon. Thanks for your report.

chbae commented

@seokhee-lee please check this issue.