diff mbox series

[meta-oe,04/57] editorconfig-core-c: upgrade 0.12.7 -> 0.12.9

Message ID 1719305790-11484-4-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/57] cryptsetup: upgrade 2.7.2 -> 2.7.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 25, 2024, 8:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- lib/ec_glob: Fix potentially uninitialized variable warning.
- Bump CMake requirement to 3.16.3
- lib/ec_glob: plug leak of nums utarray
- Clarify the steps of building from source.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...torconfig-core-c_0.12.7.bb => editorconfig-core-c_0.12.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/editorconfig/{editorconfig-core-c_0.12.7.bb => editorconfig-core-c_0.12.9.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb
similarity index 91%
rename from meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb
rename to meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb
index 2c594d229..b567f11f5 100644
--- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb
+++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=38f617473e9f7373b5e79baf437accf8"
 SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-SRCREV = "fd8cf1e94ecf4e6e4493833f96140cf9bd17578e"
+SRCREV = "e082c947e7f7b14240195d55c060a6e1eda1b0a1"
 
 inherit cmake