[oe-commits] Khem Raj : uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC

git at git.openembedded.org git at git.openembedded.org
Fri Jan 25 14:39:47 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 406aaccfd115ef189e4372f581bf19e5b0906a15
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=406aaccfd115ef189e4372f581bf19e5b0906a15

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jan 24 13:07:28 2013 -0800

uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC

The renterant functions are needed by quota

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/uclibc/uclibc-git/uClibc.distro |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
index c33bf8e..5affb5a 100644
--- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
+++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
@@ -54,7 +54,7 @@ UCLIBC_GRP_BUFFER_SIZE=256
 UCLIBC_HAS_IPV6=y
 UCLIBC_HAS_RPC=y
 UCLIBC_HAS_FULL_RPC=y
-# UCLIBC_HAS_REENTRANT_RPC is not set
+UCLIBC_HAS_REENTRANT_RPC=y
 UCLIBC_USE_NETLINK=y
 UCLIBC_SUPPORT_AI_ADDRCONFIG=y
 





More information about the Openembedded-commits mailing list