aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/framework-components/ti-framework-components.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/framework-components/ti-framework-components.inc')
-rw-r--r--recipes-ti/framework-components/ti-framework-components.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-ti/framework-components/ti-framework-components.inc b/recipes-ti/framework-components/ti-framework-components.inc
deleted file mode 100644
index ca152328..00000000
--- a/recipes-ti/framework-components/ti-framework-components.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-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}"