diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 20:46:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 20:46:18 +0000 |
commit | 1449100787598e1e0df82855e120945ec457c95f (patch) | |
tree | 96322e13f6c47a1290a5bf857a8c49188ac01265 /mysql/mysql_4.1.4a.oe | |
parent | 7acf144cdaa98c8481166fb039d823b70d76f7cf (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.oe | 6 |
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} +} + |