blob: fd97f9fc6e6158a1e31baa1e799d4ab183d581ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
require dpkg.inc
PR = "r0"
DEPENDS += "ncurses zlib bzip2"
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-sgml-doc"
|