aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mysql/mysql-native_4.1.12.bb
blob: c871a8f9da4fd924cfe2c0156373bfdd9f8c249a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "console/network"
include mysql_${PV}.bb
inherit native

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

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

do_install() {
	:
}