]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
sstate: Ensure populate_lic dependencies are not followed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Dec 2015 22:49:38 +0000 (22:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Dec 2015 15:16:04 +0000 (15:16 +0000)
commit06c891f0fa6c7712eae233dd18612f1ab1889c45
tree3dc2058403c3a5461753f76e8d2146674a65916e
parent31bc0a46a97d7dc98568a218c077c31d8b11dbd9
sstate: Ensure populate_lic dependencies are not followed

It was observed that do_fetch dependencies (e.g. subversion-native of tremor)
were being installed even when sstate was available and hence no fetch was
needed. This turned out to be due to the recursive nature of the rootfs
dependencies which include populate_lic.

We can explicitly whitelist these dependencies as being ones we don't
need to follow when installing sstate (the code defaults to being paranoid).

[YOCTO #8746]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass