mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
mysql_client: convert old-style hook to new-style hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b4cb198b97
commit
d31100d7e8
@ -32,8 +32,10 @@ MYSQL_CLIENT_CONF_OPT = \
|
|||||||
--enable-thread-safe-client \
|
--enable-thread-safe-client \
|
||||||
$(ENABLE_DEBUG)
|
$(ENABLE_DEBUG)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,mysql_client))
|
define MYSQL_CLIENT_REMOVE_TEST_PROGS
|
||||||
|
|
||||||
$(MYSQL_CLIENT_HOOK_POST_INSTALL):
|
|
||||||
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
||||||
touch $@
|
endef
|
||||||
|
|
||||||
|
MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,mysql_client))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user