git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77cc42b
)
mysql5-native: put make install to do_install after autotools_stage_all was removed...
author
Martin Jansa
<martin.jansa@gmail.com>
Wed, 5 Jan 2011 23:33:32 +0000
(23:33 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 6 Jan 2011 15:43:56 +0000
(16:43 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/mysql/mysql5-native_5.1.40.bb
patch
|
blob
|
history
diff --git
a/recipes/mysql/mysql5-native_5.1.40.bb
b/recipes/mysql/mysql5-native_5.1.40.bb
index
40d07ec
..
8001783
100644
(file)
--- 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}/
}