diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-24 13:07:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 14:36:15 +0000 |
commit | 1406f08771075c13c4dbff59ac2b6d633b2bdb6d (patch) | |
tree | 161ee0378ef34c2c9ee94330cb06cd2267aa07f5 /meta/recipes-core | |
parent | 461dc8d6a843b4ccc4923b5ba781574646a87572 (diff) | |
download | poky-1406f08771075c13c4dbff59ac2b6d633b2bdb6d.tar.gz |
uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC
The renterant functions are needed by quota
(From OE-Core rev: 406aaccfd115ef189e4372f581bf19e5b0906a15)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 c33bf8e7c4..5affb5a208 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 | |||
54 | UCLIBC_HAS_IPV6=y | 54 | UCLIBC_HAS_IPV6=y |
55 | UCLIBC_HAS_RPC=y | 55 | UCLIBC_HAS_RPC=y |
56 | UCLIBC_HAS_FULL_RPC=y | 56 | UCLIBC_HAS_FULL_RPC=y |
57 | # UCLIBC_HAS_REENTRANT_RPC is not set | 57 | UCLIBC_HAS_REENTRANT_RPC=y |
58 | UCLIBC_USE_NETLINK=y | 58 | UCLIBC_USE_NETLINK=y |
59 | UCLIBC_SUPPORT_AI_ADDRCONFIG=y | 59 | UCLIBC_SUPPORT_AI_ADDRCONFIG=y |
60 | 60 | ||