webosose / meta-webosose

Yocto layer for webOS
GNU General Public License v2.0
109 stars 42 forks source link

iotivity wont get compile in RELEASE=0 #4

Open satharasidinesh opened 6 years ago

satharasidinesh commented 6 years ago

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 6 years ago

We will check it soon. Thanks for your report.

chbae commented 6 years ago

@seokhee-lee please check this issue.