derived-coder

Results 20 comments of derived-coder

@SSE4 Thank you very much for this summary! And you brought up another good comment: > therefore, our default includedirs/libdirs wouldn't work out of the box if you tweak prefix/destdir....

Why is this not merged? @neverpanic Can you also provide a fix for: https://github.com/GENIVI/vsomeip ?

@neverpanic Thanks. I guess all genivi projects don't use modern cmake atm. Here I saw there is no PR open from you: https://github.com/GENIVI/dlt-daemon Or do you have also one?

Is there a fully documented example from start? Would be nice to see it in the main readme.

@rddesmond Any update on this issue? Is the error also reproducible without conan?

I have some links to share: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition I think this is a "feature" of gcc However, I do not really understand why they did this: > Under the...

One possible solution for the problem Add this to your cmake target: ``` # The LD linker complains even about missing link of transitive dependencies, # altough they are private...

@neverpanic The dlt-daemon should use modern cmake too, so we got the transitive dependency here. Only linking against `CommonAPI` and automatically linking against dlt-daemon. Do you have a patch for...

> My understanding is that this layer just grabs some binaries from somewhere and adds them magically to some yocto project/oe build. > Right? No, when you want you can...

You are right is it not enabled by default. You need to add here: https://github.com/conan-io/meta-conan/blob/master/classes/conan.bbclass#L71 the build policy `--build` needs to be added. See also: https://docs.conan.io/en/latest/mastering/policies.html Did you already checked...