[oe] Question on writing perl lib .bb files

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Sun Oct 10 11:42:55 UTC 2010


2010/10/10 J. L. <vwyodapink at gmail.com>:

>> NOTE: Running task 911 of 922 (ID: 2,
>> /home/vdubhack/overo-oe/user.collection/recipes/perl/libnet-whois-arin-perl_0.11.bb,
>> do_install)
>> NOTE: Running task 912 of 922 (ID: 15,
>> /home/vdubhack/overo-oe/user.collection/recipes/perl/libnet-whois-arin-perl_0.11.bb,
>> do_package)
>> NOTE: the following files were installed but not shipped in any package:
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN.3pm
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN::Contact.3pm
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN::AS.3pm
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN::Organization.3pm
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN::Customer.3pm
>> NOTE:   /home/vdubhack/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/perl-5.8.8-r36/image/usr/share/man/man3/Net::Whois::ARIN::Network.3pm

Ah you are using perl 5.8.8
Anyway, haivng packages that are installed but not shipped in a
package does not seem good. You should probably add these in a doc
package. See other recipes on how do do this.

[...]

>>
>
> Sorry guess I need to go to sleep here is the recipe I built without
> the depends, the first one is the ones it says it needs in CPAN, here
> the one that I built and installed::

As I wrote before this is probably because earlier you already build
all the required modules.
>
> DESCRIPTION = "Net::Whois::ARIN         whois arin "
> SECTION = "libs"
> LICENSE = "Perl"
> PR = "r1"
>
> SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TC/TCAINE/Net-Whois-ARIN-${PV}.tar.gz"
>
> S = "${WORKDIR}/Net-Whois-ARIN-${PV}"
>
> inherit cpan
>
> BBCLASSEXTEND="native"
>
> SRC_URI[md5sum] = "a5aee39187c6272acd2a77e30847fdef"
> SRC_URI[sha256sum] =
> "d47a6720ff265674cbd918d866c73221be9916d81e1c30ccdb0d49e6b45110e8"
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list