ti-codecs-dm365_3.10.00.05: add newer version of codec server
authorBrijesh Singh <bksingh@ti.com>
Sat, 8 May 2010 16:42:48 +0000 (11:42 -0500)
committerKoen Kooi <koen@openembedded.org>
Sat, 12 Jun 2010 09:03:50 +0000 (11:03 +0200)
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codecs-dm365_3.10.00.05.bb [new file with mode: 0644]

diff --git a/recipes/ti/ti-codecs-dm365_3.10.00.05.bb b/recipes/ti/ti-codecs-dm365_3.10.00.05.bb
new file mode 100644 (file)
index 0000000..0542d66
--- /dev/null
@@ -0,0 +1,37 @@
+DESCRIPTION = "DM365 Codecs"
+SECTION = "multimedia"
+LICENSE = "TI"
+
+PV = "03_10_00_05"
+
+SRC_URI = "http://gt_tspa_dev.gt.design.ti.com/dev/DVSDK/310_DVSDK/3_10_00/dm365_codecs_${PV}.tar.gz;name=dm365codecs \
+           file://mapdmaq"
+
+SRC_URI[dm365codecs.md5sum] = "c336e76101340b7a4f19214401824efe"
+SRC_URI[dm365codecs.sha256sum] = "3ad43dcaf1b965c99a286f30cea928cf887308f7433ec0e6fd814954d91d0512"
+
+S = "${WORKDIR}/dm365_codecs_${PV}"
+
+PROVIDES += "ti-codecs-dm365-server"
+
+require ti-paths.inc
+require ti-staging.inc
+
+do_compile() {
+       echo "Do nothing"
+}
+
+do_install () {
+       install -d ${D}/${installdir}/ti-codecs-server
+       cd ${S}
+
+       install -m 0755 ${WORKDIR}/mapdmaq ${D}/${installdir}/ti-codecs-server
+
+       install -d ${D}${CODEC_INSTALL_DIR_RECIPE}
+       cp -pPrf ${S}/* ${D}${CODEC_INSTALL_DIR_RECIPE}
+}
+
+PACKAGES += "ti-codecs-dm365-server"
+FILES_ti-codecs-dm365-server = "${installdir}/ti-codecs-server/*"
+
+INSANE_SKIP_ti-codecs-dm365-server = True