Skip to content
Commit 42da6554 authored by Roy Li's avatar Roy Li Committed by Joe MacDonald
Browse files

bridge-utils: fix the no brctl error when enable multilib



update-alternatives.bbclass does not create the brctl symbolic links for
multilib, since the wrong use of PN generates
/usr/sbin/brctl.lib32-bridge-utils, not /usr/sbin/brctl.bridge-utils;

In fact, no need to rename brctl by calling mv, since update-alternatives
will handle it

Signed-off-by: default avatarRoy Li <rongqing.li@windriver.com>
Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
parent 3cb58d80
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