[oe] [[meta-filesystems][Add xorriso support]] Add xorriso tool support

Andre McCurdy armccurdy at gmail.com
Fri Apr 3 19:05:44 UTC 2015


On Wed, Apr 1, 2015 at 12:21 PM, Gaurang Shastri <gshastri at juniper.net> wrote:
> 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>
> ---
>  .../recipes-utils/xorriso/xorriso_1.3.8.bb         |   17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 meta-filesystems/recipes-utils/xorriso/xorriso_1.3.8.bb
>
> 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"

DESCRIPTION, not DESCRIPTIONS.

> +
> +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"

License fields should be nearer the top of the recipe. See
http://www.openembedded.org/wiki/Styleguide

> +EXTRA_OECONF = "--disable-libacl"

Consider making acl a PACKAGECONFIG option, controlled by the acl
DISTRO feature (see coreutils recipe for an example).

To prevent non-deterministic dependencies, consider adding a
PACKAGECONFIG option for bzip2 as well.

> +BBCLASSEXTEND = "nativesdk"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list