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/binutils/binutils_2.16.91.0.7.bb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'recipes/binutils/binutils_2.16.91.0.7.bb') diff --git a/recipes/binutils/binutils_2.16.91.0.7.bb b/recipes/binutils/binutils_2.16.91.0.7.bb index 21e7fb2051..eefcd3be4e 100644 --- a/recipes/binutils/binutils_2.16.91.0.7.bb +++ b/recipes/binutils/binutils_2.16.91.0.7.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE = "-1" INC_PR = "r5" PR = "${INC_PR}.1" -inherit autotools gettext +inherit autotools_base gettext PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -80,13 +80,8 @@ export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" export CC = "${CCACHE} ${HOST_PREFIX}gcc ${HOST_CC_ARCH}" -do_configure () { - (cd ${S}; gnu-configize) || die "Failed to run gnu-configize" - oe_runconf -} - 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 -- cgit 1.2.3-korg