From: Phil Blundell Date: Sat, 18 Sep 2004 20:46:18 +0000 (+0000) Subject: add staging for libmysqlclient X-Git-Tag: Release-2010-05/1~17054 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1449100787598e1e0df82855e120945ec457c95f;p=openembedded.git add staging for libmysqlclient BKrev: 414c9e9arPOGFRMvDA2NJ4Q4dUA_dA --- 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} +} +