matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / mysql / mysql5-native_5.1.40.bb
blob6ad02011b7ed3b220456d24b857045d48bf22bac
1 require mysql5_${PV}.inc
2 inherit native
3 PR ="r0"
5 SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz"
7 RDEPENDS_${PN} = ""
8 PACKAGES = ""
9 DEPENDS = "ncurses-native"
10 EXTRA_OEMAKE = ""
11 EXTRA_OECONF = " --with-embedded-server "
13 do_stage() {
14 install -m 0755 sql/gen_lex_hash ${STAGING_BINDIR}/
17 do_install() {
22 # Mysql tries to access the ${WORKDIR} from this build..
23 do_rm_work() {
27 SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
28 SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432"