aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dpkg/dpkg-native_1.13.25.bb
blob: 1d53d25ed5b4b033423fad45f646bd5fceb13d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require dpkg.inc
FILE_PR = "r0"
DEPENDS += "zlib-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"