mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 08:48:45 +01:00
Upstream added support for optional docs, so 0001-Do-not-generate-gtkdoc-or-python-bindings.patch is replaced with an option to disable gtk-doc (as the modulemd feature is not used in oe-core anyway). (From OE-Core rev: cb5bb2b9635ebf709f1eb0b154f28419d548ad70) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
768 B
BlitzBasic
26 lines
768 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;branch=1.x-maint \
|
|
file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
|
|
"
|
|
|
|
PV = "1.8.16"
|
|
SRCREV = "d0dcf7b373b3cf85cd39eb3bc23d31e06195a75a"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "libmodulemd-(?P<pver>1.*\d)"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson gobject-introspection
|
|
|
|
EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false"
|
|
|
|
DEPENDS += "glib-2.0 libyaml glib-2.0-native python3"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
GIR_MESON_OPTION = 'skip_introspection'
|
|
GIR_MESON_ENABLE_FLAG = 'false'
|
|
GIR_MESON_DISABLE_FLAG = 'true'
|