summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb
blob: 2562f4b7245777a6f1aa3228fbaab3c573738ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require dpkg.inc

SRC_URI += "file://noman.patch;patch=1 \
            file://check_snprintf.patch"

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

BBCLASSEXTEND = "native"