summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb')
-rw-r--r--meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb
new file mode 100644
index 000000000..65fc974b6
--- /dev/null
+++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.7.0.bb
@@ -0,0 +1,21 @@
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.7.0
11SRCREV= "378437aecdcb1dfe62096ffd5d944bf1f640ccc3"
12
13SRC_URI += "file://0001-Fix-issue-599.patch \
14 file://9ddb300d874a30db35e3ad58f188944bef0bf31b.patch \
15 file://4cab5e5c0c5f19fcee7d37b4a38b156d63a150d4.patch \
16 file://disable-tests.patch \
17 "
18
19S = "${WORKDIR}/git"
20
21inherit cmake