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>
This commit is contained in:
Andre McCurdy 2017-04-19 16:04:45 -07:00 committed by Richard Purdie
parent 1423508b29
commit 42d2e74b65
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
LIBCEXTENSION = "-musl"
# Add uclibc overrides to the overrides.
# Add musl libc overrides to the overrides.
LIBCOVERRIDE = ":libc-musl"
OVERRIDES .= "${LIBCOVERRIDE}"