aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-21 13:50:44 -0800
committerArmin Kuster <akuster808@gmail.com>2020-03-21 12:18:38 -0700
commit0706b300de7ed57939a374dc443ac3eba2410088 (patch)
tree7543f87383e59c942b78b062fb2cd480a097b36e /meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb
parent8cbbfa9c5c94308ab8aad74e36aae1cf5802ab15 (diff)
downloadmeta-openembedded-contrib-0706b300de7ed57939a374dc443ac3eba2410088.tar.gz
sanlock: Replace cp -a with cp -R --no-dereferencestable/warrior-nut
helps to stop leaking builder's UID into sstate cache Fixes Exception: KeyError: 'getpwuid(): uid not found: 6000' Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 80d4d7538a85123603eea3d87542c1c0433febb7) [ak: fixes build issue Exception: KeyError: 'getpwuid(): uid not found: 1000'] Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 9e60d30669a2ad0598e9abf0cd15ee06b523986b) [AK: fix for warrior context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb')
-rw-r--r--meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb
index c51bccce3b..b9857613c6 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.6.0.bb
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb22"
SRC_URI = "git://pagure.io/sanlock.git;protocol=http \
file://0001-fix-compile-failure-with-libc-musl.patch \
+ file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \
"
SRCREV = "90b2ffa77edd46bea007b7bb39bfd4d2db2ff7af"
S = "${WORKDIR}/git"