aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/starterware/starterware_git.bb
blob: a560e7bdb5aac6e40f99022e07ab08c2f8f2c2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}