Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Signed-off-by: Andrey Belous <abelous@broadcom.com>
@ 2014-03-04 20:40 Andrey Belous
  2014-03-04 21:43 ` Phil Blundell
  2014-03-04 23:05 ` Saul Wold
  0 siblings, 2 replies; 10+ messages in thread
From: Andrey Belous @ 2014-03-04 20:40 UTC (permalink / raw)
  To: openembedded-core

Setting of a variable PREFERRED_PROVIDER_virtual/libc only if it doesn't have a value
---
 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] 10+ messages in thread

end of thread, other threads:[~2014-03-07 18:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 20:40 [PATCH] Signed-off-by: Andrey Belous <abelous@broadcom.com> Andrey Belous
2014-03-04 21:43 ` Phil Blundell
2014-03-04 21:55   ` Andrey Belous
2014-03-06 22:43     ` Khem Raj
2014-03-07 10:33       ` Nicolas Dechesne
2014-03-07 18:40         ` Khem Raj
2014-03-07 18:26     ` Phil Blundell
2014-03-04 23:05 ` Saul Wold
2014-03-04 23:11   ` Andrey Belous
2014-03-06 17:25     ` Nicolas Dechesne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox