aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
blob: d9bfdc0878f31034c1f13ee3b3eea2f6b2bd212e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 \
           file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \
           file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \
           "

PV = "1.7.0"
SRCREV = "9af3e7b4bec2f8daaa857fa668b858e484487710"

S = "${WORKDIR}/git"

inherit meson

EXTRA_OEMESON = "-Ddeveloper_build=false"

DEPENDS += "glib-2.0 libyaml"

BBCLASSEXTEND = "native nativesdk"