blob: 551621708c1b166b395ef3a796bcc5d1dee77fb8 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "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
Brad Bishop0f291cc2019-09-01 15:16:57 -04008SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \
9 file://0001-Replace-make_shared-with-new-in-some-cases.patch \
10 file://0002-Fix-missed-entries-fix-testing.patch \
11 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012
13# tag 0.8.1
14SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
15
16S = "${WORKDIR}/git"
17
18inherit cmake