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.15.94.0.1.bb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'recipes/binutils/binutils_2.15.94.0.1.bb') diff --git a/recipes/binutils/binutils_2.15.94.0.1.bb b/recipes/binutils/binutils_2.15.94.0.1.bb index 50ae28862e..92ef2ebdbe 100644 --- a/recipes/binutils/binutils_2.15.94.0.1.bb +++ b/recipes/binutils/binutils_2.15.94.0.1.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" INC_PR = "r5" PR = "${INC_PR}.1" -inherit autotools gettext +inherit autotools_base gettext PACKAGES = "${PN} ${PN}-dev ${PN}-doc ${PN}-symlinks" @@ -79,13 +79,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