summaryrefslogtreecommitdiffstats
path: root/meta/lib/rootfspostcommands.py
diff options
context:
space:
mode:
authorYoungseok Jeong <youngseok1.jeong@lge.com>2025-08-19 16:43:10 +0900
committerSteve Sakoman <steve@sakoman.com>2025-08-22 07:07:19 -0700
commit6b05a9736953089e1f900a1c49cca37404737cfd (patch)
tree8f8515c0a82e27b71a37efe1290b2006d03e9fc5 /meta/lib/rootfspostcommands.py
parentbedb86690f169a9d097372e3c2c16cb911255344 (diff)
downloadpoky-6b05a9736953089e1f900a1c49cca37404737cfd.tar.gz
libubootenv: backport patch to fix unknown type name 'size_t'
Fix: ../recipe-sysroot/usr/include/libuboot.h:29:2: error: unknown type name 'size_t' size_t envsize; ^ This error can be avoided by using CXXFLAGS:append = " -include cstddef" but this way would be needed in all recipes that use libuboot.h. Therefore, Backport the patch to include <cstddef> in C++ builds. (From OE-Core rev: e401a16d8e26d25cec95fcea98d6530036cffca1) Signed-off-by: Youngseok Jeong <youngseok1.jeong@lge.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib/rootfspostcommands.py')
0 files changed, 0 insertions, 0 deletions