summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplib
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/dsplib')
-rw-r--r--recipes-ti/dsplib/dsplib.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index a3953105..21521556 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4 4
5require ../includes/ti-paths.inc 5require ../includes/ti-paths.inc
6 6
7PV = "3_4_0_1" 7PV = "3_4_0_2"
8PR = "r0" 8PR = "r0"
9 9
10DEPENDS = "ti-cgt6x-native \ 10DEPENDS = "ti-cgt6x-native \
@@ -17,7 +17,7 @@ DEPENDS = "ti-cgt6x-native \
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master" 19SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
20SRCREV = "bf5a51cba462c5cb03ed20a6a1bb1bd16c0683e1" 20SRCREV = "0eb7e849c4cf0ffbfd67e2a777e655375822792b"
21 21
22LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b" 22LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
23 23
@@ -48,7 +48,7 @@ do_install() {
48 install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} 48 install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE}
49 49
50 find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \; 50 find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \;
51 mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/* ${D}${DSPLIB_INSTALL_DIR_RECIPE} 51 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/. ${D}${DSPLIB_INSTALL_DIR_RECIPE}
52 rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib 52 rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib
53} 53}
54 54
@@ -60,7 +60,7 @@ do_deploy() {
60 # zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE} 60 # zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE}
61 # and place the zip file in ${DEPLOYDIR} 61 # and place the zip file in ${DEPLOYDIR}
62 mkdir ./${DSPLIB_PACKAGE_NAME} 62 mkdir ./${DSPLIB_PACKAGE_NAME}
63 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME} 63 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/. ./${DSPLIB_PACKAGE_NAME}
64 zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME} 64 zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME}
65 rm -r ./${DSPLIB_PACKAGE_NAME} 65 rm -r ./${DSPLIB_PACKAGE_NAME}
66} 66}