libisofs: add new recipe

libisofs from the libburnia project is a library to construct ISO-9660
filesystems.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2023-05-09 14:36:29 +01:00 committed by Khem Raj
parent d5f721182b
commit d63a3a9479
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
SUMMARY = "library to create an ISO-9660 filesystem"
HOMEPAGE = "https://libburnia-project.org/"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc"
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
SRC_URI[sha256sum] = "aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e"
DEPENDS = "acl zlib"
inherit autotools
BBCLASSEXTEND = "native"

View File

@ -18,6 +18,7 @@ RDEPENDS:packagegroup-meta-filesystems = "\
RDEPENDS:packagegroup-meta-filesystems = "\
ifuse \
libisofs \
logfsprogs \
fuse-exfat \
owfs \