aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-04-04 17:13:41 +0100
committerRoss Burton <ross.burton@intel.com>2019-07-11 11:01:50 +0100
commit130b24a52808a19b3be4fd3631c5a1c2f538e641 (patch)
tree272b73042e24a8f2d89cb3c9a04ac0e15666b7a1
parent27a54df0eeeff9c16705f2dfffdca6002b165bc0 (diff)
downloadmeta-openembedded-contrib-130b24a52808a19b3be4fd3631c5a1c2f538e641.tar.gz
libisofs: add
-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"