mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
7fb8569f0b
commit
a6703eaef2
@@ -48,7 +48,7 @@ INITSCRIPT_PARAMS = "start 16 2 3 4 5 . stop 35 0 1 6 ."
|
||||
FILES_${PN} += "${sysconfdir}/init.d/smack"
|
||||
FILES_${PN}-ptest += "generator"
|
||||
|
||||
RDEPENDS_${PN} += "coreutils"
|
||||
RDEPENDS_${PN} += "coreutils python3-core"
|
||||
RDEPENDS_${PN}-ptest += "make bash bc"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user