blob: 5409051d79fff46ddd0682f21a7f2ea3e90b4528 [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 Bishop19323692019-04-05 15:28:33 -04007 "
8
Brad Bishop64c979e2019-11-04 13:55:29 -05009PV = "1.8.16"
10SRCREV = "d0dcf7b373b3cf85cd39eb3bc23d31e06195a75a"
Brad Bishopf3f93bb2019-10-16 14:33:32 -040011UPSTREAM_CHECK_GITTAGREGEX = "libmodulemd-(?P<pver>1.*\d)"
Brad Bishop19323692019-04-05 15:28:33 -040012
13S = "${WORKDIR}/git"
14
15inherit meson gobject-introspection
16
Brad Bishop64c979e2019-11-04 13:55:29 -050017EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false"
Brad Bishop19323692019-04-05 15:28:33 -040018
Brad Bishopc68388fc2019-08-26 01:33:31 -040019DEPENDS += "glib-2.0 libyaml glib-2.0-native python3"
Brad Bishop19323692019-04-05 15:28:33 -040020
21BBCLASSEXTEND = "native nativesdk"
22
Brad Bishopc342db32019-05-15 21:57:59 -040023GIR_MESON_OPTION = 'skip_introspection'
24GIR_MESON_ENABLE_FLAG = 'false'
25GIR_MESON_DISABLE_FLAG = 'true'