aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-19 15:04:28 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-05-09 18:17:11 +0200
commit07be73275e08fbd267d21645ebfdf42025c69831 (patch)
treeb3803f390042f7f4bb56d7e18594e63de8247d59
parent2253e9f12734c6e6aa489942b5e4628eca1fa29d (diff)
downloadopenembedded-core-contrib-07be73275e08fbd267d21645ebfdf42025c69831.tar.gz
eglibc: disable RPC in favour of libtirpc
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.17.bb b/meta/recipes-core/eglibc/eglibc_2.17.bb
index 22129e6bc3..0853c08820 100644
--- a/meta/recipes-core/eglibc/eglibc_2.17.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.17.bb
@@ -85,7 +85,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--enable-add-ons \
--with-headers=${STAGING_INCDIR} \
--without-selinux \
- --enable-obsolete-rpc \
+ --disable-obsolete-rpc \
--with-kconfig=${STAGING_BINDIR_NATIVE} \
${GLIBC_EXTRA_OECONF}"