summaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-10 21:14:20 +0000
committerChris Larson <clarson@kergoth.com>2004-09-10 21:14:20 +0000
commit8245490fc4d0313e4a12b7b051f248a542fda832 (patch)
tree7b60f25221d782edcafdb00cdf0034e4b8937189 /mysql
parent182b6f7cf5d72580eff1aa8b174776fb2e84cadb (diff)
Add mysql gen_lex_hash patch, which I had forgotten to check in.
BKrev: 4142192cPfnt3LJyQ6xT3YL9jNXXMg
Diffstat (limited to 'mysql')
-rw-r--r--mysql/mysql-4.1.4a/gen_lex_hash.patch0
-rw-r--r--mysql/mysql_4.1.4a.oe10
2 files changed, 10 insertions, 0 deletions
diff --git a/mysql/mysql-4.1.4a/gen_lex_hash.patch b/mysql/mysql-4.1.4a/gen_lex_hash.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mysql/mysql-4.1.4a/gen_lex_hash.patch
diff --git a/mysql/mysql_4.1.4a.oe b/mysql/mysql_4.1.4a.oe
index e69de29bb2..a4525777fc 100644
--- a/mysql/mysql_4.1.4a.oe
+++ b/mysql/mysql_4.1.4a.oe
@@ -0,0 +1,10 @@
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}-gamma.tar.gz \
+ file://autofoo.patch;patch=1 \
+ file://gen_lex_hash.patch;patch=1"
+S = "${WORKDIR}/mysql-${PV}-gamma"
+DEPENDS += "ncurses mysql-native"
+
+inherit autotools
+
+EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'"