surpport seeking the recorded video
[vuplus_openembedded] / recipes / ti / ti-codecs-dm365.inc
1 DESCRIPTION = "DM365 Codecs"
2
3 BASE_SRC_URI = "http://install.source.dir.local"
4 SRC_URI = "${BASE_SRC_URI}/dm365_codecs_${PV}.tar.gz"
5
6 S = "${WORKDIR}/dm365_codecs_${PV}"
7
8 do_compile() {
9         echo "Do nothing"
10 }
11
12 do_install () {
13      # install mapdmaq on target
14      install -d ${D}/${installdir}/codecs
15 }
16
17 do_stage() {
18     install -d ${CODEC_INSTALL_DIR}
19     cp -pPrf ${S}/* ${CODEC_INSTALL_DIR}
20 }
21
22 PACKAGE_ARCH = "${MACHINE_ARCH}"
23 FILES_${PN} = "${installdir}/codecs"
24 INHIBIT_PACKAGE_STRIP = "1"
25 INSANE_SKIP_${PN} = True
26