summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-25 19:28:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-02 09:08:52 +0100
commite1ab20ea5a9258c6f7e3bf18e040df1e0ddff0d9 (patch)
treeeade2976067889205ae5fc205231e83bba080614 /meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
parent365f24bee16ba4e9386f89158df29d577f192668 (diff)
downloadpoky-e1ab20ea5a9258c6f7e3bf18e040df1e0ddff0d9.tar.gz
libmodulemd: move from 1.x to 2.x version
New libdnf requires 2.x and is the only consumer in oe-core (or elsewhere). (From OE-Core rev: 2c518de672d8876ff96e49b498feb898a497e6a5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd_git.bb')
-rw-r--r--meta/recipes-devtools/libmodulemd/libmodulemd_git.bb25
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 @@
1SUMMARY = "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-modulemd-generate-the-manpage-only-if-the-feature-is.patch \
7 file://0002-meson.build-do-not-install-python-gi-bindings.patch \
8 "
9
10PV = "2.9.2"
11SRCREV = "780750eab8a0587b20d033f335301f16d00ab9c9"
12
13S = "${WORKDIR}/git"
14
15inherit meson gobject-introspection
16
17EXTRA_OEMESON = "-Ddeveloper_build=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled"
18
19DEPENDS += "glib-2.0 libyaml glib-2.0-native python3"
20
21BBCLASSEXTEND = "native nativesdk"
22
23GIR_MESON_OPTION = 'skip_introspection'
24GIR_MESON_ENABLE_FLAG = 'false'
25GIR_MESON_DISABLE_FLAG = 'true'