diff options
| author | mulhern <mulhern@yoctoproject.org> | 2013-09-05 16:06:55 -0400 |
|---|---|---|
| committer | mulhern <mulhern@yoctoproject.org> | 2013-09-06 15:04:51 -0400 |
| commit | 584c1982cc42d1f8654d97ce24b11a4deeb784ba (patch) | |
| tree | 07d9f3e2f9ffdbb60345381515429145df3e6df1 | |
| parent | acf8d44f706ab9682d294fabe31ca04486e8fe5a (diff) | |
| download | meta-security-584c1982cc42d1f8654d97ce24b11a4deeb784ba.tar.gz | |
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.
| -rw-r--r-- | recipes-security/checksecurity/checksecurity_2.0.14.bb | 2 | ||||
| -rw-r--r-- | recipes-security/perl/env-perl_1.04.bb | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/recipes-security/checksecurity/checksecurity_2.0.14.bb b/recipes-security/checksecurity/checksecurity_2.0.14.bb index 83a24a7..70dfd03 100644 --- a/recipes-security/checksecurity/checksecurity_2.0.14.bb +++ b/recipes-security/checksecurity/checksecurity_2.0.14.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "checksecurity is a simple package which will scan your system for | |||
| 3 | SECTION = "security" | 3 | SECTION = "security" |
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
| 6 | RDEPENDS_${PN} = "perl env-perl perl-module-tie-array perl-module-getopt-long perl-module-file-glob util-linux findutils coreutils" | 6 | RDEPENDS_${PN} = "perl libenv-perl perl-module-tie-array perl-module-getopt-long perl-module-file-glob util-linux findutils coreutils" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \ | 8 | SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}.tar.gz \ |
| 9 | file://setuid-log-folder.patch" | 9 | file://setuid-log-folder.patch" |
diff --git a/recipes-security/perl/env-perl_1.04.bb b/recipes-security/perl/env-perl_1.04.bb deleted file mode 100644 index 4aeba4f..0000000 --- a/recipes-security/perl/env-perl_1.04.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "This package contains the Env.pm \ | ||
| 2 | perl module that imports environment variables as scalars or arrays" | ||
| 3 | |||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "fdba5c0690e66972c96fee112cf5f25c" | ||
| 10 | SRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0" | ||
| 11 | |||
| 12 | DEPENDS += "perl" | ||
| 13 | |||
| 14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/Env-${PV}" | ||
| 17 | |||
| 18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 19 | |||
| 20 | inherit cpan | ||
| 21 | |||
| 22 | do_compile() { | ||
| 23 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 24 | cpan_do_compile | ||
| 25 | } | ||
