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