summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sanlock/sanlock_3.8.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-15 13:30:34 -0700
commit9e60d30669a2ad0598e9abf0cd15ee06b523986b (patch)
tree4893fd462f5c237c8a778abc8d1121f47d1221bd /meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
parent60d819329833d5efaabf131bf4b15c2f1316b484 (diff)
downloadmeta-openembedded-9e60d30669a2ad0598e9abf0cd15ee06b523986b.tar.gz
sanlock: Replace cp -a with cp -R --no-dereference
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>
Diffstat (limited to 'meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb')
-rw-r--r--meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
index 9f7ce9c57..850690fe9 100644
--- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
+++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb
@@ -11,7 +11,9 @@ SECTION = "utils"
11LICENSE = "LGPLv2+ & GPLv2 & GPLv2+" 11LICENSE = "LGPLv2+ & GPLv2 & GPLv2+"
12LIC_FILES_CHKSUM = "file://README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb22" 12LIC_FILES_CHKSUM = "file://README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb22"
13 13
14SRC_URI = "git://pagure.io/sanlock.git;protocol=http" 14SRC_URI = "git://pagure.io/sanlock.git;protocol=http \
15 file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \
16 "
15SRCREV = "7afe0e66f5c7f24894896fad20ffa6f39733d80f" 17SRCREV = "7afe0e66f5c7f24894896fad20ffa6f39733d80f"
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
17 19