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:
c60a736
)
Unbork the mysql build: mysql-native was getting the EXTRA_OEMAKE that should have...
author
Chris Larson
<clarson@kergoth.com>
Thu, 16 Sep 2004 02:55:25 +0000
(
02:55
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 16 Sep 2004 02:55:25 +0000
(
02:55
+0000)
BKrev: 4149009dfKB8dkK28WPj65GJrrjzYg
mysql/mysql-native_4.1.4a.oe
patch
|
blob
|
history
diff --git
a/mysql/mysql-native_4.1.4a.oe
b/mysql/mysql-native_4.1.4a.oe
index
e69de29
..
b26d4c5
100644
(file)
--- a/
mysql/mysql-native_4.1.4a.oe
+++ b/
mysql/mysql-native_4.1.4a.oe
@@
-0,0
+1,11
@@
+include mysql_${PV}.oe
+inherit native
+
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/mysql-${PV}', '${FILE_DIRNAME}/mysql-4.1', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+PACKAGES = ""
+DEPENDS = "ncurses-native"
+EXTRA_OEMAKE = ""
+
+do_stage () {
+ install -m 0755 sql/gen_lex_hash ${STAGING_BINDIR}/
+}