summaryrefslogtreecommitdiff
path: root/meta-security/recipes-perl
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-01 22:21:06 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-01 22:21:07 +0300
commit49e29a10ccf9979817e7c40b903e7c7925ab2e5c (patch)
treee425e17846a1bbe48def05d872841610568584cd /meta-security/recipes-perl
parent0f291cce3faf2fd387c0db8f04bd2f9f4187f6df (diff)
downloadopenbmc-49e29a10ccf9979817e7c40b903e7c7925ab2e5c.tar.xz
meta-security: subtree update:6d399b34ab..30ea7a89dc
Adrian Bunk (2): xmlsec1: Remove, moved to meta-oe libenv-perl: Remove, moved to meta-perl Armin Kuster (3): apparmor: fix RDPENDS apparmor: update to 2.13.3 integrity-image: IMA_EVM_KEY_DIR has no affect, remove Qi.Chen@windriver.com (2): ecryptfs-utils: remove openssl PACKAGECONFIG ecryptfs-utils: fix race condition in do_install Yuan Chao (2): python-scapy: upgrade 2.4.2 -> 2.4.3 checksec: upgrade 1.11.1 -> 2.1.0 Change-Id: I888703dc3a3df6fa0da471e1d112f9d88dcdc44b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-security/recipes-perl')
-rw-r--r--meta-security/recipes-perl/perl/libenv-perl_1.04.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-security/recipes-perl/perl/libenv-perl_1.04.bb b/meta-security/recipes-perl/perl/libenv-perl_1.04.bb
deleted file mode 100644
index dd8e1159e..000000000
--- a/meta-security/recipes-perl/perl/libenv-perl_1.04.bb
+++ /dev/null
@@ -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"