blob: 2f196c2ea66f1b0fd675f062684909263cc92ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require dpkg.inc
SRC_URI += "file://noman.patch;patch=1"
inherit native
inherit autotools gettext
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-sgml-doc"
|