aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/binutils/binutils.inc')
-rw-r--r--recipes/binutils/binutils.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc
index ab9e457fb7..633cce5898 100644
--- a/recipes/binutils/binutils.inc
+++ b/recipes/binutils/binutils.inc
@@ -7,7 +7,7 @@ INC_PR = "r13"
COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
-inherit autotools gettext
+inherit autotools_base gettext
PACKAGES += "${PN}-symlinks"
@@ -68,13 +68,11 @@ export CPP_FOR_BUILD = "${BUILD_CPP}"
export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
do_configure () {
- (cd ${S}; gnu-configize) || die "Failed to run 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
#
# must prime config.cache to ensure the build of libiberty
#
@@ -85,7 +83,7 @@ do_configure () {
}
do_install () {
- autotools_do_install
+ autotools_base_do_install
# We don't really need these, so we'll remove them...
rm -rf ${D}${libdir}/ldscripts