add staging for libmysqlclient
authorPhil Blundell <philb@gnu.org>
Sat, 18 Sep 2004 20:46:18 +0000 (20:46 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 18 Sep 2004 20:46:18 +0000 (20:46 +0000)
BKrev: 414c9e9arPOGFRMvDA2NJ4Q4dUA_dA

mysql/mysql_4.1.4a.oe

index a452577..06c6094 100644 (file)
@@ -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}
+}
+