summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/editorconfig
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-10 09:40:03 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-10 23:06:36 -0800
commit9219b0b289081e2e49a95f8585970d141a4162a6 (patch)
tree5fec1d0249c7ead8ccc64cbc20a4b70cfeb9d473 /meta-oe/recipes-devtools/editorconfig
parentc6168d98ed4b672f959c48f7abecce2d33bce327 (diff)
downloadmeta-openembedded-9219b0b289081e2e49a95f8585970d141a4162a6.tar.gz
editorconfig: add recipe
It is needed by gnome-text-editor Signed-off-by: Markus Volk <f_l_k@t-online.de> 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.5.bb15
1 files changed, 15 insertions, 0 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.5.bb
new file mode 100644
index 0000000000..da5c07ff28
--- /dev/null
+++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb
@@ -0,0 +1,15 @@
1SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs."
2HOMEPAGE = "https://https://editorconfig.org"
3SECTION = "libs"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca"
6
7SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
8
9S = "${WORKDIR}/git"
10SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f"
11
12inherit cmake
13
14DEPENDS = "pcre2"
15