Skip to content
Commit e16d5c08 authored by Joe MacDonald's avatar Joe MacDonald
Browse files

netcf: support multilib builds



When doing a multilib build, /usr/lib is still created but not collected
into FILES_${PN} by default, resulting in a QA error.  Adding both
${libdir} and ${nonarch_libdir} catches all scenarios.

It also turns out that the previous do_install_append would throw an error
in a multilib build since systemd always installs to .../lib/... but
${libdir] would point at .../lib64/...

Signed-off-by: default avatarJoe MacDonald <joe_macdonald@mentor.com>
parent 91e6dc88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment