Commit 1c5c18c961
("perf: Fix issues with interactive UI and C++ symbol demangling")
introduced regression where binutils package got built twice as
part of Step 1:
Building all RPMS...
skipping spec file: /root/photon/SPECS/openjdk8/openjdk8_aarch64.spec
skipping spec file: /root/photon/SPECS/u-boot/u-boot.spec
Step 1 : Building the core toolchain packages.....
['filesystem', 'linux-api-headers', 'glibc', 'zlib', 'file', 'binutils',
'binutils-libs', 'gmp', 'mpfr', 'mpc', 'gcc', 'pkg-config', 'ncurses',
'readline', 'bash']
The following core toolchain packages need to be built :
['binutils', 'binutils-libs']
Building package : binutils
binutils build done - RPMs : [ binutils-2.32-3.ph3.x86_64.rpm
binutils-libs-2.32-3.ph3.x86_64.rpm binutils-devel-2.32-3.ph3.x86_64.rpm
binutils-debuginfo-2.32-3.ph3.x86_64.rpm ]
Building package : binutils-libs
...
<building binutils rpm second time here !!>
...
Remove binutils-libs from the core toolchain lists as just binutils is
sufficient.
Change-Id: I7f5f66bb90176230d4058af745ac1242470f1a2f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/8660
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>