Depended by recipe appstream Signed-off-by: Changqing Li <[email protected]> --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-support/libfyaml/libfyaml_0.9.4.bb | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 meta/recipes-support/libfyaml/libfyaml_0.9.4.bb
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b231daf485..bd16d6f650 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -349,6 +349,7 @@ RECIPE_MAINTAINER:pn-libffi = "Unassigned <[email protected]>" RECIPE_MAINTAINER:pn-libfm = "Unassigned <[email protected]>" RECIPE_MAINTAINER:pn-libfm-extra = "Unassigned <[email protected]>" RECIPE_MAINTAINER:pn-libfontenc = "Unassigned <[email protected]>" +RECIPE_MAINTAINER:pn-libfyaml = "Changqing Li <[email protected]>" RECIPE_MAINTAINER:pn-libgcc = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-libgcc-initial = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-libgcrypt = "Hongxu Jia <[email protected]>" diff --git a/meta/recipes-support/libfyaml/libfyaml_0.9.4.bb b/meta/recipes-support/libfyaml/libfyaml_0.9.4.bb new file mode 100644 index 0000000000..c5f2ef30e2 --- /dev/null +++ b/meta/recipes-support/libfyaml/libfyaml_0.9.4.bb @@ -0,0 +1,11 @@ +SUMMARY = "A fully-featured YAML 1.2 and JSON parser/writer with zero-copy operation and no artificial limits" +HOMEPAGE = "https://github.com/pantoniou/libfyaml" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6399094fbc639a289cfca2d660c010aa" + +SRC_URI = "https://github.com/pantoniou/libfyaml/releases/download/v${PV}/libfyaml-${PV}.tar.gz" +SRC_URI[sha256sum] = "dac2b0af7b757b32a4fa7c6493d85d0f7dea6effd20ae4352570b6a450b9e5fb" + +inherit autotools pkgconfig + +BBCLASSEXTEND = "native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231721): https://lists.openembedded.org/g/openembedded-core/message/231721 Mute This Topic: https://lists.openembedded.org/mt/117969590/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
