All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libenv-perl: Import from meta-security
@ 2019-08-25 16:32 Adrian Bunk
  2019-08-25 20:53 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2019-08-25 16:32 UTC (permalink / raw
  To: openembedded-devel

This will also be needed by a new meta-lsb layer.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 .../recipes-perl/libenv/libenv-perl_1.04.bb   | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb

diff --git a/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
new file mode 100644
index 000000000..dd8e1159e
--- /dev/null
+++ b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Perl module that imports environment variables as scalars or arrays"
+DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV. \
+For when this access method is inconvenient, the Perl module Env allows environment \
+variables to be treated as scalar or array variables."
+
+HOMEPAGE = "http://search.cpan.org/~flora/Env/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "fdba5c0690e66972c96fee112cf5f25c"
+SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0"
+
+S = "${WORKDIR}/Env-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] libenv-perl: Import from meta-security
  2019-08-25 16:32 [meta-oe][PATCH] libenv-perl: Import from meta-security Adrian Bunk
@ 2019-08-25 20:53 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2019-08-25 20:53 UTC (permalink / raw
  To: Adrian Bunk, openembedded-devel



On 8/25/19 9:32 AM, Adrian Bunk wrote:
> This will also be needed by a new meta-lsb layer.
+1 for moving it out of meta-security.


>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
>  .../recipes-perl/libenv/libenv-perl_1.04.bb   | 21 +++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
>
> diff --git a/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
> new file mode 100644
> index 000000000..dd8e1159e
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "Perl module that imports environment variables as scalars or arrays"
> +DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV. \
> +For when this access method is inconvenient, the Perl module Env allows environment \
> +variables to be treated as scalar or array variables."
> +
> +HOMEPAGE = "http://search.cpan.org/~flora/Env/"
> +SECTION = "libs"
> +LICENSE = "Artistic-1.0 | GPL-1.0+"
> +
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3"
> +
> +SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "fdba5c0690e66972c96fee112cf5f25c"
> +SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0"
> +
> +S = "${WORKDIR}/Env-${PV}"
> +
> +inherit cpan
> +
> +BBCLASSEXTEND = "native"



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-25 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-25 16:32 [meta-oe][PATCH] libenv-perl: Import from meta-security Adrian Bunk
2019-08-25 20:53 ` akuster808

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.