[YOCTO #5081]

The recipe meta-security/recipes-security/perl/curses-perl_1.28.bb is renamed
to libcurses-perl_1.28.bb to conform to accepted naming scheme.
The dependency in the Bastille recipe is updated accordingly.

Signed-off-by: mulhern <mulh...@yoctoproject.org>
---
 recipes-security/bastille/bastille_3.2.1.bb                          |    2 +-
 .../perl/{curses-perl_1.28.bb => libcurses-perl_1.28.bb}             |    0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-security/perl/{curses-perl_1.28.bb => libcurses-perl_1.28.bb} 
(100%)

diff --git a/recipes-security/bastille/bastille_3.2.1.bb 
b/recipes-security/bastille/bastille_3.2.1.bb
index 06215a2..ef697d7 100644
--- a/recipes-security/bastille/bastille_3.2.1.bb
+++ b/recipes-security/bastille/bastille_3.2.1.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
 # Bash is needed for set +o privileged (check busybox), might also need ncurses
 DEPENDS = "virtual/kernel"
-RDEPENDS_${PN} = "perl bash tcl perl-module-getopt-long perl-module-text-wrap 
lib-perl perl-module-file-path perl-module-mime-base64 perl-module-file-find 
perl-module-errno perl-module-file-glob perl-module-tie-hash-namedcapture 
perl-module-file-copy perl-module-english perl-module-exporter perl-module-cwd 
curses-perl coreutils"
+RDEPENDS_${PN} = "perl bash tcl perl-module-getopt-long perl-module-text-wrap 
lib-perl perl-module-file-path perl-module-mime-base64 perl-module-file-find 
perl-module-errno perl-module-file-glob perl-module-tie-hash-namedcapture 
perl-module-file-copy perl-module-english perl-module-exporter perl-module-cwd 
libcurses-perl coreutils"
 FILES_${PN} += "/run/lock/subsys/bastille"
 
 inherit allarch module-base
diff --git a/recipes-security/perl/curses-perl_1.28.bb 
b/recipes-security/perl/libcurses-perl_1.28.bb
similarity index 100%
rename from recipes-security/perl/curses-perl_1.28.bb
rename to recipes-security/perl/libcurses-perl_1.28.bb
-- 
1.7.10.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to