[oe-commits] Martin Jansa : mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46

git version control git at git.openembedded.org
Thu Jan 6 15:46:11 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 11b6464b01541afeaedb07a51e1ed0c5bdad175e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11b6464b01541afeaedb07a51e1ed0c5bdad175e

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Jan  5 23:33:32 2011 +0000

mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/mysql/mysql5-native_5.1.40.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/mysql/mysql5-native_5.1.40.bb b/recipes/mysql/mysql5-native_5.1.40.bb
index 40d07ec..8001783 100644
--- a/recipes/mysql/mysql5-native_5.1.40.bb
+++ b/recipes/mysql/mysql5-native_5.1.40.bb
@@ -12,6 +12,10 @@ EXTRA_OEMAKE = ""
 EXTRA_OECONF = " --with-embedded-server "
 
 do_install() {
+        oe_runmake 'DESTDIR=${D}' install
+        mv -f ${D}${libdir}/mysql/* ${D}${libdir}
+        rmdir ${D}${libdir}/mysql
+
         install -d ${D}${bindir}
         install -m 0755 sql/gen_lex_hash ${D}${bindir}/
 }





More information about the Openembedded-commits mailing list