]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
sstate.bbclass: remove dependencies of SSTATE_EXTRAPATHWILDCARD rbt/sstate
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 16 Jan 2019 03:47:01 +0000 (11:47 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 16 Jan 2019 06:25:11 +0000 (14:25 +0800)
commita17e2d2723b483a94527fb5cd7533b85d850f2a5
tree8ed4784098af7d7db98cf28b20a7a6593389225f
parentfa7020c040189ae904625b5c60c8a7e79dc1145e
sstate.bbclass: remove dependencies of SSTATE_EXTRAPATHWILDCARD

There might be do_cleansstate errors sometimes:
ERROR: When reparsing
/path/to/meta/recipes-devtools/quilt/quilt-native_0.65.bb.do_cleansstate,
the basehash value changed from
b4dbcb956a32ed4c3f58b7971717907bfc03bb21f3b140fa97f7765ee695f4d0 to
c8307418a671686349b73efbd51c5c82c897a88707a759ddb22fd95baa5df2ba. The metadata
is not deterministic and this needs to be fixed.

The stable reproducer is:
- Initial a fresh build, this is a must, otherwise we may can't reproduce it
  $ . oe-init-build-env build
  $ bitbake quilt-native -ccleansstate

This is because uninative.bbclass resets NATIVELSBSTRING from distro (e.g.,
ubuntu) to universal, remove dependencies of SSTATE_EXTRAPATHWILDCARD as
SSTATE_EXTRAPATH did can fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/sstate.bbclass