aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql/mysql-native_4.1.22.bb
blob: 14275365d30b5a2fe262e6ec30f012feb3a6b6a0 (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
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_OEMAKE = ""
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"