aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libffi/libffi_2.0+gcc4.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libffi/libffi_2.0+gcc4.3.2.bb')
-rw-r--r--recipes/libffi/libffi_2.0+gcc4.3.2.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/libffi/libffi_2.0+gcc4.3.2.bb b/recipes/libffi/libffi_2.0+gcc4.3.2.bb
index 1694ce4ab2..eb09f78d6e 100644
--- a/recipes/libffi/libffi_2.0+gcc4.3.2.bb
+++ b/recipes/libffi/libffi_2.0+gcc4.3.2.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Foreign Function Interface library"
LICENSE = "libffi"
PRIORITY = "optional"
-inherit autotools gettext
+inherit autotools_base gettext
PR = "r1"
@@ -57,12 +57,6 @@ EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}"
TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__"
TARGET_CC_ARCH_append_armv7a = " -D__SOFTFP__"
-
-do_configure () {
- (cd ${S}/.. && gnu-configize) || die "failure running gnu-configize"
- oe_runconf
-}
-
do_install_append() {
install_libffi_headers
}