From: Hongxu Jia <hongxu.jia@windriver.com>
To: Armin Kuster <akuster808@gmail.com>,
<openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-perl][PATCH 1/4] lib-perl: move package from meta-security to meta-perl
Date: Tue, 16 Dec 2014 09:35:34 +0800 [thread overview]
Message-ID: <548F8C66.5080005@windriver.com> (raw)
In-Reply-To: <1418662550-13436-1-git-send-email-akuster808@gmail.com>
On 12/16/2014 12:55 AM, Armin Kuster wrote:
> please consider this common package for meta-perl.
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
> meta-perl/recipes-perl/libperl/lib-perl_0.63.bb | 28 +++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
> create mode 100644 meta-perl/recipes-perl/libperl/lib-perl_0.63.bb
We have a another lib-perl in oe-core
(meta/recipes-devtools/perl/perl_5.20.0.bb),
Are they the same? If not, how about rename the recipe?
Others is fine to me.
//Hongxu
>
> diff --git a/meta-perl/recipes-perl/libperl/lib-perl_0.63.bb b/meta-perl/recipes-perl/libperl/lib-perl_0.63.bb
> new file mode 100644
> index 0000000..7895864
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libperl/lib-perl_0.63.bb
> @@ -0,0 +1,28 @@
> +DESCRIPTION = "This is a small simple module which simplifies the \
> +manipulation of @INC at compile time. It is typically used to add extra \
> +directories to Perl's search path so that later 'use' or 'require' statements \
> +will find modules which are not located in the default search path."
> +
> +SECTION = "libs"
> +LICENSE = "Artistic-1.0 | GPL-1.0+"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=94b119f1a7b8d611efc89b5d562a1a50"
> +
> +DEPENDS += "perl"
> +
> +SRC_URI = "http://www.cpan.org/authors/id/S/SM/SMUELLER/lib-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "8607ac4e0d9d43585ec28312f52df67c"
> +SRC_URI[sha256sum] = "72f63db9220098e834d7a38231626bd0c9b802c1ec54a628e2df35f3818e5a00"
> +
> +S = "${WORKDIR}/lib-${PV}"
> +
> +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
> +
> +inherit cpan
> +
> +do_compile() {
> + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
> + cpan_do_compile
> +}
next prev parent reply other threads:[~2014-12-16 1:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 16:55 [meta-perl][PATCH 1/4] lib-perl: move package from meta-security to meta-perl Armin Kuster
2014-12-15 16:55 ` [meta-perl][PATCH 2/4] libhtml-parser-perl: " Armin Kuster
2014-12-15 16:55 ` [meta-perl][PATCH 3/4] libcurses-perl: move " Armin Kuster
2014-12-15 16:55 ` [meta-perl][PATCH 4/4] libnet-dns-perl: move package to mete-perl Armin Kuster
2014-12-16 1:35 ` Hongxu Jia [this message]
2014-12-16 21:53 ` [meta-perl][PATCH 1/4] lib-perl: move package from meta-security to meta-perl akuster808
2014-12-17 15:51 ` Paul Eggleton
2014-12-17 18:51 ` Olof Johansson
2014-12-17 18:54 ` Olof Johansson
2014-12-17 18:57 ` akuster808
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=548F8C66.5080005@windriver.com \
--to=hongxu.jia@windriver.com \
--cc=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.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.