mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
libmodulemd-v1: introduce the recipe
Upstream has split version 1 of the libmodulemd recipe into its own branch and removed version 1 from the master branch and 2.x releases; as libdnf requires v1 of libmodulemd, this commit introduces a v1-specific revipe. (From OE-Core rev: e0678765b1fb66df6ec37da1d32836bee2237af1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0a49bba6d
commit
a0cf9a307a
26
meta/recipes-devtools/libmodulemd/libmodulemd-v1_git.bb
Normal file
26
meta/recipes-devtools/libmodulemd/libmodulemd-v1_git.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "C Library for manipulating module metadata files"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
|
||||
|
||||
SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=1.x-maint \
|
||||
file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
|
||||
file://0001-Do-not-generate-gtkdoc-or-python-bindings.patch \
|
||||
"
|
||||
|
||||
PV = "1.8.15"
|
||||
SRCREV = "2d461725f781c6fdcf32893d8dcfa40bcef8dda5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libmodulemd-(?P<pver>1.*\d)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson gobject-introspection
|
||||
|
||||
EXTRA_OEMESON = "-Ddeveloper_build=false"
|
||||
|
||||
DEPENDS += "glib-2.0 libyaml glib-2.0-native python3"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
GIR_MESON_OPTION = 'skip_introspection'
|
||||
GIR_MESON_ENABLE_FLAG = 'false'
|
||||
GIR_MESON_DISABLE_FLAG = 'true'
|
||||
Reference in New Issue
Block a user