GDB: preserve ownership of file

Suggested-by: https://github.com/STMicroelectronics/meta-st-stm32mp/pull/20
Change-Id: I995ef0ecd0da11e9fe854fd6e227c7c6d3d374ec
This commit is contained in:
Christophe Priouzeau 2020-10-27 11:41:43 +01:00 committed by Bernard PUEL
parent e9e2616477
commit 4b7ade4f48
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ EXTRA_OECONF_append_stm32mpcommon = " \
do_install_append_stm32mpcommon() {
install -d ${D}/${bindir}/
cp -a ${WORKDIR}/gdbinit ${D}/${bindir}/
cp -a --no-preserve=ownership ${WORKDIR}/gdbinit ${D}/${bindir}/
}