repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
midori: add 0.2.4
[openembedded.git]
/
recipes
/
mysql
/
mysql-native_4.1.22.bb
blob
d2c64130393558985e03aa401c1cd302c8dd9f36
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
}