From 7abdc12f564a6b621bbbaf5506b9b69e32f093e4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:55:37 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../editorconfig/editorconfig-core-c_0.12.7.bb | 18 ------------------ .../editorconfig/editorconfig-core-c_0.12.9.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb create mode 100644 meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb 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.7.bb deleted file mode 100644 index 2c594d229e..0000000000 --- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs." -HOMEPAGE = "https://https://editorconfig.org" -SECTION = "libs" -LICENSE = "BSD-2-Clause" -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" - -inherit cmake - -DEPENDS = "pcre2" - -do_install:append() { - sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/EditorConfig/EditorConfigTargets.cmake -} diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb new file mode 100644 index 0000000000..b567f11f5c --- /dev/null +++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb @@ -0,0 +1,18 @@ +SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs." +HOMEPAGE = "https://https://editorconfig.org" +SECTION = "libs" +LICENSE = "BSD-2-Clause" +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 = "e082c947e7f7b14240195d55c060a6e1eda1b0a1" + +inherit cmake + +DEPENDS = "pcre2" + +do_install:append() { + sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/EditorConfig/EditorConfigTargets.cmake +} -- cgit v1.2.3-54-g00ecf