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: [email protected] > [mailto:[email protected]] On Behalf Of > Martin Jansa > Sent: Thursday, April 09, 2015 1:25 AM > To: [email protected] > 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 <[email protected]> > > --- > > .../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 > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > -- > Martin 'JaMa' Jansa jabber: [email protected] > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
