diff options
-rw-r--r-- | meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb b/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb deleted file mode 100644 index a83950db82..0000000000 --- a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | DESCRIPTION = "xorriso copies file objects from POSIX compliant filesystems \ | ||
2 | into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise \ | ||
3 | manipulation of such filesystems" | ||
4 | |||
5 | LICENSE = "GPL-3.0-only" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
7 | |||
8 | SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "a5e3dc4e0b92be6837f9ed6cbf7f9df5" | ||
11 | SRC_URI[sha256sum] = "91663d61bee61ff790b3f6861fdf57c54af0e238ab14f297b55bae8ab5d17684" | ||
12 | |||
13 | PACKAGECONFIG ??= "acl attr zlib bzip2 readline" | ||
14 | PACKAGECONFIG[acl] = "--enable-libacl,--disable-libacl,acl," | ||
15 | PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr," | ||
16 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," | ||
17 | PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2," | ||
18 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline," | ||
19 | |||
20 | inherit autotools-brokensep pkgconfig features_check | ||
21 | |||
22 | do_configure:prepend () { | ||
23 | touch NEWS | ||
24 | } | ||
25 | |||
26 | RDEPENDS:${PN} = "tk" | ||
27 | REQUIRED_DISTRO_FEATURES = "x11" | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||