[OE-core] Net::SSLeay perl extension OpenSSL

2012-01-25 Thread simran singh
Hello, I am not sure if this is the right list. Trying to add Net::SSLeay perl module, I get the following error. NOTE: Running task 204 of 315 (ID: 11, /home/Simran/Freescale/QorIQ-DPAA-SDK-20111026-systembuilder/engage-blackcore-common/recipes/ net-ssleay/net-ssleay_1.36.bb, do_compile)

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-25 Thread simran singh
edded-core@lists.openembedded.org Subject: Re: [OE-core] Net::SSLeay perl extension OpenSSL On (25/01/12 14:50), simran singh wrote: > > Hello, > > I am not sure if this is the right list. > > Trying to add Net::SSLeay perl module, I get the following error. > Please try attac

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-27 Thread simran singh
; From: raj.k...@gmail.com > Date: Wed, 25 Jan 2012 17:49:48 -0800 > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Net::SSLeay perl extension OpenSSL > > On Wed, Jan 25, 2012 at 4:50 PM, simran singh wrote: > > > > Hello Raj, > > > > Th

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread simran singh
012 12:11:45 -0800 > From: raj.k...@gmail.com > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Net::SSLeay perl extension OpenSSL > > On (27/01/12 08:41), simran singh wrote: > > > > Hello Raj, > > > > I am using open embedded provide

Re: [OE-core] Net::SSLeay perl extension OpenSSL

2012-01-30 Thread simran singh
30 Jan 2012 12:30:27 -0800 > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Net::SSLeay perl extension OpenSSL > > On Mon, Jan 30, 2012 at 12:22 PM, simran singh wrote: > > Hello, > > > > I was able to successfully add the patch to the core. Thanks

[OE-core] BOTAN crypto library

2012-02-24 Thread simran singh
Hello, I hope this is right place to ask for help regarding this. I am trying to build the Botan crytpo library using system builder. I created a recipe for this and I am getting an error when I try to $make the library. This is the error I am getting: | /usr/bin/ld: /home/Simran/Freescale/Qo

Re: [OE-core] [oe] BOTAN crypto library

2012-02-27 Thread simran singh
Hello, I figured out the solution. Posting here for someone else lost like me. Had to add this line: export LDFLAGS = "-L${STAGING_LIBDIR}" From: kyo...@hotmail.com To: openembedded-core@lists.openembedded.org; openembedded-de...@lists.openembedded.org Date: Fri, 24 Feb 2012 16:15:1

Re: [OE-core] BOTAN crypto library

2012-03-09 Thread simran singh
over by the makefile. Thanks. Simran Gill > Date: Wed, 29 Feb 2012 22:46:14 -0800 > From: raj.k...@gmail.com > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] BOTAN crypto library > > On 02/24/2012 04:15 PM, simran singh wrote: > > Hello, > >

[OE-core] Linking two recipes

2012-03-19 Thread simran singh
Hello,I have recipes for two applications Recipe A and Recipe B. Recipe B requires a lib.so file and init.h file which are installed by Recipe A.How do I acknowledge this dependency in Recipe B. I tried doing do_stage() function in recipe A with no success. Please advice.I am attaching the two

Re: [OE-core] Linking two recipes

2012-03-19 Thread simran singh
-botan=./usr/botanThanks. Simran > From: richard.pur...@linuxfoundation.org > To: openembedded-core@lists.openembedded.org > Date: Mon, 19 Mar 2012 21:22:30 + > Subject: Re: [OE-core] Linking two recipes > > On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: >

Re: [OE-core] Linking two recipes

2012-03-19 Thread simran singh
ssed (e.g. headers, shared libraries, native scripts). You should install to more standard system locations. -- Christopher Larson On Monday, March 19, 2012 at 2:33 PM, simran singh wrote: Hello Richard, I d

Re: [OE-core] Linking two recipes

2012-03-19 Thread simran singh
] Linking two recipes All installs should be placed relative to ${D}. See one of the many other recipes that define do_install for examples :) -- Christopher Larson On Monday, March 19, 2012 at 2:57 PM, simran singh wrote

Re: [OE-core] Linking two recipes

2012-03-20 Thread simran singh
:14 + > Subject: Re: [OE-core] Linking two recipes > > On Mon, 2012-03-19 at 15:10 -0700, simran singh wrote: > > This is how I was able to install it: > > > > > > do_install(){ > >python configure.py --prefix=${D}/${libdir}/botan > >