generic-poky/meta/packages/dpkg/dpkg-native_1.14.19.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

14 lines
331 B
BlitzBasic

require dpkg.inc
DEPENDS += "bzip2-native 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"