summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/editorconfig
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:55:37 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:50 -0700
commit7abdc12f564a6b621bbbaf5506b9b69e32f093e4 (patch)
tree71db18230c3e70deacbbbac12eb4aaa30652b009 /meta-oe/recipes-devtools/editorconfig
parentf569ed2365eb3edb728b81ed3f76892694d19cc0 (diff)
downloadmeta-openembedded-7abdc12f564a6b621bbbaf5506b9b69e32f093e4.tar.gz
editorconfig-core-c: upgrade 0.12.7 -> 0.12.9
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/editorconfig')
-rw-r--r--meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb (renamed from meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
7SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10SRCREV = "fd8cf1e94ecf4e6e4493833f96140cf9bd17578e" 10SRCREV = "e082c947e7f7b14240195d55c060a6e1eda1b0a1"
11 11
12inherit cmake 12inherit cmake
13 13