| Submitter | Robert P. J. Day |
|---|---|
| Date | March 22, 2012, 10:23 a.m. |
| Message ID | <alpine.DEB.2.02.1203220621400.12509@oneiric> |
| Download | mbox | patch |
| Permalink | /patch/24115/ |
| State | New |
| Headers | show |
Comments
Patch
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"`
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@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.