diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-17 14:05:14 -0400 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:26 +0200 |
commit | 8c3c49605693fb266418e22a067a2d5a55fbfdc4 (patch) | |
tree | 079409de49a876bd92c8e1832a48b9d75a66075c /recipes/ti/ti-codecs-dm365.inc | |
parent | cebcc0abfa75d4e66652b43bda9486d4954985cf (diff) |
ti-codecs-dm365: rework with the new version
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codecs-dm365.inc')
-rw-r--r-- | recipes/ti/ti-codecs-dm365.inc | 30 |
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 - |