summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.11.0.bb
blob: 0584bee15ca7dd8228a7a7eae4cfe1ae2ad72088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Tools for managing the libosinfo database files"
HOMEPAGE = "https://libosinfo.org"

LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

DEPENDS = "glib-2.0 json-glib libarchive libsoup-2.4"

SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \
           file://0001-Make-xmlError-structs-constant.patch \
           "
SRCREV = "85a1788c6977419b6facad11dbfbf823e739eb3b"

S = "${WORKDIR}/git"

inherit meson pkgconfig

BBCLASSEXTEND = "native"