diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-10 09:40:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:36 -0800 |
| commit | 9219b0b289081e2e49a95f8585970d141a4162a6 (patch) | |
| tree | 5fec1d0249c7ead8ccc64cbc20a4b70cfeb9d473 /meta-oe/recipes-devtools/editorconfig | |
| parent | c6168d98ed4b672f959c48f7abecce2d33bce327 (diff) | |
| download | meta-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.bb | 15 |
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 @@ | |||
| 1 | SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs." | ||
| 2 | HOMEPAGE = "https://https://editorconfig.org" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f" | ||
| 11 | |||
| 12 | inherit cmake | ||
| 13 | |||
| 14 | DEPENDS = "pcre2" | ||
| 15 | |||
