diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-12 17:56:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:57:33 +0200 |
commit | 0dbf4e876d3bc086a05f762894a8878b64d3c5d2 (patch) | |
tree | 71d575596953f152a0ece45aeb5e555426b5b9c9 /meta-oe/recipes-devtools/autoconf-archive | |
parent | 1cbd1bc195017312ba8cf670b340f61a2ac6207b (diff) | |
download | meta-openembedded-0dbf4e876d3bc086a05f762894a8878b64d3c5d2.tar.gz |
librcf: RDEPENDS on protobuf, json-spirit
librcf only refers some functions defined in protobuf and json-spirit
headers, but does not link to any protobuf or json-spirit libraries,
so technically librcf does not have runtime dependencies on protobuf
or json-spirit. But we still need set it, or else we are missing
do_package* task dependencies between them, hence will lead
protobuf-dev and json-spirit-dev would not be installed during SDK
populating, when building from sstate(do_package* dependencies
skipped by setscene_depvalid optimization).
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/autoconf-archive')
0 files changed, 0 insertions, 0 deletions