diff options
Diffstat (limited to 'meta-oe')
| -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 | |||
