blob: 9632fc4acccc918759c539a6b6f50ee20d96af4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "EDB is a database convenience library wrapped around the \
Berkeley DB 2.7.7 by Sleepycat Software."
DEPENDS = "zlib ncurses"
# can depend on gtk and tcl/tk
LICENSE = "BSD"
PR = "r4"
inherit efl
EXTRA_OECONF += "--disable-gtk"
libdirectory = "src"
FILES_${PN}-examples = ""
|