repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy
[openembedded.git]
/
recipes
/
ti
/
ti-codec.inc
blob
d7565f995e01b77ae03d3dac434f7fd527e99ea3
1
DESCRIPTION = "TI Codec for ${MACHINE_ARCH}"
2
SECTION = "multimedia"
3
LICENSE = "TI"
4
5
require ti-paths.inc
6
7
do_stage() {
8
install -d ${CODEC_INSTALL_DIR}
9
cp -pPrf ${S}/* ${CODEC_INSTALL_DIR}
10
}
11
12
PACKAGE_ARCH = "${MACHINE_ARCH}"
13
FILES_${PN} = "${installdir}/codec-combo/*"
14