diff mbox series

[meta-oe,02/36] c-periphery: upgrade 2.4.2 -> 2.4.3

Message ID 1741683310-8681-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/36] asyncmqtt: upgrade 10.0.0 -> 10.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 11, 2025, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:Coyright year updated to 2025

Changelog:
============
* Fix memory safety with some older 'strerror_r()' implementations in error
  formatters for all modules.
* Build
    * Fix character device GPIO support tests in Makefile for alternate
      shells and older versions of make.
    * Fix cross-compilation in Makefile from Windows.
    * Fix CMake minimum required version.
    * Add CMake package generation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{c-periphery_2.4.2.bb => c-periphery_2.4.3.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/c-periphery/{c-periphery_2.4.2.bb => c-periphery_2.4.3.bb} (78%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
similarity index 78%
rename from meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb
rename to meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
index 8e38517448..f512111d66 100644
--- a/meta-oe/recipes-support/c-periphery/c-periphery_2.4.2.bb
+++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb
@@ -6,10 +6,10 @@  HOMEPAGE = "https://github.com/vsergeev/c-periphery"
 SECTION = "libs"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=be30d45bdc453f70a494c149c2168289"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e88456d0a60de4c71ff4d787c212f253"
 
 SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master"
-SRCREV = "91f9678d2a35a3af3c633f20165bdde8bea32209"
+SRCREV = "911e989fe41eb90c7df274cb54555346caf2a632"
 
 S = "${WORKDIR}/git"