]> 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>
Tue, 30 May 2017 08:08:01 +0000 (10:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Jun 2017 16:59:40 +0000 (17:59 +0100)
commit36e6abf387848d8c4383b4d506340811dd371c86
tree0c664aea07b248ab6535910525ff08899b7d4aff
parent2fcb9bee2487ba8c5e7b2c1fda2fdffcf7fb7f78
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: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/sstate-diff-machines.sh