diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:25:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:35 -0800 |
| commit | 12441b57393aeb9ec0ceb58486792f80a2dae36f (patch) | |
| tree | 8ed1082cc0711572e08b0cc7355f26e5653e61b0 /meta-oe/recipes-extended/sanlock | |
| parent | e91fa668ed1dd4a3f6b06bcb099f70dbdd2a50b4 (diff) | |
| download | meta-openembedded-12441b57393aeb9ec0ceb58486792f80a2dae36f.tar.gz | |
sanlock: upgrade 3.8.5 -> 3.9.0
Changelog:
============
-sanlock: replace strncat for creating debug output
-sanlock: reduce warnings
-sanlock: fix direct_next_free missing init
-sanlock: use product_uuid for host name
-sanlock: add comment with timeout example
-sanlock: skip short delay in delta lease reacquire
-README.dev: update userstorage doc
-userstorage: replace by PyPI userstorage
-tox.ini: add py310 to environments
-README.dev: update prerequisites
-wdmd: close watchdog when not used
-watchdog timeout configuration
-Add python3-setuptools build requirement
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sanlock')
| -rw-r--r-- | meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb (renamed from meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb index 962d19574c..fa1c6c7ecd 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.5.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.9.0.bb | |||
| @@ -17,7 +17,7 @@ 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://0001-add-missing-system-header-string.h.patch \ | 18 | file://0001-add-missing-system-header-string.h.patch \ |
| 19 | " | 19 | " |
| 20 | SRCREV = "b820c63093c4ae85d7da4f719cf3026d7fca5d09" | 20 | SRCREV = "23766f9119b7c06b463110aeb9b969a742f0fe23" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
