mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01:00
12 lines
116 B
PHP
12 lines
116 B
PHP
inherit native
|
|
|
|
require sqlite3.inc
|
|
|
|
DEPENDS = "readline-native ncurses-native"
|
|
|
|
do_install() {
|
|
:
|
|
}
|
|
|
|
PACKAGES = ""
|