summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-azure/node-red-contrib-azureiothubnode/node-red-contrib-azureiothubnode_0.5.2.bb
blob: 8f0cb9cb92bc6e3b4ba9c06f965d5405e9d33a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Node-Red node for Azure IoT Hub"
AUTHOR = "Microsoft Corporation"
HOMEPAGE = "https://github.com/Azure/azure-iot-sdk-node"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=854b7e0c8f4c0f85f53e20cdc2044564"

inherit npm

RDEPENDS_${PN} = "\
    bash \
    node-red \
"

SRC_URI = "\
    npm://registry.npmjs.org;package=${BPN};version=${PV} \
    npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
"

PR = "r0"

S = "${WORKDIR}/npm"