summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-azure/azure-macro-utils-c/azure-macro-utils-c.inc
blob: bf9323d3b5c77f2802d5de32f308cf136e3b6433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit cmake

S = "${WORKDIR}/git"
B = "${WORKDIR}/build"

sysroot_stage_all_append () {
    sysroot_stage_dir ${D}${exec_prefix}/cmake ${SYSROOT_DESTDIR}${exec_prefix}/cmake
}

FILES_${PN}-dev += "\
    ${exec_prefix}/cmake \
"

BBCLASSEXTEND = "native nativesdk"