eglibc: Do not specify ports multiple time to --enable-addons
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 Sep 2010 19:52:36 +0000 (19:52 +0000)
committerKhem Raj <raj.khem@gmail.com>
Tue, 14 Sep 2010 21:07:03 +0000 (14:07 -0700)
* While building for mips64 I noticed a problem where eglibc
  configure did not get the mips sub arch correct during configure
  the reason was we had ports twice in configure commandline which
  ran a ports configure twice and appended machines multiple times
  to paths which then were wrong and it failed to select correct
  ABI to compile eglibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/eglibc/eglibc_2.10.bb
recipes/eglibc/eglibc_2.11.bb
recipes/eglibc/eglibc_2.12.bb
recipes/eglibc/eglibc_2.9.bb
recipes/eglibc/eglibc_svn.bb

index c2ed435..c10db7d 100644 (file)
@@ -48,7 +48,7 @@ python __anonymous () {
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons=${GLIBC_ADDONS} \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"
index 5d9b8e2..bece90f 100644 (file)
@@ -48,7 +48,7 @@ python __anonymous () {
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons=${GLIBC_ADDONS} \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"
index c6b0131..0d08c56 100644 (file)
@@ -48,7 +48,7 @@ python __anonymous () {
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons=${GLIBC_ADDONS} \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"
index a7d9aed..f83861e 100644 (file)
@@ -48,7 +48,7 @@ python __anonymous () {
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons=${GLIBC_ADDONS} \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"
index 0621279..3b7fb84 100644 (file)
@@ -46,7 +46,7 @@ python __anonymous () {
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons=${GLIBC_ADDONS},ports \
+                --enable-add-ons=${GLIBC_ADDONS} \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 ${GLIBC_EXTRA_OECONF}"