aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/dpkg/dpkg-native_1.13.24.bb
blob: d97deab3290d2eb83f3d970ac8fd250c474ffe59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require dpkg.inc
PR = "r3"
DEPENDS += "zlib-native virtual/update-alternatives-native"
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-selinux \
		--without-sgml-doc"