mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
rpm: fix depend for selinux enabled
The depends should be: libsepol -> libselinux -> libsemanage -> rpm Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
2b3fa8a8c3
commit
11c4922a3d
|
|
@ -1,4 +1,4 @@
|
|||
PR .= ".1"
|
||||
PR .= ".2"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
|
|
@ -10,5 +10,5 @@ FILES_${PN} += "${libdir}/rpm/bin/spooktool \
|
|||
"
|
||||
|
||||
# Fix incorrect dependency in upstream version
|
||||
PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libselinux,"
|
||||
PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage,"
|
||||
PACKAGECONFIG_append = " ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user