aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-xdais-native_6.23.bb
blob: 9cf839c139abfc41c657b0e3da227dea78223d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require ti-xdais.inc

PV = "6_23"

inherit native

do_stage() {
    install -d ${STAGING_DIR_NATIVE}/ti-xdais
    cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/ti-xdais
}

AUTOTOOLS_NATIVE_STAGE_INSTALL="1"