From: Koen Kooi Date: Mon, 3 Jan 2011 10:48:33 +0000 (+0100) Subject: mysql5: remove legacy staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf0fc03acfb262bcd614a14086a1b28ec850f46;p=openembedded.git mysql5: remove legacy staging Signed-off-by: Koen Kooi --- diff --git a/recipes/mysql/mysql5_5.1.40.inc b/recipes/mysql/mysql5_5.1.40.inc index 1ebfe8d002..d7c1b7261a 100644 --- a/recipes/mysql/mysql5_5.1.40.inc +++ b/recipes/mysql/mysql5_5.1.40.inc @@ -36,12 +36,6 @@ do_configure_append() { sed -i /comp_err/d ${S}/sql/share/Makefile } -do_stage() { - autotools_stage_all - oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR} - oe_libinstall -a -C libmysqld libmysqld ${STAGING_LIBDIR} -} - SYSROOT_PREPROCESS_FUNCS += "mysql5_sysroot_preprocess" # We need to append this so it runs *after* binconfig's preprocess function