mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
tclibc-uclibc: Changing assignment to conditional variable assignment
Setting of a variable PREFERRED_PROVIDER_virtual/libc only if it doesn't have a value (From OE-Core rev: d0e9f74e3f1322b58b78a9bc82f299d6b9da036f) Signed-off-by: Andrey Belous <abelous@broadcom.com> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35a49f696f
commit
e6e4e0e255
@@ -8,7 +8,7 @@ LIBCEXTENSION = "-uclibc"
|
||||
LIBCOVERRIDE = ":libc-uclibc"
|
||||
OVERRIDES .= "${LIBCOVERRIDE}"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/libc = "uclibc"
|
||||
PREFERRED_PROVIDER_virtual/libc ?= "uclibc"
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "gettext"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-eglibc"
|
||||
|
||||
Reference in New Issue
Block a user