blob: d4ffd281b5fa4d56f033051131730f9940409eef [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
5SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \
6 file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
7 file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \
Brad Bishop15ae2502019-06-18 21:44:24 -04008 file://0001-v1-meson.build-explicitly-specify-the-v1-library-in-.patch \
Brad Bishop19323692019-04-05 15:28:33 -04009 "
10
Brad Bishop15ae2502019-06-18 21:44:24 -040011PV = "2.4.0"
12SRCREV = "d0a3eda45e083e8fe8b329a2310a53abdbf1e4d6"
Brad Bishop19323692019-04-05 15:28:33 -040013
14S = "${WORKDIR}/git"
15
16inherit meson gobject-introspection
17
Brad Bishop15ae2502019-06-18 21:44:24 -040018EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true"
Brad Bishop19323692019-04-05 15:28:33 -040019
20DEPENDS += "glib-2.0 libyaml glib-2.0-native"
21
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'