aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurang Shastri <gshastri@juniper.net>2015-04-01 12:21:39 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 15:22:59 +0200
commita4eaee2034ae8f7b5f3a9f363c3768865da327a6 (patch)
tree55686f8587601e2a0f5758956de37e2ecac52576
parent3d1d6c5b282c7f36672b4084b08918d9db13b618 (diff)
downloadmeta-openembedded-contrib-a4eaee2034ae8f7b5f3a9f363c3768865da327a6.tar.gz
xorriso: Add recipe
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Signed-off-by: Gaurang Shastri <gshastri@juniper.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb b/meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb
new file mode 100644
index 0000000000..93914b417a
--- /dev/null
+++ b/meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb
@@ -0,0 +1,17 @@
+DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
+
+inherit autotools
+
+DEPENDS += "attr zlib"
+
+SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
+SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LICENSE = "GPLv3"
+
+EXTRA_OECONF = "--disable-libacl"
+
+BBCLASSEXTEND = "nativesdk"