serial: Fix empty package and use shared lib instead of static lib.#809
serial: Fix empty package and use shared lib instead of static lib.#809wesleyel wants to merge 3 commits intoopenembedded:masterfrom
Conversation
kraj
left a comment
There was a problem hiding this comment.
Can you submit this patch upstream ? and also set Upstream-Status in the patch accordingly.
|
@kraj Thanks for your reminder. I have appended Upstream-Status label. I noticed that the maintainer of the |
|
Sorry. I have not test Can you give me some hint for fix I noticed that we have https://github.com/wjwwood/serial/blob/main/tests/CMakeLists.txt |
Enable ptest via adding it to
then try building it again. |
|
fixed with 224eb26 |
|
Thanks! |
The older recipe of serial built a static lib
libserial.a.Which was contained in
FILES_${PN}-devandFILES_${PN}is empty.This will make bitbake unhapply and raise
Nothing provides serial needed by other-recipeproblem.To fix it we need add CMake
set_target_propertiesfunction.see also: