From c575ee87388a5bb679293b54a00bb784efbfab92 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 27 Oct 2010 17:35:45 -0700 Subject: gnu-configize fixups Signed-off-by: Chris Larson --- recipes/gdb/gdb.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/gdb/gdb.inc') diff --git a/recipes/gdb/gdb.inc b/recipes/gdb/gdb.inc index f75b3b2e67..3cfea9d552 100644 --- a/recipes/gdb/gdb.inc +++ b/recipes/gdb/gdb.inc @@ -30,15 +30,11 @@ LDFLAGS_append = " -s" export CFLAGS_append=" -L${STAGING_LIBDIR}" do_configure () { - # override this function to avoid the autoconf/automake/aclocal/autoheader - # calls for now - (cd ${S} && gnu-configize) || die "failure in running gnu-configize" - # Remove duplicate spaces to work around configure complaining about # changed LDFLAGS. LDFLAGS=$(echo "${LDFLAGS}" | sed "s/ / /") - CPPFLAGS="" oe_runconf + CPPFLAGS="" autotools_base_do_configure } do_install () { -- cgit 1.2.3-korg