Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / dpkg / dpkg-native_1.14.25.bb
1 require dpkg.inc
2 DEPENDS += "bzip2-native zlib-native virtual/update-alternatives-native"
3 SRC_URI += "file://noman.patch;patch=1"
4
5 FILESPATH += "dpkg-${PV}"
6
7 inherit native
8
9 EXTRA_OECONF = "--without-static-progs \
10                 --without-dselect \
11                 --with-start-stop-daemon \
12                 --with-zlib \
13                 --with-bz2lib \
14                 --without-selinux \
15                 --without-sgml-doc"