Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "C Library for manipulating module metadata files" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" |
| 4 | |
| 5 | SRC_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 \ |
| 8 | " |
| 9 | |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 10 | PV = "2.2.3" |
| 11 | SRCREV = "4c75c6f8b39ee57aebe8fd36ef84808e893048c0" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit meson gobject-introspection |
| 16 | |
| 17 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=false" |
| 18 | |
| 19 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |
| 22 | |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 23 | GIR_MESON_OPTION = 'skip_introspection' |
| 24 | GIR_MESON_ENABLE_FLAG = 'false' |
| 25 | GIR_MESON_DISABLE_FLAG = 'true' |