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 23:10:26 +0000 (23:10 +0000)
commit00a33c7bc84cc030eaea40ac17d33ceeb5493984
treea1ef5c4410740c06bcae3317906118bf817c67be
parent091f15b7970e984b8ff81f6c10177d0713e6361d
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'

(From OE-Core rev: 1dab754cb1ec942f86a7cf9758e6b5169e50bff3)

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