aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eglibc/eglibc_svn.bb')
-rw-r--r--recipes/eglibc/eglibc_svn.bb15
1 files changed, 1 insertions, 14 deletions
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb
index fb4d3bac95..0062fffcd9 100644
--- a/recipes/eglibc/eglibc_svn.bb
+++ b/recipes/eglibc/eglibc_svn.bb
@@ -50,19 +50,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--without-selinux \
${GLIBC_EXTRA_OECONF}"
-EXTRA_OECONF += "${@get_eglibc_fpu_setting(bb, d)}"
-
-do_unpack_append() {
- bb.build.exec_func('do_move_ports', d)
-}
-
-do_move_ports() {
- if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then
- rm -rf ${S}/ports
- mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${S}/
- fi
-}
-
do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
@@ -94,4 +81,4 @@ do_compile () {
)
}
-require eglibc-package.bbclass
+require eglibc-package.inc