mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/checkpolicy: now available on !glibc configs
liselinux can now be selected on !glibc toolchains, so we can drop the glibc dependency of the checkpolicy package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
ae13ad4359
commit
25cc1eb03f
@ -2,7 +2,6 @@ config BR2_PACKAGE_CHECKPOLICY
|
|||||||
bool "checkpolicy"
|
bool "checkpolicy"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux
|
||||||
depends on !BR2_STATIC_LIBS # libselinux
|
depends on !BR2_STATIC_LIBS # libselinux
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC # libselinux
|
|
||||||
depends on !BR2_arc # libselinux
|
depends on !BR2_arc # libselinux
|
||||||
select BR2_PACKAGE_LIBSELINUX
|
select BR2_PACKAGE_LIBSELINUX
|
||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
@ -15,7 +14,6 @@ config BR2_PACKAGE_CHECKPOLICY
|
|||||||
|
|
||||||
http://selinuxproject.org/page/Main_Page
|
http://selinuxproject.org/page/Main_Page
|
||||||
|
|
||||||
comment "checkpolicy needs a glibc toolchain w/ threads, dynamic library"
|
comment "checkpolicy needs a toolchain w/ threads, dynamic library"
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
!BR2_TOOLCHAIN_USES_GLIBC
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user