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