All of lore.kernel.org
 help / color / mirror / Atom feed
* [[meta-filesystems][Add xorriso support]] Add xorriso tool support
@ 2015-04-01 19:21 Gaurang Shastri
  2015-04-03 19:05 ` Andre McCurdy
  2015-04-08 19:55 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Gaurang Shastri @ 2015-04-01 19:21 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 .../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"
+
+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"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [[meta-filesystems][Add xorriso support]] Add xorriso tool support
  2015-04-01 19:21 [[meta-filesystems][Add xorriso support]] Add xorriso tool support Gaurang Shastri
@ 2015-04-03 19:05 ` Andre McCurdy
  2015-04-08 19:55 ` Martin Jansa
  1 sibling, 0 replies; 5+ messages in thread
From: Andre McCurdy @ 2015-04-03 19:05 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 1, 2015 at 12:21 PM, Gaurang Shastri <gshastri@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[meta-filesystems][Add xorriso support]] Add xorriso tool support
  2015-04-01 19:21 [[meta-filesystems][Add xorriso support]] Add xorriso tool support Gaurang Shastri
  2015-04-03 19:05 ` Andre McCurdy
@ 2015-04-08 19:55 ` Martin Jansa
  2015-04-09 14:46   ` Gaurang Shastri
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2015-04-08 19:55 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2416 bytes --]

On Wed, Apr 01, 2015 at 12:21:39PM -0700, Gaurang Shastri wrote:
> xorriso copies file objects from POSIX compliant filesystems into
> Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
> manipulation of such filesystems.

Have you tested this recipe before sending it?

It fails to build, most likely because of missing foreign flag to
automake.

| configure.ac:47: installing './compile'
| configure.ac:14: installing './missing'
| Makefile.am: error: required file './NEWS' not found
| Makefile.am: installing './depcomp'
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/xorriso/1.3.8-r0/temp/log.do_configure.16725)
NOTE: recipe xorriso-1.3.8-r0: task do_configure: Failed

> Signed-off-by: Gaurang Shastri <gshastri@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"
> +
> +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"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[meta-filesystems][Add xorriso support]] Add xorriso tool support
  2015-04-08 19:55 ` Martin Jansa
@ 2015-04-09 14:46   ` Gaurang Shastri
  2015-04-09 15:10     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Gaurang Shastri @ 2015-04-09 14:46 UTC (permalink / raw)
  To: openembedded-devel

>> Have you tested this recipe before sending it?

Yes, I have tested this in my Yocto 1.6 environment(x86_64) before sending it and did and get any error.

Can you share your yocto environment information please ?

//Gaurang Shastri

-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Martin Jansa
Sent: Thursday, April 09, 2015 1:25 AM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [[meta-filesystems][Add xorriso support]] Add xorriso tool support

On Wed, Apr 01, 2015 at 12:21:39PM -0700, Gaurang Shastri wrote:
> xorriso copies file objects from POSIX compliant filesystems into Rock 
> Ridge enhanced ISO 9660 filesystems and allows session-wise 
> manipulation of such filesystems.

Have you tested this recipe before sending it?

It fails to build, most likely because of missing foreign flag to automake.

| configure.ac:47: installing './compile'
| configure.ac:14: installing './missing'
| Makefile.am: error: required file './NEWS' not found
| Makefile.am: installing './depcomp'
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/xorriso/1
| .3.8-r0/temp/log.do_configure.16725)
NOTE: recipe xorriso-1.3.8-r0: task do_configure: Failed

> Signed-off-by: Gaurang Shastri <gshastri@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"
> +
> +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"
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[meta-filesystems][Add xorriso support]] Add xorriso tool support
  2015-04-09 14:46   ` Gaurang Shastri
@ 2015-04-09 15:10     ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2015-04-09 15:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3674 bytes --]

On Thu, Apr 09, 2015 at 02:46:38PM +0000, Gaurang Shastri wrote:
> >> Have you tested this recipe before sending it?
> 
> Yes, I have tested this in my Yocto 1.6 environment(x86_64) before sending it and did and get any error.
> 
> Can you share your yocto environment information please ?

But you're sending patch for master branch, please test it with master
not year old 1.6.

Any 1.7, 1.8, master OpenEmbedded environment will show you the issue.

> //Gaurang Shastri
> 
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Martin Jansa
> Sent: Thursday, April 09, 2015 1:25 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [[meta-filesystems][Add xorriso support]] Add xorriso tool support
> 
> On Wed, Apr 01, 2015 at 12:21:39PM -0700, Gaurang Shastri wrote:
> > xorriso copies file objects from POSIX compliant filesystems into Rock 
> > Ridge enhanced ISO 9660 filesystems and allows session-wise 
> > manipulation of such filesystems.
> 
> Have you tested this recipe before sending it?
> 
> It fails to build, most likely because of missing foreign flag to automake.
> 
> | configure.ac:47: installing './compile'
> | configure.ac:14: installing './missing'
> | Makefile.am: error: required file './NEWS' not found
> | Makefile.am: installing './depcomp'
> | autoreconf: automake failed with exit status: 1
> | ERROR: autoreconf execution failed.
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at 
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/xorriso/1
> | .3.8-r0/temp/log.do_configure.16725)
> NOTE: recipe xorriso-1.3.8-r0: task do_configure: Failed
> 
> > Signed-off-by: Gaurang Shastri <gshastri@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"
> > +
> > +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"
> > --
> > 1.7.9.5
> > 
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-09 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01 19:21 [[meta-filesystems][Add xorriso support]] Add xorriso tool support Gaurang Shastri
2015-04-03 19:05 ` Andre McCurdy
2015-04-08 19:55 ` Martin Jansa
2015-04-09 14:46   ` Gaurang Shastri
2015-04-09 15:10     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.