mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
(From OE-Core rev: aab2d48359ae15b851992f26d03248334478cace) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
790 B
BlitzBasic
26 lines
790 B
BlitzBasic
SUMMARY = "C Library for manipulating module metadata files"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
|
|
|
|
SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \
|
|
file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
|
|
file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \
|
|
"
|
|
|
|
PV = "2.2.3"
|
|
SRCREV = "4c75c6f8b39ee57aebe8fd36ef84808e893048c0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson gobject-introspection
|
|
|
|
EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=false"
|
|
|
|
DEPENDS += "glib-2.0 libyaml glib-2.0-native"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
GIR_MESON_OPTION = 'skip_introspection'
|
|
GIR_MESON_ENABLE_FLAG = 'false'
|
|
GIR_MESON_DISABLE_FLAG = 'true'
|