aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/hdvpss/ti-hdvpss.inc
blob: 3c99b7920f0d17f22b6622efaaad511d5d21fed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "TI HDVPSS"
SECTION = "devel"
LICENSE = "TI"

require ../includes/ti-paths.inc
require ../includes/ti-staging.inc

S = "${WORKDIR}/REL.HDVPSS_${PV}"

SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"

do_compile() {
    :
}

do_install() {
    install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE}
    cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE}
}