diff options
Diffstat (limited to 'recipes/ti/ti-codec.inc')
-rw-r--r-- | recipes/ti/ti-codec.inc | 12 |
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/*" + |