[oe-commits] Robert Yang : dpkg: fix/remove unrecognised options

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:24 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 11:58:17 2013 +0800

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.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-devtools/dpkg/dpkg.inc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index b1da4fb..d5dc412 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -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



More information about the Openembedded-commits mailing list