diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-11 13:47:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 62c5b16d46e82dd1b63fb0b63a7c418183950236 (patch) | |
tree | 1fa1894e9162c4f8448c3c47916ccd96e16eac0d /meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | |
parent | a0cf9a307ab074424ff571b5ce2e508acff3a2fb (diff) | |
download | poky-62c5b16d46e82dd1b63fb0b63a7c418183950236.tar.gz |
libmodulemd: remove the recipe
Version 2 of the recipe is not actually required by anything; the
lidmodulemd dependency in createrepo-c is optional, and the
libmodulemd feature is not used in YP.
(From OE-Core rev: e5bf0814f565458c1c13d305dfc80a70a060555e)
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.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb deleted file mode 100644 index 63d3fad6ab..0000000000 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
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 | file://0001-v1-meson.build-explicitly-specify-the-v1-library-in-.patch \ | ||
9 | " | ||
10 | |||
11 | PV = "2.6.0" | ||
12 | SRCREV = "7c7f88258491866cdb86d26cadfce37a78f242ec" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit meson gobject-introspection | ||
17 | |||
18 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" | ||
19 | |||
20 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||
23 | |||
24 | GIR_MESON_OPTION = 'skip_introspection' | ||
25 | GIR_MESON_ENABLE_FLAG = 'false' | ||
26 | GIR_MESON_DISABLE_FLAG = 'true' | ||