All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tclibc-uclibc: Changing assignment to conditional variable assignment
@ 2014-03-12 18:57 Andrey Belous
  0 siblings, 0 replies; only message in thread
From: Andrey Belous @ 2014-03-12 18:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrey Belous

From: Andrey Belous <abelous@hotmail.com>

Setting of a variable PREFERRED_PROVIDER_virtual/libc only if it doesn't have a value

Signed-off-by: Andrey Belous <abelous@broadcom.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 meta/conf/distro/include/tclibc-uclibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc
index 9245112..a4d8c39 100644
--- a/meta/conf/distro/include/tclibc-uclibc.inc
+++ b/meta/conf/distro/include/tclibc-uclibc.inc
@@ -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"
-- 
1.9.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-12 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-12 18:57 [PATCH] tclibc-uclibc: Changing assignment to conditional variable assignment Andrey Belous

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.