diff options
Diffstat (limited to 'meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb')
-rw-r--r-- | meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb new file mode 100644 index 0000000000..33e17234ce --- /dev/null +++ b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "osinfo-db provides the database files for use with the libosinfo library" | ||
2 | HOMEPAGE = "https://libosinfo.org" | ||
3 | |||
4 | LICENSE = "GPL-2.0-or-later" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | DEPENDS = "osinfo-db-tools-native" | ||
8 | |||
9 | SRC_URI = "git://gitlab.com/libosinfo/osinfo-db.git;branch=main;protocol=https" | ||
10 | |||
11 | SRCREV = "62f8adceb8ee88e643a134f2cfaf04fc11b9fc51" | ||
12 | |||
13 | |||
14 | inherit allarch autotools-brokensep | ||
15 | |||
16 | EXTRA_OEMAKE = "OSINFO_DB_TARGET='--dir ${datadir}/osinfo'" | ||
17 | |||
18 | do_configure[noexec] = "1" | ||
19 | |||
20 | FILES:${PN} = "${datadir}/osinfo" | ||