diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:55:37 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:50 -0700 |
| commit | 7abdc12f564a6b621bbbaf5506b9b69e32f093e4 (patch) | |
| tree | 71db18230c3e70deacbbbac12eb4aaa30652b009 | |
| parent | f569ed2365eb3edb728b81ed3f76892694d19cc0 (diff) | |
| download | meta-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>
| -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 2c594d229e..b567f11f5c 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" | |||
| 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | SRCREV = "fd8cf1e94ecf4e6e4493833f96140cf9bd17578e" | 10 | SRCREV = "e082c947e7f7b14240195d55c060a6e1eda1b0a1" |
| 11 | 11 | ||
| 12 | inherit cmake | 12 | inherit cmake |
| 13 | 13 | ||
