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