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