aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gdb/gdb-cross.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 17:35:45 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:03 -0700
commitc575ee87388a5bb679293b54a00bb784efbfab92 (patch)
tree65397221732f56b6f81ebe973f9a7ae7ba2b4212 /recipes/gdb/gdb-cross.inc
parenta6885693d3685f595e307c79e9925893fb9f8a0d (diff)
downloadopenembedded-c575ee87388a5bb679293b54a00bb784efbfab92.tar.gz
gnu-configize fixupskergoth/autotools
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/gdb/gdb-cross.inc')
-rw-r--r--recipes/gdb/gdb-cross.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc
index 953573b646..5a9490a515 100644
--- a/recipes/gdb/gdb-cross.inc
+++ b/recipes/gdb/gdb-cross.inc
@@ -11,14 +11,11 @@ EXTRA_OECONF = "--with-curses --with-readline"
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"
-
# Fix for issues when system's texinfo version >= 4.10
# (See https://bugzilla.redhat.com/show_bug.cgi?id=345621)
sed -i -e "s@egrep 'texinfo.*'@egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|4.[1-9][0-9]+|[5-9])'@" '${S}/configure'
-
- oe_runconf
+ autotools_base_do_configure
}
inherit cross