diff mbox series

[meta-gnome,3/6] editorconfig: add recipe

Message ID 20221210052137.303984-3-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome,1/6] gdm: update 42.0 -> 43.0 | expand

Commit Message

Markus Volk Dec. 10, 2022, 5:21 a.m. UTC
It is needed by gnome-text-editor

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../editorconfig/editorconfig-core-c_git.bb      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_git.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_git.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_git.bb
new file mode 100644
index 000000000..8b337d307
--- /dev/null
+++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_git.bb
@@ -0,0 +1,16 @@ 
+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=b5d973344b3c7bbf7535f0e6e002d017"
+
+SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
+
+S = "${WORKDIR}/git"
+PV = "0.12.5"
+SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f"
+
+inherit cmake
+
+DEPENDS = "pcre2"
+