Files
poky/meta/packages/sqlite/sqlite3-native.inc
Richard Purdie f57852eb76 sqlite: Add 3.5.6 and sqlite-native from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5095 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 20:41:44 +00:00

14 lines
186 B
PHP

inherit native
require sqlite3.inc
DEPENDS = "readline-native ncurses-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sqlite3"
do_install() {
:
}
PACKAGES = ""