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