aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql/mysql5-native_5.1.40.bb
blob: dc1f45a695c5a034ab5e6271ad871c3f2d8c4084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require mysql5_${PV}.inc
inherit native
PR ="r2"

SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \
           file://fix-abi-check-gcc45.patch"

RDEPENDS_${PN} = ""
PACKAGES = ""
DEPENDS = "ncurses-native"
EXTRA_OEMAKE = ""
EXTRA_OECONF = " --with-embedded-server "

do_install() {
        install -d ${D}${bindir}
        install -m 0755 sql/gen_lex_hash ${D}${bindir}/
}

NATIVE_INSTALL_WORKS = "1"

# Mysql tries to access the ${WORKDIR} from this build..
do_rm_work() {
       :
}
PSTAGING_DISABLED = "1"

SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432"