poky-tiny: drop uclibc override

Since uclibc is no longer supported, corresponding override was left
un-converted to the new syntax. Simply drop it.

(From meta-yocto rev: 8f31ca308b03c0ee6c2680c4ed5510e448692ecd)

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Denys Dmytriyenko 2021-08-04 00:21:37 -04:00 committed by Richard Purdie
parent fe98984c49
commit 7171392132

View File

@ -80,7 +80,6 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
"
# Enable LFS - see bug YOCTO #5865
DISTRO_FEATURES:append_libc-uclibc = " largefile"
DISTRO_FEATURES:append:libc-musl = " largefile"
DISTRO_FEATURES:class-native = "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"