aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-26 16:10:27 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-26 16:10:27 +0200
commitb6235b4c2139c14093c76088dfc0eeb34c86d913 (patch)
tree650c4ddb040bf1236063572dfb105eed9c0c169a /recipes/ti/ti-codec.inc
parent59ddf7ef9b172d9db65af876b211f853746d470b (diff)
downloadopenembedded-b6235b4c2139c14093c76088dfc0eeb34c86d913.tar.gz
ti-codec: add missing.inc
bitblit: add svn recipe
Diffstat (limited to 'recipes/ti/ti-codec.inc')
-rw-r--r--recipes/ti/ti-codec.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/ti/ti-codec.inc b/recipes/ti/ti-codec.inc
new file mode 100644
index 0000000000..655e9d1e58
--- /dev/null
+++ b/recipes/ti/ti-codec.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "TI Codec for ${MACHINE_ARCH}"
+
+require ti-paths.inc
+
+do_stage() {
+ install -d ${CODEC_INSTALL_DIR}
+ cp -pPrf ${S}/* ${CODEC_INSTALL_DIR}
+}
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+FILES_${PN} = "${installdir}/codec-combo/*"
+