[Buildroot] [PATCH v4 2/8] package/libsemanage: bump version to 3.0

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Apr 17 20:17:09 UTC 2020


On Wed, 15 Apr 2020 07:59:15 -0500
Matt Weber <matthew.weber at rockwellcollins.com> wrote:

>  HOST_LIBSEMANAGE_MAKE_OPTS += \

We had an unconditional assignment here.

>  	$(HOST_CONFIGURE_OPTS) \
> @@ -39,19 +40,10 @@ HOST_LIBSEMANAGE_MAKE_OPTS += \
>  	SWIG_LIB="$(HOST_DIR)/share/swig/$(SWIG_VERSION)/" \
>  	DEFAULT_SEMANAGE_CONF_LOCATION=$(HOST_DIR)/etc/selinux/semanage.conf
>  
> -ifeq ($(BR2_PACKAGE_PYTHON3),y)
> -HOST_LIBSEMANAGE_DEPENDENCIES += host-python3
>  HOST_LIBSEMANAGE_MAKE_OPTS += \

And this one was conditional on python3 availability. But it is no
longer optional, so the assignment can be grouped with the previous one.

I fixed that, and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list