From: "Stewart, David C" <david.c.stewart@intel.com>
To: mulhern <mulhern@gmail.com>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Discovering available Perl modules OR writing recipes for your own
Date: Sat, 27 Jul 2013 04:03:18 +0000 [thread overview]
Message-ID: <CE189489.3F40C%david.c.stewart@intel.com> (raw)
In-Reply-To: <CADM5y7v6DT9Ls=UZNRc_uYPdrgh2AtrY_HMRPbEss=CYxOWxoQ@mail.gmail.com>
Did you get an answer? I'm not seeing it.
From: mulhern <mulhern@gmail.com<mailto:mulhern@gmail.com>>
Date: Wednesday, July 24, 2013 8:30 AM
To: "yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>" <yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>>
Subject: [yocto] Discovering available Perl modules OR writing recipes for your own
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 it. It is very easy to write a little recipes that provides this module and forge ahead.
But I'm not sure that that is the correct thing to do...especially as it looks like I'll have to do the same thing for another ten or so tiny modules if I take that approach.
First, is there some way that I can find out whether that or any particular Perl module is provided by some recipe somewhere? My plan would be to RDEPEND on every available Perl module, forcing them all to be installed in the right place, run the pulledpork script, do the right think to provide any modules still missing until the script can actually complete, and then remove from RDEPENDS all previously included modules that don't show up a values in %INC. So far, so good, but I don't know how to even locate all the Perl modules that are already available.
Second, if the modules really are not available is there a better way to package them up than writing individual recipes for each and every missing module?
Third, are there naming conventions that should be followed? For example there is a recipe for liburi-perl that provides the very simply named Perl module URI.
Thanks!
- mulhern
next prev parent reply other threads:[~2013-07-27 4:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-24 15:30 Discovering available Perl modules OR writing recipes for your own mulhern
2013-07-25 11:52 ` Trevor Woerner
2013-07-25 13:25 ` mulhern
2013-07-25 13:44 ` Paul Eggleton
2013-07-25 14:22 ` Trevor Woerner
2013-07-25 14:57 ` mulhern
2013-07-27 4:03 ` Stewart, David C [this message]
2013-07-27 12:24 ` mulhern
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=CE189489.3F40C%david.c.stewart@intel.com \
--to=david.c.stewart@intel.com \
--cc=mulhern@gmail.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.