diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-10 15:04:03 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-07-14 19:44:48 +0000 |
commit | 1a69ba09cf6a4e116c2603e89909e83a3f3aed36 (patch) | |
tree | d4a38b3ef6d8aa4901b37f9107026f6f81c6cfae | |
parent | 376fad4de19e58b36289644750db912e71b9cf41 (diff) | |
download | meta-security-1a69ba09cf6a4e116c2603e89909e83a3f3aed36.tar.gz |
bastille: Deleted redundant inherit to fix error when enable multilib.
There is no need to inherit module-base. Because this inherit will stop
bastille to build to lib32-bastille.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/bastille/bastille_3.2.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-security/bastille/bastille_3.2.1.bb b/recipes-security/bastille/bastille_3.2.1.bb index e9accb5..0290cae 100644 --- a/recipes-security/bastille/bastille_3.2.1.bb +++ b/recipes-security/bastille/bastille_3.2.1.bb | |||
@@ -9,8 +9,6 @@ DEPENDS = "virtual/kernel" | |||
9 | 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" | 9 | 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" |
10 | FILES_${PN} += "/run/lock/subsys/bastille" | 10 | FILES_${PN} += "/run/lock/subsys/bastille" |
11 | 11 | ||
12 | inherit module-base | ||
13 | |||
14 | SRC_URI = "http://sourceforge.net/projects/bastille-linux/files/bastille-linux/3.2.1/Bastille-3.2.1.tar.bz2 \ | 12 | SRC_URI = "http://sourceforge.net/projects/bastille-linux/files/bastille-linux/3.2.1/Bastille-3.2.1.tar.bz2 \ |
15 | file://AccountPermission.pm \ | 13 | file://AccountPermission.pm \ |
16 | file://FileContent.pm \ | 14 | file://FileContent.pm \ |