aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb b/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb
new file mode 100644
index 0000000000..58aa09476e
--- /dev/null
+++ b/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb
@@ -0,0 +1,14 @@
+SUMMARY = "libisofs is a library to create an ISO-9660 filesystem"
+HOMEPAGE = "http://libburnia-project.org/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+
+SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
+SRC_URI[md5sum] = "6207379ff84e6988b479e09a8698fb6d"
+SRC_URI[sha256sum] = "da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400"
+
+# includes broken. also needs acinclude symbol fix
+inherit autotools-brokensep pkgconfig
+
+DEPENDS = "acl zlib"