diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-08-16 10:28:09 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-24 12:54:57 -0700 |
commit | a6703eaef278cebb39ebfcb5d8fab3af126c42af (patch) | |
tree | e04790063d6efaee9c78dcb91224484db69ffb98 | |
parent | 7fb8569f0bddb69ea9db311a6c0a13da005f181a (diff) | |
download | meta-security-a6703eaef278cebb39ebfcb5d8fab3af126c42af.tar.gz |
smack: add runtime dependency on python3-core
* fixes:
ERROR: QA Issue: /usr/share/smack/smack_rules_gen contained in package smack requires /usr/bin/python3, but no providers found in RDEPENDS_smack? [file-rdeps]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/smack/smack_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index 246562a..f32d91b 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb | |||
@@ -48,7 +48,7 @@ INITSCRIPT_PARAMS = "start 16 2 3 4 5 . stop 35 0 1 6 ." | |||
48 | FILES_${PN} += "${sysconfdir}/init.d/smack" | 48 | FILES_${PN} += "${sysconfdir}/init.d/smack" |
49 | FILES_${PN}-ptest += "generator" | 49 | FILES_${PN}-ptest += "generator" |
50 | 50 | ||
51 | RDEPENDS_${PN} += "coreutils" | 51 | RDEPENDS_${PN} += "coreutils python3-core" |
52 | RDEPENDS_${PN}-ptest += "make bash bc" | 52 | RDEPENDS_${PN}-ptest += "make bash bc" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native" | 54 | BBCLASSEXTEND = "native" |