Skip to content

Commit

Permalink
os-release: Fix taskhash mismatch under sstate
Browse files Browse the repository at this point in the history
When running with the sstate enabled, we get an error like:

    ERROR: os-release-1.0-r0 do_compile: Taskhash mismatch
    f701250f9d5eb01c0164fed0746f9720 verses 8ce6327369d840e58ac59a411d713495
    for .../os-release.bb.do_compile

Remove a few variables from the vardeps to resolve this.

Change-Id: I287535744dd1e671fe411e27474661fbb467bb78
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
  • Loading branch information
williamspatrick committed Aug 10, 2016
1 parent c1031d0 commit 3406e4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,4 +20,4 @@ python() {

OS_RELEASE_FIELDS_append = " BUILD_ID"
do_compile[nostamp] = "1"
do_compile_remove[vardeps] = "BUILD_ID"
do_compile_remove[vardeps] = "BUILD_ID VERSION VERSION_ID"

0 comments on commit 3406e4a

Please sign in to comment.