blob: 9790470f4fe177b03eda7ae788a53ddd36022028 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "C Library for manipulating module metadata files"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
4
Brad Bishopf3f93bb2019-10-16 14:33:32 -04005SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=1.x-maint \
Brad Bishop19323692019-04-05 15:28:33 -04006 file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
Brad Bishopf3f93bb2019-10-16 14:33:32 -04007 file://0001-Do-not-generate-gtkdoc-or-python-bindings.patch \
Brad Bishop19323692019-04-05 15:28:33 -04008 "
9
Brad Bishopf3f93bb2019-10-16 14:33:32 -040010PV = "1.8.15"
11SRCREV = "2d461725f781c6fdcf32893d8dcfa40bcef8dda5"
12UPSTREAM_CHECK_GITTAGREGEX = "libmodulemd-(?P<pver>1.*\d)"
Brad Bishop19323692019-04-05 15:28:33 -040013
14S = "${WORKDIR}/git"
15
16inherit meson gobject-introspection
17
Brad Bishopf3f93bb2019-10-16 14:33:32 -040018EXTRA_OEMESON = "-Ddeveloper_build=false"
Brad Bishop19323692019-04-05 15:28:33 -040019
Brad Bishopc68388fc2019-08-26 01:33:31 -040020DEPENDS += "glib-2.0 libyaml glib-2.0-native python3"
Brad Bishop19323692019-04-05 15:28:33 -040021
22BBCLASSEXTEND = "native nativesdk"
23
Brad Bishopc342db32019-05-15 21:57:59 -040024GIR_MESON_OPTION = 'skip_introspection'
25GIR_MESON_ENABLE_FLAG = 'false'
26GIR_MESON_DISABLE_FLAG = 'true'