aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mysql/mysql-native_4.1.18.bb
blob: 83f9dac0e33e718867230d5bf46eb86d3e35bcbf (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
SECTION = "console/network"
require mysql_${PV}.bb
inherit native
PR="r4"

RDEPENDS_${PN} = ""

PACKAGES = ""
DEPENDS = "ncurses-native"
EXTRA_OEMAKE = ""
EXTRA_OECONF = " --with-embedded-server "

do_stage_append() {
	install -m 0755 sql/gen_lex_hash ${STAGING_BINDIR}/
}

do_install() {
	:
}


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