mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
libenv-perl: Remove redundant recipe in meta-security layer.
[YOCTO #5081] The recipe meta-security/recipes-security/env-perl_1.04.bb is removed since there is a recipe for the same Perl module at poky/meta/recipes-lsb4/perl/libenv-perl_1.04.bb. The dependency on env-perl in the checksecurity recipe is updated to a recipe on libenv-perl.
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "checksecurity is a simple package which will scan your system for
|
||||
SECTION = "security"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
RDEPENDS_${PN} = "perl env-perl perl-module-tie-array perl-module-getopt-long perl-module-file-glob util-linux findutils coreutils"
|
||||
RDEPENDS_${PN} = "perl libenv-perl perl-module-tie-array perl-module-getopt-long perl-module-file-glob util-linux findutils coreutils"
|
||||
|
||||
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \
|
||||
file://setuid-log-folder.patch"
|
||||
|
||||
Reference in New Issue
Block a user