diff options
Diffstat (limited to 'meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb')
-rw-r--r-- | meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb new file mode 100644 index 0000000000..ee75c39eee --- /dev/null +++ b/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Tools for managing the libosinfo database files" | ||
2 | HOMEPAGE = "https://libosinfo.org" | ||
3 | |||
4 | LICENSE = "GPL-2.0-or-later" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | DEPENDS = "glib-2.0 json-glib libarchive libsoup" | ||
8 | |||
9 | SRC_URI = "git://gitlab.com/libosinfo/osinfo-db-tools.git;branch=main;protocol=https \ | ||
10 | " | ||
11 | SRCREV = "e5564be303bfac49cc3490bd0fada342cd65566f" | ||
12 | |||
13 | |||
14 | inherit meson pkgconfig | ||
15 | |||
16 | do_configure:prepend () { | ||
17 | sed -i 's/-Werror//' ${S}/meson.build | ||
18 | } | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||