summaryrefslogtreecommitdiffstats
path: root/meta/packages/dpkg/dpkg-native_1.13.22.bb
blob: db71ab08e83fdc687fb4b1b21ceacf24ef4c1440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require dpkg.inc
PR = "r1"
DEPENDS += "ncurses-native zlib-native virtual/update-alternatives"
SRC_URI += "file://noman.patch;patch=1"

inherit native

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