]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-ti/framework-components/ti-framework-components.inc
gadget-init: remove ehrPWM polarity workaround
[glsdk/meta-ti-glsdk.git] / recipes-ti / framework-components / ti-framework-components.inc
1 DESCRIPTION = "TI Framework Components"
2 HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
3 SECTION = "devel"
4 LICENSE = "BSD"
6 LIC_FILES_CHKSUM = "file://framework_components_2_26_00_01_manifest.html;md5=3250f9da7ee72284c07f8dd840400c75"
8 require recipes-ti/includes/ti-paths.inc
9 require recipes-ti/includes/ti-staging.inc
11 PR = "r1"
13 S = "${WORKDIR}/framework_components_${PV}"
15 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"
17 do_install() {
18     install -d ${D}${FC_INSTALL_DIR_RECIPE}
19     cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
20 }