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
This commit is contained in:
Richard Purdie
2008-08-25 20:41:44 +00:00
parent 0f9c34a972
commit f57852eb76
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,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 = ""

View File

@@ -0,0 +1 @@
require sqlite3-native.inc

View File

@@ -0,0 +1,3 @@
require sqlite3.inc
PR = "r1"