[oe-commits] Gaurang Shastri : xorriso: Add recipe

git at git.openembedded.org git at git.openembedded.org
Tue Apr 7 11:11:18 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: ece82e1061b7cec5ec9e03c389aa61d393655e7b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ece82e1061b7cec5ec9e03c389aa61d393655e7b

Author: Gaurang Shastri <gshastri at juniper.net>
Date:   Wed Apr  1 12:21:39 2015 -0700

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 at juniper.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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 0000000..93914b4
--- /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"



More information about the Openembedded-commits mailing list