Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / dpkg / dpkg_1.14.25.bb
1 require dpkg.inc
2 DEPENDS += "zlib bzip2"
3 #RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
4 SRC_URI += "file://noman.patch;patch=1"
5
6 EXTRA_OECONF = "--without-static-progs \
7                 --without-dselect \
8                 --with-start-stop-daemon \
9                 --with-zlib \
10                 --with-bz2lib \
11                 --without-sgml-doc"