summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
diff options
context:
space:
mode:
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.bb5
1 files changed, 4 insertions, 1 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
index 75a5f886ad..551621708c 100644
--- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
+++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
@@ -5,7 +5,10 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea" 5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea"
6DEPENDS = "openssl boost zlib" 6DEPENDS = "openssl boost zlib"
7 7
8SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https;branch=master" 8SRC_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 "
9 12
10# tag 0.8.1 13# tag 0.8.1
11SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7" 14SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"