| Submitter | Paul Eggleton |
|---|---|
| Date | April 13, 2012, 12:40 p.m. |
| Message ID | <1334320817-7099-1-git-send-email-paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/25749/ |
| State | Accepted |
| Commit | cb940f46efacddc7200581edba034e4201abb94a |
| Headers | show |
Comments
On 04/13/2012 05:40 AM, Paul Eggleton wrote: > The ??= assignment in pseudo.inc effectively nullifies this ??= > assignment here, so remove it. > > Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com> > --- > meta/conf/distro/include/default-distrovars.inc | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc > index 16b3108..c38cd35 100644 > --- a/meta/conf/distro/include/default-distrovars.inc > +++ b/meta/conf/distro/include/default-distrovars.inc > @@ -37,8 +37,6 @@ COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" > > BB_GENERATE_MIRROR_TARBALLS ??= "0" > > -NO32LIBS ??= "1" > - > # Default to emitting logfiles if a build fails. > BBINCLUDELOGS ??= "yes" > SDK_VERSION ??= "oe-core.0" Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 16b3108..c38cd35 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -37,8 +37,6 @@ COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" BB_GENERATE_MIRROR_TARBALLS ??= "0" -NO32LIBS ??= "1" - # Default to emitting logfiles if a build fails. BBINCLUDELOGS ??= "yes" SDK_VERSION ??= "oe-core.0"
The ??= assignment in pseudo.inc effectively nullifies this ??= assignment here, so remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/conf/distro/include/default-distrovars.inc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)