[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-23-g304ea80
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-09-08 13:31:05
|
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 304ea80732f76f5813c07c37ee8137989c7ace73 (commit)
via 447b6231f87c643e87385052dda5ff1dd9a7305b (commit)
from 9e9e9907ff8a9441dca76b353d5249cac6c9473d (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 304ea80732f76f5813c07c37ee8137989c7ace73
Author: Fabien Marteau <fab...@ar...>
Date: Wed Sep 8 15:30:36 2010 +0200
[package][mysql_client] Fix library link bug
commit 447b6231f87c643e87385052dda5ff1dd9a7305b
Author: Fabien Marteau <fab...@ar...>
Date: Wed Sep 8 14:05:32 2010 +0200
[package][mysql_client] Adding link to shared library under rootfs
-----------------------------------------------------------------------
Summary of changes:
...061-mysql_client-reduce_installation_size.patch | 21 ++++++++++++-------
1 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/patches/buildroot/061-mysql_client-reduce_installation_size.patch b/patches/buildroot/061-mysql_client-reduce_installation_size.patch
index 113b695..8b2279b 100644
--- a/patches/buildroot/061-mysql_client-reduce_installation_size.patch
+++ b/patches/buildroot/061-mysql_client-reduce_installation_size.patch
@@ -3,9 +3,11 @@ unneeded stuff for most everyday use.
Signed-off-by: Fabien Marteau <fab...@ar...>
---- /home/fabien/virgin-armadeus/buildroot/package/database/mysql_client/Config.in 2008-12-15 13:18:29.000000000 +0100
-+++ buildroot/package/database/mysql_client/Config.in 2008-12-15 11:00:35.000000000 +0100
-@@ -2,3 +2,21 @@ config BR2_PACKAGE_MYSQL_CLIENT
+Index: buildroot/package/database/mysql_client/Config.in
+===================================================================
+--- buildroot.orig/package/database/mysql_client/Config.in 2008-11-03 09:15:31.000000000 +0100
++++ buildroot/package/database/mysql_client/Config.in 2010-09-08 14:05:00.000000000 +0200
+@@ -2,3 +2,21 @@
bool "MySQL 5.1 client"
help
MySQL client
@@ -27,15 +29,18 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
+ usr/bin/myisamlog
+ usr/bin/my_print_defaults
+endif
---- /home/fabien/virgin-armadeus/buildroot/package/database/mysql_client/mysql_client.mk 2008-12-15 13:18:29.000000000 +0100
-+++ buildroot/package/database/mysql_client/mysql_client.mk 2008-12-15 11:05:57.000000000 +0100
-@@ -28,3 +28,19 @@ MYSQL_CLIENT_CONF_OPT = \
+Index: buildroot/package/database/mysql_client/mysql_client.mk
+===================================================================
+--- buildroot.orig/package/database/mysql_client/mysql_client.mk 2008-11-03 09:15:31.000000000 +0100
++++ buildroot/package/database/mysql_client/mysql_client.mk 2010-09-08 15:15:51.000000000 +0200
+@@ -28,3 +28,20 @@
$(ENABLE_DEBUG)
$(eval $(call AUTOTARGETS,package/database,mysql_client))
+
-+ifeq ($(BR2_PACKAGE_MYSQL_CLIENT_SHRINK),y)
+$(MYSQL_CLIENT_HOOK_POST_INSTALL):
++ cd $(TARGET_DIR)/usr/lib/;cp mysql/libmysqlclient.so.16.0.0 libmysqlclient.so.16
++ifeq ($(BR2_PACKAGE_MYSQL_CLIENT_SHRINK),y)
+ rm -rf $(TARGET_DIR)/usr/mysql-test/
+ rm -rf $(TARGET_DIR)/usr/sql-bench/
+ rm -rf $(TARGET_DIR)/usr/bin/mysql_client_test
@@ -47,5 +52,5 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
+ rm -rf $(TARGET_DIR)/usr/bin/myisam_ftdump
+ rm -rf $(TARGET_DIR)/usr/bin/myisamlog
+ rm -rf $(TARGET_DIR)/usr/bin/my_print_defaults
-+ touch $@
+endif
++ touch $@
hooks/post-receive
--
armadeus
|