diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-21 13:50:44 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:52:26 -0800 |
| commit | 80d4d7538a85123603eea3d87542c1c0433febb7 (patch) | |
| tree | 80f40a150ceb299bdeed6feed8dfd54d2d3a4aa5 /meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb | |
| parent | 8de5a24311ae8b3b5042996b4271c4f713f15082 (diff) | |
| download | meta-openembedded-80d4d7538a85123603eea3d87542c1c0433febb7.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>
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.bb | 4 |
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 8e411e4969..bf7eaf4111 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" | |||
| 11 | LICENSE = "LGPLv2+ & GPLv2 & GPLv2+" | 11 | LICENSE = "LGPLv2+ & GPLv2 & GPLv2+" |
| 12 | LIC_FILES_CHKSUM = "file://README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb22" | 12 | LIC_FILES_CHKSUM = "file://README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb22" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http" | 14 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http \ |
| 15 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ | ||
| 16 | " | ||
| 15 | SRCREV = "7afe0e66f5c7f24894896fad20ffa6f39733d80f" | 17 | SRCREV = "7afe0e66f5c7f24894896fad20ffa6f39733d80f" |
| 16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 17 | 19 | ||
