[OE-core] [PATCH] Remove superfluous usage of BBEXTRA in oe-buildenv-internal

Robert P. J. Day rpjday at crashcourse.ca
Thu Mar 22 10:23:46 UTC 2012


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 <rpjday at crashcourse.ca>

---

  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
========================================================================




More information about the Openembedded-core mailing list