diff options
Diffstat (limited to 'recipes/ti/ti-codecs-omapl137_1.0.bb')
-rw-r--r-- | recipes/ti/ti-codecs-omapl137_1.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/ti/ti-codecs-omapl137_1.0.bb b/recipes/ti/ti-codecs-omapl137_1.0.bb deleted file mode 100644 index 1cb87cd248..0000000000 --- a/recipes/ti/ti-codecs-omapl137_1.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -require ti-codec.inc - -# Should be replaced with real http URL, but for now create codec combo tar from DVSDK installation. -SRC_URI = "http://install.source.dir.local/omapl137_dvsdk_combos_1_0.tar.gz" - -S = "${WORKDIR}/omapl137_dvsdk_combos_1_0" - -# Yes, the xdc stuff still breaks with a '.' in PWD -PV = "1_0" -PR = "r1" - -do_compile() { - echo "do nothing" -} - -do_install () { - install -d ${D}/${installdir}/codec-combo - cd ${S} - for file in `find . -name *.${DSPSUFFIX}`; do - cp ${file} ${D}/${installdir}/codec-combo - done -} - |