blob: 441e44046755b22910de7c962172a9cc00d907e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SUMMARY = "osinfo-db provides the database files for use with the libosinfo library"
HOMEPAGE = "https://libosinfo.org"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "osinfo-db-tools-native"
SRC_URI = "git://gitlab.com/libosinfo/osinfo-db.git;branch=main;protocol=https;tag=v${PV}"
SRCREV = "70fe571c605541e7be76b50f430c1cd13959c5b9"
inherit allarch autotools-brokensep
EXTRA_OEMAKE = "OSINFO_DB_TARGET='--dir ${datadir}/osinfo'"
do_configure[noexec] = "1"
FILES:${PN} = "${datadir}/osinfo"
|