mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-25 18:57:09 +00:00
libenv-perl: Remove, moved to meta-perl
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
7ce3c3368a
commit
d145b78346
@@ -35,7 +35,6 @@ RECIPE_MAINTAINER_pn-hash-perl = "Armin Kuster <akuster808@gmail.com>"
|
|||||||
RECIPE_MAINTAINER_pn-isic = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-isic = "Armin Kuster <akuster808@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-keyutils = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-keyutils = "Armin Kuster <akuster808@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-libaes-siv = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-libaes-siv = "Armin Kuster <akuster808@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-libenv-perl = "Armin Kuster <akuster808@gmail.com>"
|
|
||||||
RECIPE_MAINTAINER_pn-libgssglue = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-libgssglue = "Armin Kuster <akuster808@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-libhtp = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-libhtp = "Armin Kuster <akuster808@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-libmhash = "Armin Kuster <akuster808@gmail.com>"
|
RECIPE_MAINTAINER_pn-libmhash = "Armin Kuster <akuster808@gmail.com>"
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
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"
|
|
||||||
Reference in New Issue
Block a user