aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql/mysql-native_4.1.22.bb
blob: 853519f40808565fcc9dec3a115e03ff6bf001c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require mysql_${PV}.bb
inherit native
PR ="r0"

SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz"

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

do_install() {
	:
}


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

SRC_URI[md5sum] = "37b4479951fa0cf052269d27c41ca200"
SRC_URI[sha256sum] = "6bd2436fd0f233bb1518e15975cb4e9fa4434acb53c3c3cd7d4648219abf58e9"