Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

recipes-devtools: Add recipe for cylon module #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions recipes-devtools/cylon/cylon_1.3.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "JavaScript framework for robotics, drones, and the Internet of Things (IoT) using Node.js"
HOMEPAGE = "http://cylonjs.com"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=923fb5d3cace36f0a33011d884f7e554"

SRC_URI = "npm://registry.npmjs.org;name=cylon;version=${PV}"

inherit npm

# Must be set after inherit npm since that itself sets S
S = "${WORKDIR}/npmpkg"
LICENSE_${PN} = "Apache-2.0"