aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/dpkg/dpkg_1.14.19.bb
blob: 1a7991d40e50ee151aa871972ee07c70b2f8c879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require dpkg.inc
DEPENDS += "zlib bzip2"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"

SRC_URI += "file://noman.patch;patch=1"

EXTRA_OECONF = "--without-static-progs \
		--without-dselect \
		--with-start-stop-daemon \
		--with-zlib \
		--with-bz2lib \
		--without-sgml-doc"