]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-ti/hdvpss/ti-hdvpss.inc
README: move meta-angstrom to optional layers
[glsdk/meta-ti-glsdk.git] / recipes-ti / hdvpss / ti-hdvpss.inc
1 DESCRIPTION = "TI HDVPSS"
2 SECTION = "devel"
3 LICENSE = "TI"
5 require ../includes/ti-paths.inc
6 require ../includes/ti-staging.inc
8 S = "${WORKDIR}/REL.HDVPSS_${PV}"
10 SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
12 do_compile() {
13     :
14 }
16 do_install() {
17     install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE}
18     cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE}
19 }