]> code.ossystems Code Review - meta-freescale.git/commit
qoriq-atf: Do not use append with += operator 921/head
authorKhem Raj <raj.khem@gmail.com>
Thu, 4 Nov 2021 17:26:40 +0000 (10:26 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 4 Nov 2021 17:26:40 +0000 (10:26 -0700)
commit329518d7a8c63775cb6867b93f2cbc7863906808
treeb13eae415ae6c69f88687d91695154ba05a481fe
parent5a623e3cab4993d362c4097b9c806f5a8a20dafc
qoriq-atf: Do not use append with += operator

this is undefined behaviour, mant times devs used them together to get
the missing space at the beginning of string which append/prepend needs
but thats not intended behaviour

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes-bsp/atf/qoriq-atf_2.4.bb