aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dpkg/dpkg_1.10.28.bb
blob: ae62fdbcf0228cc69e64e68a429df388de7adac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require dpkg.inc
DEPENDS += "bzip2"

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

inherit autotools gettext

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