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 <[email protected]> --- 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"` -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
