[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-287-gef508c9
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-02-08 14:53:15
|
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 ef508c9ec1374d8d2f5da8fda873298616fe1a7e (commit)
from bc9bb3c8ab9a3e78d70fb7ae79096e07c42c1a62 (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 ef508c9ec1374d8d2f5da8fda873298616fe1a7e
Author: Fabien Marteau <fab...@ar...>
Date: Tue Feb 8 15:52:40 2011 +0100
[buildroot][package][mysql_client] Fix link bug
-----------------------------------------------------------------------
Summary of changes:
...061-mysql_client-reduce_installation_size.patch | 12 +++++++++---
1 files changed, 9 insertions(+), 3 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 356a4fb..c6c0332 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
@@ -6,7 +6,7 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/mysql_client/Config.in
===================================================================
--- 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
++++ buildroot/package/mysql_client/Config.in 2011-02-08 14:30:03.000000000 +0100
@@ -8,3 +8,20 @@
comment "Mysql client requires a toolchain with C++ support enabled"
@@ -31,8 +31,8 @@ Index: buildroot/package/mysql_client/Config.in
Index: buildroot/package/mysql_client/mysql_client.mk
===================================================================
--- 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 @@
++++ buildroot/package/mysql_client/mysql_client.mk 2011-02-08 15:15:57.000000000 +0100
+@@ -32,10 +32,31 @@
--enable-thread-safe-client \
$(ENABLE_DEBUG)
@@ -42,6 +42,11 @@ Index: buildroot/package/mysql_client/mysql_client.mk
endef
-MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
++define MYSQL_CLIENT_MOVE_BINARIES_IN_USRLIB
++ mv $(TARGET_DIR)/usr/lib/mysql/* $(TARGET_DIR)/usr/lib/
++ rm -r $(TARGET_DIR)/usr/lib/mysql
++endef
++
+define MYSQL_CLIENT_DELETE_USELESS_BINARIES_SHRINK
+ rm -rf $(TARGET_DIR)/usr/bin/mysql_client_test
+ rm -rf $(TARGET_DIR)/usr/bin/mysql_waitpid
@@ -55,6 +60,7 @@ Index: buildroot/package/mysql_client/mysql_client.mk
+endef
+
+MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_DELETE_USELESS_BINARIES
++MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_MOVE_BINARIES_IN_USRLIB
+ifeq ($(BR2_PACKAGE_MYSQL_CLIENT_SHRINK),y)
+MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_DELETE_USELESS_BINARIES_SHRINK
+endif
hooks/post-receive
--
armadeus
|