diff options
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd_git.bb')
| -rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb new file mode 100644 index 0000000000..d440e60ee6 --- /dev/null +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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-modulemd-generate-the-manpage-only-if-the-feature-is.patch \ | ||
| 7 | file://0002-meson.build-do-not-install-python-gi-bindings.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | PV = "2.9.2" | ||
| 11 | SRCREV = "780750eab8a0587b20d033f335301f16d00ab9c9" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit meson gobject-introspection | ||
| 16 | |||
| 17 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled" | ||
| 18 | |||
| 19 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
| 22 | |||
| 23 | GIR_MESON_OPTION = 'skip_introspection' | ||
| 24 | GIR_MESON_ENABLE_FLAG = 'false' | ||
| 25 | GIR_MESON_DISABLE_FLAG = 'true' | ||
