diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-20 16:10:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:51 +0100 |
commit | 6e013c83bce5b545b83dd8bccb200aee026696af (patch) | |
tree | a7c2d314f0beb133da416ab0408b99cfa221f8a3 | |
parent | b0706f3912b1780f636bbd4fff1cf6e05605ac3e (diff) | |
download | poky-6e013c83bce5b545b83dd8bccb200aee026696af.tar.gz |
libmodulemd: upgrade 2.2.3 -> 2.4.0
(From OE-Core rev: 23361e76e3c22aff62b2d61fe09858981b19424c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index 40715c06ee..d7f486868b 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | |||
@@ -7,14 +7,14 @@ SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \ | |||
7 | file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \ | 7 | file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | PV = "2.2.3" | 10 | PV = "2.4.0" |
11 | SRCREV = "4c75c6f8b39ee57aebe8fd36ef84808e893048c0" | 11 | SRCREV = "d0a3eda45e083e8fe8b329a2310a53abdbf1e4d6" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit meson gobject-introspection | 15 | inherit meson gobject-introspection |
16 | 16 | ||
17 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=false" | 17 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" |
18 | 18 | ||
19 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" | 19 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" |
20 | 20 | ||