Skip to content
Commit 8f7ee002 authored by Yi Zhao's avatar Yi Zhao Committed by Martin Jansa
Browse files

meta-oe: fix the install dir for udev rules and files



When enable multilib, some packages try to install udev rules and
related files into /lib64/udev/ directory. But these files should
be installed in /lib/udev/ directory even on multilib.
Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it.

Signed-off-by: default avatarYi Zhao <yi.zhao@windriver.com>
parent 4e3fd589
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