diff options
Diffstat (limited to 'mysql')
-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} +} + |