This is the recipe I have created
********************************DESCRIPTION = "Net::SSLeay perl module"PR = "r0"
#DEPENDS = "openssl"#RDEPENDS_${PN} += " \# perl-module-extutils-makemaker
\# "
SRC_URI = "file://${PN}-${PV}.tar.gz"
S = "${WORKDIR}/Net-SSLeay-1.36"
#inherit cpan
fakeroot do_install() {
mkdir -p ${D}/usr/bin/Net-SSLeay-1.36
# cd Net-SSLeay-1.36# perl Makefile.PL
INSTALL_BASE=${WORKDIR}/image/usr/bin/Net-SSLeay-1.36 perl Makefile.PL
make install
}
FILES_${PN} += "/usr/bin/net-ssleay"***********************************
> From: [email protected]
> To: [email protected]
> Date: Fri, 20 Jan 2012 15:51:19 -0800
> Subject: [oe] Perl NET::SSLeay module
>
>
> Hello,
> I am trying to add a new module to the perl recipe for bitbake. I have made a
> recipe to install this using tar.gz file but have no success so far. Is there
> an easier way to add modules to the perl recipe and build an imageif they are
> not already present. I am fairly new to open embedded and bitbake. Thanks for
> any help.
> Sincerely,Sim Gill
>
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel