Add mysql gen_lex_hash patch, which I had forgotten to check in.
authorChris Larson <clarson@kergoth.com>
Fri, 10 Sep 2004 21:14:20 +0000 (21:14 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 10 Sep 2004 21:14:20 +0000 (21:14 +0000)
BKrev: 4142192cPfnt3LJyQ6xT3YL9jNXXMg

mysql/mysql-4.1.4a/gen_lex_hash.patch [new file with mode: 0644]
mysql/mysql_4.1.4a.oe

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 (file)
index 0000000..e69de29
index e69de29..a452577 100644 (file)
@@ -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'"