]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Add LICENSE_PATH to sstate whitelist
authorKhem Raj <raj.khem@gmail.com>
Sun, 17 Mar 2013 08:04:28 +0000 (01:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Mar 2013 09:14:32 +0000 (09:14 +0000)
commit1dab754cb1ec942f86a7cf9758e6b5169e50bff3
tree5cbf33ae14da552138214d6d86239d864e7a381e
parent6093fe2694ac5300feaa38fe2eb898ea843f92ee
bitbake.conf: Add LICENSE_PATH to sstate whitelist

some layers e.g. meta-intel are defining LICENSE_PATH in layer.conf like
LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
This causes the target packages to invalidate the siginfo and casues
rebuild for all packages.

Thanks bitbake-diffsigs, it shows

basehash changed from c27b55ea6980262fab370e539ba8bcd7 to
37962b22ebd6194e9537bc4f85819323
Variable LICENSE_PATH value changed from '
/builds2/poky/meta-intel/common/custom-licenses' to '
/b/kraj/jlinux-next/poky/meta-intel/common/custom-licenses'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf