From b9af38500ad5c3ca01e93264324e83f0c4c01837 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Wed, 22 Feb 2017 15:06:41 +0100 Subject: [PATCH] node-dbus: add module --- recipes-devtools/node-dbus/node-dbus_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-devtools/node-dbus/node-dbus_git.bb diff --git a/recipes-devtools/node-dbus/node-dbus_git.bb b/recipes-devtools/node-dbus/node-dbus_git.bb new file mode 100644 index 0000000..3919311 --- /dev/null +++ b/recipes-devtools/node-dbus/node-dbus_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "node-dbus is a D-Bus binding for Node.js" +SECTION = "nodejs/module" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.md;beginline=46;endline=69;md5=d1a9d9b4039fb88c4b6cecd1de356fcc" + +inherit npm-install-global +RDEPENDS_${PN} = "nodejs dbus" + +PV = "0.2.20+gitr${SRCPV}" + +SRC_URI = " \ + git://github.com/Shouqun/node-dbus.git;branch=master;protocol=git \ + " +SRCREV = "34d69ed11c3a1d3147b35d258701fdfeb033624c" +S = "${WORKDIR}/git" +