boost-dependency and generated pkg-config #12832
Unanswered
MartinSchwarzbauer
asked this question in
Q&A
Replies: 1 comment
-
Any comments? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi *!
We are using a boost dependency:
boost_dep = dependency('boost', modules: ['system', 'serialization', 'atomic', 'filesystem', 'thread'], required : true)
When generating a static library we use this dependency:
Everything works fine ... but the generated pkg-config confuses use:
Why is the path absolute to all the single boost-modules? I expected.
This triggers a warning in yocto build too! How can i avoid this?
my_lib-1.0-r0 do_package_qa: QA Issue: File /usr/lib/pkgconfig/libmy_lib.pc in package my_lib-dev contains reference to TMPDIR [buildpaths]
Beta Was this translation helpful? Give feedback.
All reactions