From patchwork Wed May 30 11:55:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: bash: Update to new update-alternatives syntax Date: Wed, 30 May 2012 11:55:31 -0000 From: Richard Purdie X-Patchwork-Id: 28931 Message-Id: <1338378931.20169.128.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 876be1e..ff9b0ce 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -17,9 +17,9 @@ sbindir = "/sbin" EXTRA_OECONF = "--enable-job-control" export CC_FOR_BUILD = "${BUILD_CC}" -ALTERNATIVE_NAME = "sh" -ALTERNATIVE_PATH = "${base_bindir}/bash" -ALTERNATIVE_LINK = "${base_bindir}/sh" +ALTERNATIVE_${PN} = "sh" +ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" +ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash" ALTERNATIVE_PRIORITY = "100" export AUTOHEADER = "true"