[Buildroot] [git commit] package/libsepol: fix help text for BR2_PACKAGE_LIBSEPOL_POLICY_VERSION

Peter Korsgaard peter at korsgaard.com
Wed May 6 05:23:36 UTC 2020


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=67d7705a9aa58886e8a8777fe4c95746c1fb5c96
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > The help text was wrong, as it didn't match the actual default values
 > we were specifying. Indeed, when we specify:

 >         default 31 if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13
 >         default 30 if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3

 > It means that the policy version 30 is supported starting from Linux
 > 4.3 included, and that 31 is supported from Linux 4.13 included.

 > So we shouldn't have:

 >> 4.3 <= 4.13    30
 >> 4.13           31

 > but:

 >> = 4.3 < 4.13    30
 >> = 4.13          31

 > This patch fixes that for all versions.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list