summaryrefslogtreecommitdiff
path: root/mysql/mysql_4.1.4a.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-18 20:46:18 +0000
committerPhil Blundell <philb@gnu.org>2004-09-18 20:46:18 +0000
commit1449100787598e1e0df82855e120945ec457c95f (patch)
tree96322e13f6c47a1290a5bf857a8c49188ac01265 /mysql/mysql_4.1.4a.oe
parent7acf144cdaa98c8481166fb039d823b70d76f7cf (diff)
add staging for libmysqlclient
BKrev: 414c9e9arPOGFRMvDA2NJ4Q4dUA_dA
Diffstat (limited to 'mysql/mysql_4.1.4a.oe')
-rw-r--r--mysql/mysql_4.1.4a.oe6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql/mysql_4.1.4a.oe b/mysql/mysql_4.1.4a.oe
index a4525777fc..06c60948fb 100644
--- a/mysql/mysql_4.1.4a.oe
+++ b/mysql/mysql_4.1.4a.oe
@@ -8,3 +8,9 @@ DEPENDS += "ncurses mysql-native"
inherit autotools
EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'"
+
+do_stage() {
+ autotools_stage_includes
+ oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR}
+}
+