Skip to content
Snippets Groups Projects
Commit d1584d7b authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

oniro-linux.conf: Make TCLIBC weak assignment


Re-allow overriding of TCLIBC via local.conf/shell env.
Upstream part has been merged in: e30ef926e440b505e93e404c056034d86364a241

Fixes: #608

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 765dbf67
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !151. Comments created here will be created in the context of that merge request.
...@@ -63,7 +63,7 @@ require conf/distro/include/oniro.inc ...@@ -63,7 +63,7 @@ require conf/distro/include/oniro.inc
require conf/distro/include/oniro-wic.inc require conf/distro/include/oniro-wic.inc
require conf/distro/include/oniro-packageconfig.inc require conf/distro/include/oniro-packageconfig.inc
TCLIBC = "musl" TCLIBC ?= "musl"
  • Developer

    I would clarify the upstream reference: openembedded-core, kirkstone branch e30ef926e440b505e93e404c056034d86364a241

  • Author Contributor

    Added oe-core for clarification (without branch though)

  • Please register or sign in to reply
INIT_MANAGER = "systemd" INIT_MANAGER = "systemd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment