]> code.ossystems Code Review - openembedded-core.git/commit
tune-cortexa*.inc: squash whitespace within TUNE_FEATURES strings
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 29 Nov 2016 18:36:46 +0000 (10:36 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:11 +0000 (10:36 +0000)
commit5610c6397ee098dd998b7417b343494de77179f9
treea7c032e168b8e2dbe804bbdb970f68cfb6c2d902
parent911fb53668514272963ca80c7964619598f9fa4a
tune-cortexa*.inc: squash whitespace within TUNE_FEATURES strings

TUNE_FEATURES is include in BUILDCFG_VARS, so any whitespace is
visible to the user during the build process. Remove the extra
whitespace added during the 2.1 development cycle:

  http://git.openembedded.org/openembedded-core/commit/?id=f774b44fa007a2a756ada892ede832b1251d940c

For consistency, squash whitespace within PACKAGE_EXTRA_ARCHS strings
too.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/machine/include/tune-cortexa15.inc
meta/conf/machine/include/tune-cortexa17.inc
meta/conf/machine/include/tune-cortexa5.inc
meta/conf/machine/include/tune-cortexa7.inc
meta/conf/machine/include/tune-cortexa8.inc
meta/conf/machine/include/tune-cortexa9.inc