diff options
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd_git.bb')
-rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index d440e60ee6..fda01b8ad8 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | |||
@@ -4,17 +4,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" | |||
4 | 4 | ||
5 | SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \ | 5 | SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \ |
6 | file://0001-modulemd-generate-the-manpage-only-if-the-feature-is.patch \ | 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 | " | 7 | " |
9 | 8 | ||
10 | PV = "2.9.2" | 9 | PV = "2.9.4" |
11 | SRCREV = "780750eab8a0587b20d033f335301f16d00ab9c9" | 10 | SRCREV = "c7254db07b21495fc9bd247c5b17ee20149c05e3" |
12 | 11 | ||
13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
14 | 13 | ||
15 | inherit meson gobject-introspection | 14 | inherit meson gobject-introspection python3-dir |
16 | 15 | ||
17 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled" | 16 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides" |
18 | 17 | ||
19 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" | 18 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" |
20 | 19 | ||
@@ -23,3 +22,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
23 | GIR_MESON_OPTION = 'skip_introspection' | 22 | GIR_MESON_OPTION = 'skip_introspection' |
24 | GIR_MESON_ENABLE_FLAG = 'false' | 23 | GIR_MESON_ENABLE_FLAG = 'false' |
25 | GIR_MESON_DISABLE_FLAG = 'true' | 24 | GIR_MESON_DISABLE_FLAG = 'true' |
25 | |||
26 | FILES_${PN} += "${libdir}/${PYTHON_DIR}/*" | ||