package/selinux-python: now available on !glibc configs
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:30 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 21:14:47 +0000 (23:14 +0200)
commit3bef65ef6b94884f204fea8c5a85cdca6a347a09
tree09b8b8bc8a7fd57abb994ba7715fc8a1722d4578
parent6b785cc447e241cd11b442e00a928a7024f7fbfb
package/selinux-python: now available on !glibc configs

The BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW was not available on !glibc
due to its dependency on checkpolicy. Now that checkpolicy is
available on !glibc systems, we can drop that dependency.

Note that the Config.in comment was wrong: it did mention the glibc
dependency, but the corresponding "depends on" was not there.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/selinux-python/Config.in