summaryrefslogtreecommitdiff
path: root/recipes/ti/ti-framework-components.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-framework-components.inc')
-rw-r--r--recipes/ti/ti-framework-components.inc15
1 files changed, 3 insertions, 12 deletions
diff --git a/recipes/ti/ti-framework-components.inc b/recipes/ti/ti-framework-components.inc
index c52f697313..cfcfe673c2 100644
--- a/recipes/ti/ti-framework-components.inc
+++ b/recipes/ti/ti-framework-components.inc
@@ -1,24 +1,15 @@
-DESCRIPTION = "Framework Components for TI ARM/DSP processors"
-
-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"
+DESCRIPTION = "TI Framework Components"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
require ti-paths.inc
require ti-staging.inc
S = "${WORKDIR}/framework_components_${PV}"
-# compile time dependencies
-DEPENDS += "ti-xdctools ti-xdais ti-linuxutils"
-
-do_compile () {
- echo "! Do not rebuild for now !"
-}
+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"
-# stage tree - other packages may need this
do_install() {
install -d ${D}${FC_INSTALL_DIR_RECIPE}
cp -pPrf ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
}
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-INHIBIT_PACKAGE_STRIP = "1"