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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13309): https://lists.yoctoproject.org/g/meta-ti/message/13309 Mute This Topic: https://lists.yoctoproject.org/mt/78753507/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
