]> code.ossystems Code Review - openembedded-core.git/commit
sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated...
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 25 Apr 2018 14:06:47 +0000 (14:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 May 2018 10:00:31 +0000 (11:00 +0100)
commitd75c28fc0b4b16eb75e9c68d9d6224a0d782607e
tree1e543a8ae03ce3d7e910aba6c7e29938fd3a0529
parent23de89488b558276e35862e8342b728d91c3c488
sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash

* I had some components where the MACHINE name was also included in PV of allarch recipe
  which was tripping the script into saying that they have different signatures (because
  for one MACHINE was the string in PV replaced with 'MACHINE' and not for other MACHINEs

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/sstate-diff-machines.sh