[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-286-gbc9bb3c
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-02-08 13:35:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via bc9bb3c8ab9a3e78d70fb7ae79096e07c42c1a62 (commit)
from 6b9e1b806a923a9c0d9cffae863ecaef4becd7c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bc9bb3c8ab9a3e78d70fb7ae79096e07c42c1a62
Author: Fabien Marteau <fab...@ar...>
Date: Tue Feb 8 14:35:22 2011 +0100
[buildroot][package][mysql_client] Update post install hooks according to new BR
-----------------------------------------------------------------------
Summary of changes:
...061-mysql_client-reduce_installation_size.patch | 26 +++++++++++--------
1 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/patches/buildroot/2010.11/061-mysql_client-reduce_installation_size.patch b/patches/buildroot/2010.11/061-mysql_client-reduce_installation_size.patch
index d6cacd9..356a4fb 100644
--- a/patches/buildroot/2010.11/061-mysql_client-reduce_installation_size.patch
+++ b/patches/buildroot/2010.11/061-mysql_client-reduce_installation_size.patch
@@ -5,8 +5,8 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/mysql_client/Config.in
===================================================================
---- buildroot.orig/package/mysql_client/Config.in 2011-01-03 14:00:29.000000000 +0100
-+++ buildroot/package/mysql_client/Config.in 2011-01-03 14:00:39.000000000 +0100
+--- buildroot.orig/package/mysql_client/Config.in 2010-11-30 16:52:43.000000000 +0100
++++ buildroot/package/mysql_client/Config.in 2011-02-08 14:22:08.000000000 +0100
@@ -8,3 +8,20 @@
comment "Mysql client requires a toolchain with C++ support enabled"
@@ -30,17 +30,19 @@ Index: buildroot/package/mysql_client/Config.in
+endif
Index: buildroot/package/mysql_client/mysql_client.mk
===================================================================
---- buildroot.orig/package/mysql_client/mysql_client.mk 2011-01-03 14:00:29.000000000 +0100
-+++ buildroot/package/mysql_client/mysql_client.mk 2011-01-03 14:02:16.000000000 +0100
-@@ -32,10 +32,20 @@
+--- buildroot.orig/package/mysql_client/mysql_client.mk 2010-11-30 16:52:43.000000000 +0100
++++ buildroot/package/mysql_client/mysql_client.mk 2011-02-08 14:29:06.000000000 +0100
+@@ -32,10 +32,25 @@
--enable-thread-safe-client \
$(ENABLE_DEBUG)
-define MYSQL_CLIENT_REMOVE_TEST_PROGS
-+$(MYSQL_CLIENT_HOOK_POST_INSTALL):
++define MYSQL_CLIENT_DELETE_USELESS_BINARIES
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
--endef
-+ifeq ($(BR2_PACKAGE_MYSQL_CLIENT_SHRINK),y)
+ endef
+
+-MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
++define MYSQL_CLIENT_DELETE_USELESS_BINARIES_SHRINK
+ rm -rf $(TARGET_DIR)/usr/bin/mysql_client_test
+ rm -rf $(TARGET_DIR)/usr/bin/mysql_waitpid
+ rm -rf $(TARGET_DIR)/usr/bin/myisampack
@@ -50,9 +52,11 @@ Index: buildroot/package/mysql_client/mysql_client.mk
+ rm -rf $(TARGET_DIR)/usr/bin/myisam_ftdump
+ rm -rf $(TARGET_DIR)/usr/bin/myisamlog
+ rm -rf $(TARGET_DIR)/usr/bin/my_print_defaults
-+endif
++endef
+
-
--MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
++MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_DELETE_USELESS_BINARIES
++ifeq ($(BR2_PACKAGE_MYSQL_CLIENT_SHRINK),y)
++MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_DELETE_USELESS_BINARIES_SHRINK
++endif
$(eval $(call AUTOTARGETS,package,mysql_client))
hooks/post-receive
--
armadeus
|