aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 11:58:17 +0800
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 16:51:55 +0100
commit0308d8c93def76919d8f16ab13814d7952d73eb8 (patch)
tree0685fe3203baa3fdf85a1fe09333ba241fc47d55 /meta/recipes-devtools/dpkg/dpkg.inc
parent8d5c19e9fd1462503c50963c2271f6fd4535929e (diff)
downloadopenembedded-core-contrib-0308d8c93def76919d8f16ab13814d7952d73eb8.tar.gz
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@windriver.com> (cherry picked from commit 8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index b1da4fbe59..d5dc412cd9 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