From 07be73275e08fbd267d21645ebfdf42025c69831 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 19 Mar 2013 15:04:28 +0100 Subject: eglibc: disable RPC in favour of libtirpc Signed-off-by: Marcin Juszkiewicz --- meta/recipes-core/eglibc/eglibc_2.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg