generic-poky/meta/packages/dpkg/dpkg_1.13.24.bb
Marcin Juszkiewicz c12a908c3f dpkg: ncurses were needed only for dselect
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-30 13:32:50 +00:00

12 lines
288 B
BlitzBasic

require dpkg.inc
DEPENDS += "zlib bzip2"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
SRC_URI += "file://noman.patch;patch=1"
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--without-sgml-doc"