From patchwork Thu Mar 22 10:23:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Remove superfluous usage of BBEXTRA in oe-buildenv-internal Date: Thu, 22 Mar 2012 10:23:46 -0000 From: Robert P. J. Day X-Patchwork-Id: 24115 Message-Id: To: OE Core mailing list According to Richard Purdie, this single reference to BBEXTRA is a historical holdover and has little value these days. Signed-off-by: Robert P. J. Day --- wasn't sure if richard was saying that BBEXTRA didn't have any value anymore, so he's welcome to NAK this patch. there is no other reference to that variable anywhere within oe-core. diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 21b92b0..21f0d5f 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal @@ -54,7 +54,7 @@ else fi unset BDIR -BITBAKEDIR="$OEROOT/bitbake$BBEXTRA/" +BITBAKEDIR="$OEROOT/bitbake/" BITBAKEDIR=`readlink -f "$BITBAKEDIR"` BUILDDIR=`readlink -f "$BUILDDIR"`