diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-09 14:36:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-09 17:27:51 -0700 |
commit | d63a3a94797921fd6c6fee44200c9c66286c9650 (patch) | |
tree | 72a4eef979bb9663fddbfd0e819cb4537cf7fa21 /meta-filesystems/recipes-filesystems/burnia | |
parent | d5f721182b8a04f97981ab72a4de8480510ad3aa (diff) | |
download | meta-openembedded-d63a3a94797921fd6c6fee44200c9c66286c9650.tar.gz |
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>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/burnia')
-rw-r--r-- | meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb new file mode 100644 index 0000000000..1754db7f70 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "library to create an ISO-9660 filesystem" | ||
2 | HOMEPAGE = "https://libburnia-project.org/" | ||
3 | |||
4 | LICENSE = "GPL-2.0-or-later" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | ||
6 | file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc" | ||
7 | |||
8 | SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz" | ||
9 | SRC_URI[sha256sum] = "aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e" | ||
10 | |||
11 | DEPENDS = "acl zlib" | ||
12 | |||
13 | inherit autotools | ||
14 | |||
15 | BBCLASSEXTEND = "native" | ||