aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-xdctools-native_3.15.01.59.bb
blob: ee34a5eec252b00bd74d3c3738a314a1cd036841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherit native

BASE_PV = "3_15"
PV = "3_15_01_59"

require ti-xdctools.inc

do_stage() {
    install -d ${STAGING_DIR_NATIVE}/${PN}
    cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/${PN}
        chmod 755 -R  ${STAGING_DIR_NATIVE}/${PN}
        chmod 755 -R  ${S}
}

AUTOTOOLS_NATIVE_STAGE_INSTALL="1"