79569038

Date: 2025-04-11 14:15:00
Score: 1
Natty:
Report link

to build utils correctly add following

MAKE_TARGETS = "${PN}"
do_compile_utils() {
        cd ${B}
        oe_runmake utils
}

addtask do_compile_utils after do_compile before do_install

this will build utils without errors looking for sys/types.h
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gregory Nietsky