aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libffi/libffi_2.0+gcc3.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libffi/libffi_2.0+gcc3.4.1.bb')
-rw-r--r--recipes/libffi/libffi_2.0+gcc3.4.1.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/libffi/libffi_2.0+gcc3.4.1.bb b/recipes/libffi/libffi_2.0+gcc3.4.1.bb
index ceb46b18fc..a392b3583c 100644
--- a/recipes/libffi/libffi_2.0+gcc3.4.1.bb
+++ b/recipes/libffi/libffi_2.0+gcc3.4.1.bb
@@ -4,7 +4,7 @@ LICENSE = "libffi"
PRIORITY = "optional"
PR = "r1"
-inherit autotools gettext
+inherit autotools_base gettext
PACKAGES = "${PN}-dbg ${PN} ${PN}-dev"
@@ -43,11 +43,6 @@ EXTRA_OECONF = "--with-gnu-ld \
EXTRA_OECONF_PATHS = "--with-local-prefix=${prefix}/local \
--with-gxx-include-dir=${includedir}/c++/${PV}"
-do_configure () {
- (cd ${S}/.. && gnu-configize) || die "failure running gnu-configize"
- oe_runconf
-}
-
do_install_append() {
# follow debian and move this to $includedir
mv ${D}${libdir}/gcc/${TARGET_SYS}/${GCC_VER}/include/libffi/ffitarget.h ${D}${includedir}/