GDB: preserve ownership of file
Suggested-by: https://github.com/STMicroelectronics/meta-st-stm32mp/pull/20 Change-Id: I995ef0ecd0da11e9fe854fd6e227c7c6d3d374ec
This commit is contained in:
parent
e9e2616477
commit
4b7ade4f48
|
|
@ -14,6 +14,6 @@ EXTRA_OECONF_append_stm32mpcommon = " \
|
||||||
|
|
||||||
do_install_append_stm32mpcommon() {
|
do_install_append_stm32mpcommon() {
|
||||||
install -d ${D}/${bindir}/
|
install -d ${D}/${bindir}/
|
||||||
cp -a ${WORKDIR}/gdbinit ${D}/${bindir}/
|
cp -a --no-preserve=ownership ${WORKDIR}/gdbinit ${D}/${bindir}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue