dpkg: fix/remove unrecognised options

Fix/remove the following unrecognised options:
* --without-static-progs: can't find anything about this in the history,
  so remove it.
* --without-dselect -> --disable-dselect
* --with-start-stop-daemon -> --enable-start-stop-daemon
* --with-bz2lib, typo, should be --with-bz2
* --without-sgml-doc: the sgml doc had been removed from dpkg, so
  remove it.

(From OE-Core rev: 8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2013-12-28 11:58:17 +08:00 committed by Richard Purdie
parent 7267aa98e3
commit 8830498567
1 changed files with 5 additions and 5 deletions

View File

@ -22,14 +22,14 @@ PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl"
export PERL_LIBDIR = "${libdir}/perl"
PERL_LIBDIR_class-native = "${libdir}/perl-native/perl"
EXTRA_OECONF = "--without-static-progs \
--without-dselect \
--with-start-stop-daemon \
EXTRA_OECONF = "\
--disable-dselect \
--enable-start-stop-daemon \
--with-zlib \
--with-bz2lib \
--with-bz2 \
--without-liblzma \
--without-selinux \
--without-sgml-doc"
"
do_configure () {
echo >> ${S}/m4/compiler.m4