package/refpolicy: ensure REFPOLICY_EXTRA_MODULES_DIRS is empty when it should be
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 4 Sep 2020 15:19:16 +0000 (17:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 4 Sep 2020 15:19:16 +0000 (17:19 +0200)
commita326b6ecb0c8710fe1064606b20818b558fcf529
tree9d28d352d2a631705c75baaf56c76d2c8d972e7d
parent0ade35976d4455727fe021e881bf095c94f75491
package/refpolicy: ensure REFPOLICY_EXTRA_MODULES_DIRS is empty when it should be

When both BR2_REFPOLICY_EXTRA_MODULES_DIRS and
PACKAGES_SELINUX_EXTRA_MODULES_DIRS are empty, we expect
REFPOLICY_EXTRA_MODULES_DIRS to also be empty. However, due to spaces,
this is not the case. This commit adds a $(strip ...) call to ensure
it is the case.

Thanks to this, the check on whether REFPOLICY_EXTRA_MODULES_DIRS is
empty later on will really work as it should.

Reported-by: Antoine Ténart <antoine.tenart@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/refpolicy/refpolicy.mk