summaryrefslogtreecommitdiffstats
path: root/meta/packages/dpkg/dpkg_1.13.24.bb
blob: b1f84fadf5c5ec69aea529e21fba1b32db86cb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
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"