diff options
Diffstat (limited to 'recipes/ti/ti-xdctools-native_3.15.01.59.bb')
-rw-r--r-- | recipes/ti/ti-xdctools-native_3.15.01.59.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/recipes/ti/ti-xdctools-native_3.15.01.59.bb b/recipes/ti/ti-xdctools-native_3.15.01.59.bb index ee34a5eec2..cc263f77d6 100644 --- a/recipes/ti/ti-xdctools-native_3.15.01.59.bb +++ b/recipes/ti/ti-xdctools-native_3.15.01.59.bb @@ -1,16 +1,7 @@ -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} -} +require ti-xdctools-native.inc +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/xdctools_${BASE_PV}/exports/xdctools_setuplinux_${PV}.bin" -AUTOTOOLS_NATIVE_STAGE_INSTALL="1" |