aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/starterware/starterware_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/starterware/starterware_git.bb')
-rw-r--r--recipes-bsp/starterware/starterware_git.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-bsp/starterware/starterware_git.bb b/recipes-bsp/starterware/starterware_git.bb
deleted file mode 100644
index 3adfac36..00000000
--- a/recipes-bsp/starterware/starterware_git.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require starterware.inc
-
-PR = "${INC_PR}.0"
-
-ALLOW_EMPTY_${PN} = "1"
-
-CLEANBROKEN = "1"
-
-do_compile() {
- :
-}
-
-do_install () {
- install -d ${D}${includedir}/ti/starterware
- find . -name "*.h" -type f | xargs -I {} cp --parents --no-preserve=ownership {} ${D}${includedir}/ti/starterware
-}