Files
buildroot/package
Thomas Petazzoni 717643ae7c package/refpolicy: test REFPOLICY_EXTRA_MODULES_DIR differently
REFPOLICY_EXTRA_MODULES_DIRS contains
$(PACKAGES_SELINUX_EXTRA_MODULES_DIRS) which is filled in by
package/pkg-generic.mk with the list of packages that have a selinux/
sub-directory. Due to how variable expansion works, if there is an
ifeq/ifneq test of REFPOLICY_EXTRA_MODULES_DIRS, it will only see the
value of REFPOLICY_EXTRA_MODULES_DIRS with the list of packages
*before* refpolicy in alphabetic ordering. This means that packages
after refpolicy in alphabetic ordering would not be taken into
account.

To fix this, we switch to an $(if ...) test, which allows the variable
to really be evaluated during the refpolicy build. This makes sures
the expansion is correct.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-06 15:30:12 +02:00
..
2020-09-14 22:16:23 +02:00
2020-09-30 22:56:40 +02:00
2020-09-02 18:14:46 +02:00
2020-09-22 21:41:06 +02:00
2020-09-01 09:18:37 +02:00
2020-09-19 22:10:50 +02:00
2020-10-04 11:38:01 +02:00
2020-09-09 22:54:26 +02:00
2020-09-17 21:40:39 +02:00
2020-10-04 11:27:21 +02:00
2020-09-30 22:47:10 +02:00
2020-10-03 08:56:01 +02:00
2020-09-19 21:53:14 +02:00
2020-08-29 23:05:20 +02:00
2020-09-21 22:37:31 +02:00
2020-09-20 16:08:09 +02:00
2020-09-07 23:15:11 +02:00
2020-09-08 22:31:51 +02:00
2020-08-29 22:57:17 +02:00
2020-09-19 21:10:27 +02:00
2020-10-03 09:01:34 +02:00
2020-10-04 20:45:35 +02:00
2020-10-04 11:38:01 +02:00
2020-09-19 21:18:26 +02:00
2020-09-05 23:30:10 +02:00
2020-09-07 21:35:21 +02:00
2020-09-20 15:36:47 +02:00
2020-10-04 21:53:43 +02:00
2020-09-06 16:38:02 +02:00
2020-09-14 21:10:26 +02:00
2020-08-29 23:13:51 +02:00
2020-09-19 14:52:33 +02:00
2020-09-03 20:51:04 +02:00
2020-09-19 14:22:00 +02:00
2020-09-19 22:08:37 +02:00
2020-08-31 22:18:09 +02:00
2020-09-22 21:59:02 +02:00
2020-10-04 11:38:01 +02:00
2020-09-13 18:56:47 +02:00
2020-10-04 21:02:53 +02:00
2020-09-03 20:47:36 +02:00
2020-10-04 11:38:01 +02:00
2020-09-20 15:06:01 +02:00
2020-09-20 15:05:59 +02:00
2020-09-21 22:40:21 +02:00
2020-09-19 23:22:59 +02:00
2020-09-20 15:06:00 +02:00
2020-09-24 23:01:44 +02:00
2020-09-19 22:36:18 +02:00