From 8c3c49605693fb266418e22a067a2d5a55fbfdc4 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 17 Mar 2010 14:05:14 -0400 Subject: ti-codecs-dm365: rework with the new version Signed-off-by: Denys Dmytriyenko Signed-off-by: Koen Kooi --- recipes/ti/ti-codecs-dm365_3.10.00.02.bb | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 recipes/ti/ti-codecs-dm365_3.10.00.02.bb (limited to 'recipes/ti/ti-codecs-dm365_3.10.00.02.bb') diff --git a/recipes/ti/ti-codecs-dm365_3.10.00.02.bb b/recipes/ti/ti-codecs-dm365_3.10.00.02.bb new file mode 100644 index 0000000000..d977c10234 --- /dev/null +++ b/recipes/ti/ti-codecs-dm365_3.10.00.02.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "DM365 Codecs" +SECTION = "multimedia" +LICENSE = "TI" + +PV = "03_10_00_02" + +BASE_SRC_URI = "http://install.source.dir.local" +SRC_URI = "${BASE_SRC_URI}/dm365_codecs_${PV}.tar.gz;name=dm365codecs \ + file://mapdmaq" + +SRC_URI[dm365codecs.md5sum] = "c6e8715d1a73f43ce4fbcda5c2597a6f" +SRC_URI[dm365codecs.sha256sum] = "a34320d55cc7abaa8a2f4802db63188b71a15d97a7ca1bebc654be296c030fd9" + +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 -- cgit v1.2.3