increase dvbapp PR
[vuplus_openembedded] / recipes / dpkg / dpkg_1.14.25.bb
1 require dpkg.inc
2 PR = "r1"
3 DEPENDS += "zlib bzip2"
4 #RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
5 SRC_URI += "file://noman.patch;patch=1"
6
7 EXTRA_OECONF = "--without-static-progs \
8                 --without-dselect \
9                 --with-start-stop-daemon \
10                 --with-zlib \
11                 --with-bz2lib \
12                 --without-sgml-doc"