diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:00 -0800 |
| commit | 3f185b93b90cf1feb2fcd58a9db771f4a767e01d (patch) | |
| tree | 5d49b31df8d79d567869e1d6fe35fb5de57f6950 /meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb | |
| parent | 64426a4928511ed713074723802945dadf1bfdeb (diff) | |
| download | meta-openembedded-3f185b93b90cf1feb2fcd58a9db771f4a767e01d.tar.gz | |
osinfo-db: upgrade 20240701 -> 20250124
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb')
| -rw-r--r-- | meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb b/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb new file mode 100644 index 0000000000..59d80816d2 --- /dev/null +++ b/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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 = "5be10e2c781b62bbaa55bd8f9ae990697fc325b4" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit allarch autotools-brokensep | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = "OSINFO_DB_TARGET='--dir ${datadir}/osinfo'" | ||
| 18 | |||
| 19 | do_configure[noexec] = "1" | ||
| 20 | |||
| 21 | FILES:${PN} = "${datadir}/osinfo" | ||
