diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-04-19 16:04:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-20 07:55:25 +0100 |
commit | 42d2e74b65870724c52ace4c28c57b195f2c65a5 (patch) | |
tree | 0438729419c33083708f1701425cbe5518b1d6ff /meta/conf | |
parent | 1423508b29fc557d8a1305f39c33de33e28d9003 (diff) | |
download | poky-42d2e74b65870724c52ace4c28c57b195f2c65a5.tar.gz |
tclibc-musl.inc: fix stray comment reference to uclibc
(From OE-Core rev: e130039bfa92884bfcd25a33245e809eff76d9bc)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tclibc-musl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc index 1ddd58ed5e..3d3f6ac4f4 100644 --- a/meta/conf/distro/include/tclibc-musl.inc +++ b/meta/conf/distro/include/tclibc-musl.inc | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | LIBCEXTENSION = "-musl" | 5 | LIBCEXTENSION = "-musl" |
6 | 6 | ||
7 | # Add uclibc overrides to the overrides. | 7 | # Add musl libc overrides to the overrides. |
8 | LIBCOVERRIDE = ":libc-musl" | 8 | LIBCOVERRIDE = ":libc-musl" |
9 | OVERRIDES .= "${LIBCOVERRIDE}" | 9 | OVERRIDES .= "${LIBCOVERRIDE}" |
10 | 10 | ||