mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5095 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
186 B
PHP
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 = ""
|