All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove a 32bit binary
@ 2020-12-05 18:01 Alessio Igor Bogani
  2020-12-07 19:55 ` [meta-ti] " Dan Murphy
  0 siblings, 1 reply; 2+ messages in thread
From: Alessio Igor Bogani @ 2020-12-05 18:01 UTC (permalink / raw)
  To: meta-ti; +Cc: Alessio Igor Bogani

Make nativesdk-ti-cgt-pru installable removing a file which is the
uninstaller (useless anyway) and avoid this errors:
https://lists.yoctoproject.org/g/meta-ti/message/13301

Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
---
 recipes-ti/devtools/ti-cgt-pru_2.3.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
index ed10e272..de21794e 100644
--- a/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
+++ b/recipes-ti/devtools/ti-cgt-pru_2.3.2.bb
@@ -28,6 +28,7 @@ do_install() {
     install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}
     cp -r ${S}/ti-cgt-pru_${PV}/. \
           ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/
+    rm -f ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/ti_cgt_pru_${PV}_uninstaller.run
 }
 
 do_install_class-target() {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-ti] [PATCH] Remove a 32bit binary
  2020-12-05 18:01 [PATCH] Remove a 32bit binary Alessio Igor Bogani
@ 2020-12-07 19:55 ` Dan Murphy
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Murphy @ 2020-12-07 19:55 UTC (permalink / raw)
  To: Alessio Igor Bogani, meta-ti

Alessio

On 12/5/20 12:01 PM, Alessio Igor Bogani wrote:
> Make nativesdk-ti-cgt-pru installable removing a file which is the
> uninstaller (useless anyway) and avoid this errors:
> https://lists.yoctoproject.org/g/meta-ti/message/13301

$subject should also indicate what branch this is targetted for like 
[dunfell/master]

Also can you clean up the commit message a bit confusing

Dan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-07 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 18:01 [PATCH] Remove a 32bit binary Alessio Igor Bogani
2020-12-07 19:55 ` [meta-ti] " Dan Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.