From 42da6554d80298a23d7ddab25ab02f2aa9696230 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 25 Feb 2014 15:58:34 +0800 Subject: 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: Roy Li Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/bridge-utils/bridge-utils.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-support/bridge-utils') diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils.inc b/meta-networking/recipes-support/bridge-utils/bridge-utils.inc index bcdc04a4f2..e06c32e33f 100644 --- a/meta-networking/recipes-support/bridge-utils/bridge-utils.inc +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils.inc @@ -20,7 +20,6 @@ ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl" EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" do_install_append () { - mv ${D}${sbindir}/brctl ${D}${sbindir}/brctl.${PN} install -d ${D}/${datadir}/bridge-utils install -d ${D}/${sysconfdir}/network/if-pre-up.d install -d ${D}/${sysconfdir}/network/if-post-down.d -- cgit v1.2.3-54-g00ecf