summaryrefslogtreecommitdiffstats
path: root/recipes/sqlite/sqlite-native_2.8.17.bb
blob: a3100fc60ce4b67ef8abfcd4389bea45026c513f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is put at the top to override do_stage later
inherit native

require sqlite_${PV}.bb

DEPENDS = "readline-native ncurses-native"

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sqlite-${PV}"

S = "${WORKDIR}/sqlite-${PV}"

do_install() {
	:
}

PACKAGES = ""