aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dpkg/dpkg_1.13.25.bb
blob: 8622e66891c2ef7a23aaee0a5af67313e92edd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require dpkg.inc
FILE_PR = "r0"
DEPENDS += "ncurses zlib bzip2"
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 \
		PERL=/usr/bin/perl"