Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-27 Thread mulhern
AM, Stewart, David C david.c.stew...@intel.com wrote: Did you get an answer? I'm not seeing it. From: mulhern mulh...@gmail.com Date: Wednesday, July 24, 2013 8:30 AM To: yocto@yoctoproject.org yocto@yoctoproject.org Subject: [yocto] Discovering available Perl modules OR writing recipes

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-26 Thread Stewart, David C
Did you get an answer? I'm not seeing it. From: mulhern mulh...@gmail.commailto:mulh...@gmail.com Date: Wednesday, July 24, 2013 8:30 AM To: yocto@yoctoproject.orgmailto:yocto@yoctoproject.org yocto@yoctoproject.orgmailto:yocto@yoctoproject.org Subject: [yocto] Discovering available Perl modules

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread Trevor Woerner
On 24 July 2013 11:30, mulhern mulh...@gmail.com wrote: pulledpork tries to use the module Crypt::SSLeay and in my current configuration it can't find it. It looks like this module has a recipe in the meta-security layer: http://layers.openembedded.org/layerindex/recipes/?q=perl

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread mulhern
Thanks, but that specific module isn't the whole total of my problem. It's nice of you to point out for me the location of that one but what about the more like 15 or so others I didn't list and where they might or might not be hiding? Should that particular module really be in the meta-security

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread Paul Eggleton
Hi mulhern, On Thursday 25 July 2013 09:25:04 mulhern wrote: Thanks, but that specific module isn't the whole total of my problem. It's nice of you to point out for me the location of that one but what about the more like 15 or so others I didn't list and where they might or might not be

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread Trevor Woerner
On 25 July 2013 09:25, mulhern mulh...@gmail.com wrote: It's nice of you to point out for me the location of that one but what about the more like 15 or so others I didn't list and where they might or might not be hiding? I was hoping you'd notice that there is a web-based search tool you can

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-25 Thread mulhern
On Thu, Jul 25, 2013 at 10:22 AM, Trevor Woerner trevor.woer...@linaro.orgwrote: On 25 July 2013 09:25, mulhern mulh...@gmail.com wrote: It's nice of you to point out for me the location of that one but what about the more like 15 or so others I didn't list and where they might or might

[yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-24 Thread mulhern
Hi all, I'm working on a recipe for pullledpork, which is a Perl app which grabs and combines Snort rules from various sites. My questions all revolve around pulledpork's various module dependencies. pulledpork tries to use the module Crypt::SSLeay and in my current configuration it can't find