blob: a4525777fcd8f4a694c4534754a7f2e68155255d (
plain)
1
2
3
4
5
6
7
8
9
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'"
|