aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-framework-components3.inc
blob: 67e989ac5a6ff34d62dd193905a3dc87331a5dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "TI Framework Components"
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
SECTION = "devel"
LICENSE = "BSD"

require ti-paths.inc
require ti-staging.inc

S = "${WORKDIR}/framework_components_${PV}"

SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"

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