generic-poky/meta/recipes-devtools/dpkg/dpkg_1.15.8.5.bb

15 lines
297 B
BlitzBasic

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"