79606234

Date: 2025-05-05 01:43:08
Score: 0.5
Natty:
Report link

Well, I created a bbappend for this recipe:

PACKAGECONFIG:remove = "programs"
PACKAGES:remove = " ${PN}-programs"

EXTRA_OECMAKE = "\
    -DCMAKE_INSTALL_PREFIX=${exec_prefix} \
    -DCMAKE_INSTALL_LIBDIR=lib \
"

Which seems to fix the issue (it will add ${_IMPORT_PREFIX} to the cmake config) but it looks like a workarround

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Logan Gallois