All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: 曹志研 <czyhit@126.com>
Cc: yocto@yoctoproject.org
Subject: Re: how to add a new bb(xerces-c)?
Date: Fri, 27 Sep 2013 09:31:59 +0200	[thread overview]
Message-ID: <20130927073159.GA3575@jama> (raw)
In-Reply-To: <bfe9b2.4f09.1415dea90ad.Coremail.czyhit@126.com>

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

On Fri, Sep 27, 2013 at 01:35:55PM +0800, 曹志研 wrote:
> Hello, everyone!
> I try to add a new bb(xerces-c) to my image, bb is as followings:
> 

Check oe-classic recipes
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/xerces-c/xerces-c_3.1.1.bb
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/xerces-c/xerces-c_2.8.0.bb

maybe it was fixed there..

> 
> DESCRIPTION = "Xerces-C++ is a validating XML parser written in a portable subset of C++."
> HOMEPAGE = "http://xerces.apache.org/xerces-c/"
> LICENSE = "Apache"
> LIC_FILES_CHKSUM = "file://src/xercesc/dom/DOM.hpp;endline=22;md5=9986d741cab88a8b7bc4a19d3c1b8106 \
> file://src/xercesc/parsers/XercesDOMParser.hpp;endline=21;md5=85be7b6e587aa51e4f30c262f1cd695e \
> file://src/xercesc/xinclude/XIncludeDOMDocumentProcessor.hpp;endline=23;md5=4236d3c0f2537b3df547a97d60f93dc0"
> 
> 
> PR = "r1"
> 
> 
> DEPENDS = "curl icu"
> 
> 
> SRC_URI = "http://mirror.bit.edu.cn/apache//xerces/c/3/sources/xerces-c-${PV}.tar.gz"
> 
> 
> SRC_URI[md5sum] = "6a8ec45d83c8cfb1584c5a5345cb51ae"
> SRC_URI[sha256sum] = "a42785f71e0b91d5fd273831c87410ce60a73ccfdd207de1b805d26d44968736"
> 
> 
> inherit autotools
> 
> 
> S = "${WORKDIR}/xerces-c-${PV}/"
> 
> 
> EXTRA_OECONF = "\
> --enable-netaccessor-curl \
> --enable-transcoder-icu \
> --enable-msgloader-icu \
> "
> 
> 
> but when configure come into the error:
> ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
> Rerun configure task after fixing this. The path was '/home/caozhiyan/fsl-community-bsp/build-hc1200/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/xerces-c/3.1.1-r1/xerces-c-3.1.1'
> ERROR: Function failed: do_qa_configure
> ERROR: Logfile of failure stored in: /home/caozhiyan/fsl-community-bsp/build-hc1200/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/xerces-c/3.1.1-r1/temp/log.do_configure.19932
> ERROR: Task 5 (/home/caozhiyan/fsl-community-bsp/sources/meta-fsl-hc1200/recipes-hc1200/xerces-c/xerces-c_3.1.1.bb, do_configure) failed with exit code '1'
> 
> 
> who can show me how to port the autotools-based project? Thanks.

> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

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

  parent reply	other threads:[~2013-09-27  7:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-27  5:35 how to add a new bb(xerces-c)? 曹志研
2013-09-27  6:36 ` Gaurang Shastri
2013-09-27  7:31 ` Martin Jansa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-22 18:23 Bill Martin
2013-10-23  2:00 Bill Martin
2013-10-23 20:44 how to add a new bb(xerces-c) Bill Martin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130927073159.GA3575@jama \
    --to=martin.jansa@gmail.com \
    --cc=czyhit@126.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.