aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-codec.inc
blob: 655e9d1e581ffc66b29076931a9415d3f68d14a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/*"