aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-01-05 23:33:32 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-06 16:46:17 +0100
commit16cebd67fd3310b6504bafa92dc5d1f87d24946d (patch)
tree13da4b77ba81d23de4d752355d39bbc38ea4b6f2 /recipes-support
parent7380be72ef261fea9648a9a396c5b2b3d6d8c59d (diff)
downloadmeta-openembedded-contrib-16cebd67fd3310b6504bafa92dc5d1f87d24946d.tar.gz
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@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/mysql/mysql5-native_5.1.40.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/mysql/mysql5-native_5.1.40.bb b/recipes-support/mysql/mysql5-native_5.1.40.bb
index 40d07ec88e..800178330b 100644
--- a/recipes-support/mysql/mysql5-native_5.1.40.bb
+++ b/recipes-support/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}/
}