summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/burnia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-09 14:36:29 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-09 17:27:51 -0700
commitd63a3a94797921fd6c6fee44200c9c66286c9650 (patch)
tree72a4eef979bb9663fddbfd0e819cb4537cf7fa21 /meta-filesystems/recipes-filesystems/burnia
parentd5f721182b8a04f97981ab72a4de8480510ad3aa (diff)
downloadmeta-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.bb15
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 000000000..1754db7f7
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "library to create an ISO-9660 filesystem"
2HOMEPAGE = "https://libburnia-project.org/"
3
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
6 file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc"
7
8SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
9SRC_URI[sha256sum] = "aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e"
10
11DEPENDS = "acl zlib"
12
13inherit autotools
14
15BBCLASSEXTEND = "native"