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

require recipes-ti/includes/ti-paths.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() {
    CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
    install -d ${D}${FC_INSTALL_DIR_RECIPE}
    cp ${CP_ARGS} ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
}

INSANE_SKIP:${PN} = "ldflags"

ALLOW_EMPTY:${PN} = "1"
FILES:${PN}-dev += "${FC_INSTALL_DIR_RECIPE}"