Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread Paul Eggleton
On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: i changed the bb file now xerces-c_3.1.1.bb http://xerces-c_3.1.1.bb recipe looks like this DESCRIPTION = Xerces-c is a validating xml parser written in C++ HOMEPAGE = http://xerces.apache.org/xerces-c/; SECTION = libs PRIORITY

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread Paul Eggleton
On Thursday 09 April 2015 16:10:52 praveen vattipalli wrote: On Thu, Apr 9, 2015 at 3:39 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: i changed the bb file now xerces-c_3.1.1.bb http://xerces-c_3.1.1.bb recipe

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
Hi Paul, I got struck here what should i add to .bb file to solve this error... Thanks Praveen On Thu, Apr 9, 2015 at 3:39 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 09 April 2015 15:30:40 praveen vattipalli wrote: i changed the bb file now xerces-c_3.1.1.bb

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-09 Thread praveen vattipalli
HI i changed the bb file now xerces-c_3.1.1.bb http://xerces-c_3.1.1.bb recipe looks like this DESCRIPTION = Xerces-c is a validating xml parser written in C++ HOMEPAGE = http://xerces.apache.org/xerces-c/; SECTION = libs PRIORITY = optional LICENSE = Apache-2.0 LIC_FILES_CHKSUM =

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread praveen vattipalli
Hi Anders, I have added to xerces-c_3.1.1.bb do_install_append() { rm -rf ${D}/usr/src/ } but no use still getting the error 2) Package those file in either one of the current packages, or in a new package. I didn't get this. Thanks Praveen On Wed, Apr 8, 2015 at 7:23 PM, Anders

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread Anders Darander
* praveen vattipalli praveen.v...@gmail.com [150408 15:48]: +PACKAGES = libxerces-c \ + libxerces-c-dbg \ + libxerces-c-dev \ + xerces-c-samples \ + xerces-c-samples-dbg \ + + +FILES_libxerces-c = ${libdir}/libxerces-c-3.1.so +FILES_libxerces-c-dbg = ${libdir}/.debug/

Re: [yocto] [poky] error in xerces-c in yocto-dizzy-1.7.1

2015-04-08 Thread Martin Jansa
On Wed, Apr 08, 2015 at 07:17:56PM +0530, praveen vattipalli wrote: hi, I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for cortexa9 board. I am referring below link http://lists.openembedded.org/pipermail/openembedded-devel/ 2012-January/082676.html xerces-c_3.1.1.bb