diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:20:48 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | b8834f1a3921262d44d39f66324906b2e4447f14 (patch) | |
tree | 958bbb98bb2a7033830ba1c18e24ddb47f3bd545 | |
parent | da2c59c7b51f8fa642aa599f6198661e6046bfd8 (diff) | |
download | meta-openembedded-b8834f1a3921262d44d39f66324906b2e4447f14.tar.gz |
libcoap: upgrade 4.3.3 -> 4.3.4
Changelog:
===========
* Clean up use of tags.
* Support for MacOS with Contiki-NG builds.
* Support for Windows with OpenSSL 3.x builds.
* Reported bugs fixed.
* Documentation updated.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b71cd660fc9083bdfc863f4fd940fa16dc0cba3f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb (renamed from meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb index 6e5bc07c59..20bdbee252 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.3.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1978dbc41673ab1c20e64b287c8317bc" | |||
10 | SRC_URI = "git://github.com/obgm/libcoap.git;branch=main;protocol=https \ | 10 | SRC_URI = "git://github.com/obgm/libcoap.git;branch=main;protocol=https \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | SRCREV = "9cde7cdee171e3f47486c6e70d479fdf49f3d2d6" | 13 | SRCREV = "5fd2f89ef068214130e5d60b7087ef48711fa615" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||