mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libsemanage-python: add runtime dependency on python
Moving the python components to their own package removes a hard dependency on all of libsemanage but requires an explicit runtime dependency on python. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
cd46305a08
commit
0b59889548
|
|
@ -12,6 +12,10 @@ DEPENDS += "libsepol libselinux bzip2 python bison-native flex-native swig-nativ
|
|||
DEPENDS_append_class-target += "audit"
|
||||
|
||||
PACKAGES =+ "${PN}-python"
|
||||
|
||||
# For /usr/libexec/selinux/semanage_migrate_store
|
||||
RDEPENDS_${PN}-python += "python"
|
||||
|
||||
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \
|
||||
${libexecdir}/selinux/semanage_migrate_store"
|
||||
FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user