diff options
Diffstat (limited to 'recipes-ti/ndk/ti-ndk.inc')
-rw-r--r-- | recipes-ti/ndk/ti-ndk.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc new file mode 100644 index 00000000..09d9ea0c --- /dev/null +++ b/recipes-ti/ndk/ti-ndk.inc | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "TI RTOS_Networking" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/index.html" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "BSD" | ||
5 | |||
6 | require recipes-ti/includes/ti-paths.inc | ||
7 | |||
8 | S = "${WORKDIR}/ndk_${PV}" | ||
9 | |||
10 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip" | ||
11 | |||
12 | do_install() { | ||
13 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
14 | install -d ${D}${NDK_INSTALL_DIR_RECIPE} | ||
15 | cp ${CP_ARGS} ${S}/* ${D}${NDK_INSTALL_DIR_RECIPE} | ||
16 | } | ||
17 | |||
18 | ALLOW_EMPTY_${PN} = "1" | ||
19 | FILES_${PN}-dev += "${NDK_INSTALL_DIR_RECIPE}" | ||
20 | |||
21 | INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" | ||