diff mbox series

[meta-ti,scarthgap/master,1/2] meta-ti-extras: dsplib: Do not deploy packaged output

Message ID 20241220152634.200954-1-afd@ti.com
State New
Headers show
Series [meta-ti,scarthgap/master,1/2] meta-ti-extras: dsplib: Do not deploy packaged output | expand

Commit Message

Andrew Davis Dec. 20, 2024, 3:26 p.m. UTC
This might have been useful for building development packages with
the pre-built binaries for deployment elsewhere, but there are
better ways to do this and these are no longer consumed. Remove
this packaging step.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-extras/recipes-ti/dsplib/dsplib.inc | 14 --------------
 1 file changed, 14 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
index 6ebc3b34..3c24f196 100644
--- a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
+++ b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
@@ -11,7 +11,6 @@  DEPENDS = "ti-cgt6x-native \
            ti-xdctools-native \
            ti-sysbios \
            doxygen-native \
-           zip-native \
            swtools"
 
 S = "${WORKDIR}/git"
@@ -57,19 +56,6 @@  do_install() {
 	rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib
 }
 
-inherit deploy
-addtask deploy before do_build after do_install
-
-do_deploy() {
-	install -d ${DEPLOYDIR}
-	# zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE}
-	# and place the zip file in ${DEPLOYDIR}
-	mkdir ./${DSPLIB_PACKAGE_NAME}
-	cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/. ./${DSPLIB_PACKAGE_NAME}
-	zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME}
-	rm -r ./${DSPLIB_PACKAGE_NAME}
-}
-
 ALLOW_EMPTY:${PN} = "1"
 FILES:${PN}-dev += "${DSPLIB_INSTALL_DIR_RECIPE}"