From: Nikhil Devshatwar <[email protected]> websocketd is an application which allows to redirect output of command line applications via a websocket so that web pages can interact with them.
This is very useful for visualizing statistics information on host machine browser. Signed-off-by: Nikhil Devshatwar <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- v3 - build from sources .../recipes-devtools/websocketd/websocketd_0.3.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-arago-extras/recipes-devtools/websocketd/websocketd_0.3.1.bb diff --git a/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.3.1.bb b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.3.1.bb new file mode 100644 index 0000000..cee96b9 --- /dev/null +++ b/meta-arago-extras/recipes-devtools/websocketd/websocketd_0.3.1.bb @@ -0,0 +1,14 @@ +SUMMARY = "Application for routing native applications via websockets" +HOMEPAGE = "http://websocketd.com/" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=a14d7befdbee1290ac5c472cd85d66f2" + +inherit go-mod + +GO_IMPORT = "github.com/joewalnes/websocketd" + +SRC_URI = "git://${GO_IMPORT}" +SRCREV = "0440211d7862dc76b5f2499d7dfcd4ef6a9c2fa2" + +# Development package contains all the examples in different languages +INSANE_SKIP_${PN}-dev = "file-rdeps" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
