Skip to content
Snippets Groups Projects
Commit b9c058e8 authored by Vladimir Petrigo's avatar Vladimir Petrigo Committed by Pete Tucker
Browse files

Add recipes for Node-RED AWS and Noble addons

parent 941a94a9
No related branches found
No related tags found
No related merge requests found
SUMMARY = "A package that provides a collection of Node-RED nodes for AWS"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
DEPENDS = "nodejs-native"
RDEPENDS_${PN} += " bash node-red"
SECTION = "nodered-package"
SRC_URI = "git://github.com/daniel-t/${PN}.git;branch=master"
SRCREV = "5ca37bde5dc808c64dd6bb5e92042d618a13db6d"
S = "${WORKDIR}/git"
inherit npm-install-global
do_configure() {
:
}
SUMMARY = "A package that provides a collection of Node-RED BLE nodes (noble package)"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
DEPENDS = "nodejs-native"
RDEPENDS_${PN} += " bash node-red bluez5"
SECTION = "nodered-package"
SRC_URI = "https://github.com/kmi/${PN}/archive/v0.3.0.zip;name=pkg"
SRC_URI[pkg.md5sum] = "2916b652e333cc81ffdfaaa6f76e7f54"
SRC_URI[pkg.sha256sum] = "6a3f9fb6ec2269fa7c9cfab83407f0c4d01aa9a28ca00421e11ec28ef2e7dbc8"
S = "${WORKDIR}/${PN}-${PV}"
inherit npm-install-global
do_configure() {
:
}
FILES_${PN}-staticdev += " \
${libdir_native}/node_modules/node-red-contrib-noble/node_modules/usb/build/Release/*/*.a \
${libdir_native}/node_modules/node-red-contrib-noble/node_modules/usb/build/Release/*.a \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment