net-snmp 5.1.2: Fix for do_configure hanging when using bitbake
authorJamie Lenehan <lenehan@twibble.org>
Wed, 2 May 2007 05:58:32 +0000 (05:58 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 2 May 2007 05:58:32 +0000 (05:58 +0000)
1.8.2. We need to pass "--with-defaults" to configure tell it we want
the defaults so it doesn't warn that the defaults are going to be
used and ask them to confirm each of the defaults.

packages/net-snmp/net-snmp_5.1.2.bb

index 302e7ee..330e13e 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Various tools relating to the Simple Network Management Protocol"
 HOMEPAGE = "http://www.net-snmp.org/"
 LICENSE = "BSD"
 DEPENDS = "openssl"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
        file://uclibc-fix.patch;patch=1 \
@@ -13,7 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
 inherit autotools
 
 PARALLEL_MAKE = ""
-EXTRA_OECONF = "--enable-shared --disable-manuals"
+EXTRA_OECONF = "--enable-shared --disable-manuals --with-defaults"
 EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
 
 do_configure() {