blob: 7e8aea7be3aa8abd259a0fe7ef7c73b4df26f930 [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 Bishopf3fd2882019-06-21 08:06:37 -040011PV = "2.5.0"
12SRCREV = "8d9a99ddf037df7c032119cdd3a87238a3cc9090"
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'