Skip to content

Commit

Permalink
base: ostree: disable static
Browse files Browse the repository at this point in the history
Added to fix the lack of systemd in the initramfs [1]
but look like is not need anymore.

[1] 17d647d

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jul 26, 2024
1 parent 7ebadcb commit 5356310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SRC_URI:append = " \
file://0005-ostree-decrease-default-grub.cfg-timeout-and-set-def.patch \
"

PACKAGECONFIG:remove = "static"

# glibc is built with gcc and hence encodes some libgcc specific builtins which are not found
# when doing static linking with clang using compiler-rt, so use libgcc
# undefined reference to `__unordtf2'
Expand Down

0 comments on commit 5356310

Please sign in to comment.