mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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=f515fff3ea0a2b9797eda60d83c0e5ca"
|
||||
|
||||
SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS = "pcre2"
|
||||
|
||||
Reference in New Issue
Block a user