diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-24 14:37:58 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-11-05 13:54:26 -0400 |
| commit | 3a11c4bd18a79d7fcb62bf78db5e589e38a68e4e (patch) | |
| tree | df204429368c7905882d0cc42ba7cf8e94be987f | |
| parent | ec2fa6cd4758e0909398b1e0cc38e230cde7d172 (diff) | |
| download | meta-openembedded-3a11c4bd18a79d7fcb62bf78db5e589e38a68e4e.tar.gz | |
sanlock: upgrade 3.8.4 -> 3.8.5
setuptools.patch
removed since it's included in 3.8.5.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cc532b9d4e0394f442cc3e3b6c7f65858a551a3c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/sanlock/sanlock/setuptools.patch | 18 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb (renamed from meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb) | 3 |
2 files changed, 1 insertions, 20 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock/setuptools.patch b/meta-oe/recipes-extended/sanlock/sanlock/setuptools.patch deleted file mode 100644 index c375e10f75..0000000000 --- a/meta-oe/recipes-extended/sanlock/sanlock/setuptools.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Switch to setuptools as distutils is deprecated. | ||
| 2 | |||
| 3 | Upstream-Status: Backport [https://pagure.io/sanlock/c/75758fc10db2354dda397d3aba63c7b72a420982] | ||
| 4 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
| 5 | |||
| 6 | diff --git a/python/setup.py b/python/setup.py | ||
| 7 | index b3bfaf1..dfbaf21 100644 | ||
| 8 | --- a/python/setup.py | ||
| 9 | +++ b/python/setup.py | ||
| 10 | @@ -4,7 +4,7 @@ | ||
| 11 | # modify, copy, or redistribute it subject to the terms and conditions | ||
| 12 | # of the GNU General Public License v.2. | ||
| 13 | |||
| 14 | -from distutils.core import setup, Extension | ||
| 15 | +from setuptools import setup, Extension | ||
| 16 | |||
| 17 | sanlocklib = ['sanlock'] | ||
| 18 | sanlock = Extension(name='sanlock', | ||
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb index 3b4ae318c6..c2a17d06b9 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb | |||
| @@ -15,10 +15,9 @@ PV .= "+git${SRCPV}" | |||
| 15 | 15 | ||
| 16 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ | 16 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ |
| 17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ | 17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch \ |
| 18 | file://setuptools.patch \ | ||
| 19 | file://0001-add-missing-system-header-string.h.patch \ | 18 | file://0001-add-missing-system-header-string.h.patch \ |
| 20 | " | 19 | " |
| 21 | SRCREV = "a181e951376d49a82eef17920c8ebedec80b4823" | 20 | SRCREV = "b820c63093c4ae85d7da4f719cf3026d7fca5d09" |
| 22 | 21 | ||
| 23 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 24 | 23 | ||
