[Buildroot] [PATCH 1/2] package/perl-dbd-mysql: bump to version 4.050

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jan 2 13:35:11 UTC 2020


On Thu, 2 Jan 2020 03:55:43 -0800
Christopher McCrory <chrismcc at gmail.com> wrote:

> For MariaDB I also needed::
> 
> chrismcc at centos8-lxc git]$ cat external/packages/fixup-mariadb/
> fixup-mariadb.mk
> ################################################################################
> #
> # fixup-mariadb
> #
> ################################################################################
> 
> ifeq ($(BR2_PACKAGE_FIXUP_MARIADB),y)
> 
> define MARIADB_POST_INSTALL_STAGING_MORE
>         $(RM) -v $(STAGING_DIR)/usr/bin/mariadb_config
> endef
> 
> MARIADB_POST_INSTALL_STAGING_HOOKS += MARIADB_POST_INSTALL_STAGING_MORE

Why is it necessary to remove this file from staging? This doesn't seem
right.

> define MARIADB_POST_INSTALL_MORE
> $(RM) -r $(TARGET_DIR)/usr/data
> endef

What is this removing? Why is it important? Do we want to have this
removal in mariadb.mk in upstream Buildroot?

Best regards,

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



More information about the buildroot mailing list