summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2018-07-23 18:48:26 +0200
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commitb1a3f656a550c43c8e9797531fc3402542b21f6b (patch)
tree266c7fdf1f197559b8e2f2461af1d5b67ea9ace7 /meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
parentcddf0cba171e498b776e2d954f42c7b61f03b745 (diff)
downloadmeta-openembedded-b1a3f656a550c43c8e9797531fc3402542b21f6b.tar.gz
meta-oe: update websocketpp to 0.8.1, drop all patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb')
-rw-r--r--meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
new file mode 100644
index 000000000..75a5f886a
--- /dev/null
+++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
@@ -0,0 +1,15 @@
1SUMMARY = "C++/Boost Asio based websocket client/server library."
2SECTION = "libs/network"
3HOMEPAGE = "https://github.com/zaphoyd/websocketpp"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea"
6DEPENDS = "openssl boost zlib"
7
8SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https;branch=master"
9
10# tag 0.8.1
11SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
12
13S = "${WORKDIR}/git"
14
15inherit cmake