blob: d61551703faf799f69aaa174c956e4817d6d223f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | inherit native
require sqlite3.inc
DEPENDS = "readline-native ncurses-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sqlite3"
do_install() {
	:
}
PACKAGES = ""
 |