]> code.ossystems Code Review - openembedded-core.git/commitdiff
dpkg: fix/remove unrecognised options
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 03:58:17 +0000 (11:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:58 +0000 (10:41 +0000)
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/dpkg/dpkg.inc

index b1da4fbe59d2e25dbff7b028cc03caece659cd0c..d5dc412cd9191aab767afda243ca78ee38ed4c18 100644 (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