summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-13 14:56:24 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-13 00:55:16 -0800
commit1f2825ed40b2a943b8397eac15beb84bb7e50e51 (patch)
treed1767abdcd8a22898f2dbf35440493f5d93aeddf /meta-oe/recipes-devtools
parentbcd1291baff8902d026fc208f8a7df370e8979ae (diff)
downloadmeta-openembedded-1f2825ed40b2a943b8397eac15beb84bb7e50e51.tar.gz
editorconfig-core-c: upgrade 0.12.5 -> 0.12.6
Changelog: ========= Fix potential buffer overflow in ec_glob (#87) Add simple installation steps for Fedora (#79) Update property key, value length limits per spec change (16d1d92) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb (renamed from meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
index da5c07ff2..1facb352c 100644
--- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb
+++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca"
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 = "f6b0ca395149b5a2fbd56a488cae30306a58170f" 10SRCREV = "b7837029494c03af5ea70ed9d265e8c2123bff53"
11 11
12inherit cmake 12inherit cmake
13 13