mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
glibc: Remove duplicate methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@857 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -76,11 +76,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
|||||||
|
|
||||||
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
||||||
|
|
||||||
def get_glibc_fpu_setting(bb, d):
|
|
||||||
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
|
||||||
return "--without-fp"
|
|
||||||
return ""
|
|
||||||
|
|
||||||
do_munge() {
|
do_munge() {
|
||||||
# Integrate ports into tree
|
# Integrate ports into tree
|
||||||
mv ${WORKDIR}/ports ${S}
|
mv ${WORKDIR}/ports ${S}
|
||||||
|
|||||||
@@ -85,11 +85,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
|
|||||||
|
|
||||||
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
||||||
|
|
||||||
def get_glibc_fpu_setting(bb, d):
|
|
||||||
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
|
||||||
return "--without-fp"
|
|
||||||
return ""
|
|
||||||
|
|
||||||
do_munge() {
|
do_munge() {
|
||||||
# Integrate ports and libidn into tree
|
# Integrate ports and libidn into tree
|
||||||
mv ${WORKDIR}/glibc-ports-${PV} ${S}/ports
|
mv ${WORKDIR}/glibc-ports-${PV} ${S}/ports
|
||||||
|
|||||||
@@ -69,12 +69,6 @@ EXTRA_OECONF = "--without-cvs --disable-profile --disable-debug --without-gd \
|
|||||||
|
|
||||||
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
|
||||||
|
|
||||||
def get_glibc_fpu_setting(bb, d):
|
|
||||||
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
|
|
||||||
return "--without-fp"
|
|
||||||
return ""
|
|
||||||
|
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
# override this function to avoid the autoconf/automake/aclocal/autoheader
|
# override this function to avoid the autoconf/automake/aclocal/autoheader
|
||||||
# calls for now
|
# calls for now
|
||||||
|
|||||||
Reference in New Issue
Block a user