aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/ndk/ti-ndk.inc
blob: 9afde316735eb829b88858699dc3be8177a29ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "TI RTOS_Networking"
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/index.html"
SECTION = "devel"
LICENSE = "BSD"

require recipes-ti/includes/ti-paths.inc

S = "${WORKDIR}/ndk_${PV}"
SRC_URI = "http://software-dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"

do_install() {
    CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
    install -d ${D}${NDK_INSTALL_DIR_RECIPE}
    cp ${CP_ARGS} ${S}/* ${D}${NDK_INSTALL_DIR_RECIPE}
}

ALLOW_EMPTY_${PN} = "1"
FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}"

INSANE_SKIP_${PN}-dev = "arch ldflags staticdev file-rdeps"