surpport seeking the recorded video
[vuplus_openembedded] / recipes / mysql / mysql-native_4.1.22.bb
1 require mysql_${PV}.bb
2 inherit native
3 PR ="r0"
4
5 SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz"
6
7 RDEPENDS_${PN} = ""
8 PACKAGES = ""
9 DEPENDS = "ncurses-native"
10 EXTRA_OEMAKE = ""
11 EXTRA_OECONF = " --with-embedded-server "
12
13 do_install() {
14         :
15 }
16
17
18 # Mysql tries to access the ${WORKDIR} from this build..
19 do_rm_work() {
20        :
21 }