[oe-commits] org.oe.dev net-snmp 5.1.2: Fix for do_configure hanging when using bitbake

lenehan commit openembedded-commits at lists.openembedded.org
Wed May 2 06:10:33 UTC 2007


net-snmp 5.1.2: Fix for do_configure hanging when using bitbake
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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: f91b057631314a01abdbb8eff25bbbb38d5c2142
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f91b057631314a01abdbb8eff25bbbb38d5c2142
Files:
1
packages/net-snmp/net-snmp_5.1.2.bb
Diffs:

#
# mt diff -r3ea77972dcf422ed70f1a083c412f43ab519f474 -rf91b057631314a01abdbb8eff25bbbb38d5c2142
#
# 
# 
# patch "packages/net-snmp/net-snmp_5.1.2.bb"
#  from [c3ba01adca24e74128a14626256a1463f52db159]
#    to [1811f4be6c8ef61626811194c191dc6f2a4e1f1d]
# 
============================================================
--- packages/net-snmp/net-snmp_5.1.2.bb	c3ba01adca24e74128a14626256a1463f52db159
+++ packages/net-snmp/net-snmp_5.1.2.bb	1811f4be6c8ef61626811194c191dc6f2a4e1f1d
@@ -1,8 +1,8 @@ DEPENDS = "openssl"
 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 @@ PARALLEL_MAKE = ""
 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() {






More information about the Openembedded-commits mailing list