summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-15 21:55:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 13:21:46 +0100
commit692b2046bb60806ee6bbde6ba15bd1637b00efb1 (patch)
treed4e4ae5d76e48d1803a4c21a5969802ff1f8a953 /meta/recipes-extended
parenta10bf92516a4771e2dc49ba9f74323d7a87a1619 (diff)
downloadopenembedded-core-692b2046bb60806ee6bbde6ba15bd1637b00efb1.tar.gz
package: Fix race between do_package and do_packagedata
do_package has PKGDESTWORK as a cleandir and do_packagedata has it as an sstate-input dir. This means do_package wipes out the directory at both do_package and do_package_setscene. do_package_setscene and do_packagedata_setscene can run in parallel when installing from sstate which means they can wipe out parts of each other leading to interesting build failures. We therefore have to add in a hardlink copy so that the directories can work independently of each other. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions