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 <[email protected]>
---
 meta-ti-extras/recipes-ti/mathlib/mathlib.inc | 14 --------------
 1 file changed, 14 deletions(-)

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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18164): 
https://lists.yoctoproject.org/g/meta-ti/message/18164
Mute This Topic: https://lists.yoctoproject.org/mt/110215700/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to