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.bb15
1 files changed, 14 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 05f14d2f4..8a2a3e1b8 100644
--- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
+++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb
@@ -3,14 +3,27 @@ SECTION = "libs/network"
3HOMEPAGE = "https://github.com/zaphoyd/websocketpp" 3HOMEPAGE = "https://github.com/zaphoyd/websocketpp"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea" 5LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea"
6DEPENDS = "openssl boost zlib" 6
7DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl boost zlib', '', d)} "
7 8
8SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \ 9SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \
9 file://0001-Replace-make_shared-with-new-in-some-cases.patch \ 10 file://0001-Replace-make_shared-with-new-in-some-cases.patch \
10 file://0002-Fix-missed-entries-fix-testing.patch \ 11 file://0002-Fix-missed-entries-fix-testing.patch \
11 file://0001-cmake-Use-GNUInstallDirs.patch \ 12 file://0001-cmake-Use-GNUInstallDirs.patch \
13 file://842.patch \
14 file://771.patch \
15 file://855.patch \
16 file://857.patch \
12 " 17 "
13 18
19EXTRA_OECMAKE = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON', '', d)} "
20
21# this is an header only library, do not depend on the main package
22RDEPENDS_${PN}-dev = ""
23
24# to add this package to an SDK, since it isn't a reverse-dependency of anything, just use something like this:
25# TOOLCHAIN_TARGET_TASK_append = " websocketpp-dev"
26
14# tag 0.8.1 27# tag 0.8.1
15SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7" 28SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7"
16 29