summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-codecs-dm365.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-codecs-dm365.inc')
-rw-r--r--recipes/ti/ti-codecs-dm365.inc30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/ti/ti-codecs-dm365.inc b/recipes/ti/ti-codecs-dm365.inc
deleted file mode 100644
index 88b8e7641f..0000000000
--- a/recipes/ti/ti-codecs-dm365.inc
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "DM365 Codecs"
-SECTION = "multimedia"
-LICENSE = "TI"
-
-BASE_SRC_URI = "http://install.source.dir.local"
-SRC_URI = "${BASE_SRC_URI}/dm365_codecs_${PV}.tar.gz"
-
-S = "${WORKDIR}/dm365_codecs_${PV}"
-
-require ti-paths.inc
-
-do_compile() {
- echo "Do nothing"
-}
-
-do_install () {
- # install mapdmaq on target
- install -d ${D}/${installdir}/codecs
-}
-
-do_stage() {
- install -d ${CODEC_INSTALL_DIR}
- cp -pPrf ${S}/* ${CODEC_INSTALL_DIR}
-}
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-FILES_${PN} = "${installdir}/codecs"
-INHIBIT_PACKAGE_STRIP = "1"
-INSANE_SKIP_${PN} = True
-