diff options
Diffstat (limited to 'meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb')
-rw-r--r-- | meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb index f437accc50..17b71411ca 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | |||
@@ -23,9 +23,8 @@ RDEPENDS:${PN}-dev = "" | |||
23 | # TOOLCHAIN_TARGET_TASK:append = " websocketpp-dev" | 23 | # TOOLCHAIN_TARGET_TASK:append = " websocketpp-dev" |
24 | 24 | ||
25 | # tag 0.8.2 | 25 | # tag 0.8.2 |
26 | SRCREV= "56123c87598f8b1dd471be83ca841ceae07f95ba" | 26 | SRCREV = "56123c87598f8b1dd471be83ca841ceae07f95ba" |
27 | 27 | ||
28 | S = "${WORKDIR}/git" | ||
29 | 28 | ||
30 | inherit cmake | 29 | inherit cmake |
31 | 30 | ||
@@ -37,3 +36,5 @@ do_install:append() { | |||
37 | install -d ${D}${docdir}/${BPN} | 36 | install -d ${D}${docdir}/${BPN} |
38 | cp -R ${S}/examples ${D}${docdir}/${BPN} | 37 | cp -R ${S}/examples ${D}${docdir}/${BPN} |
39 | } | 38 | } |
39 | |||
40 | SKIP_RECIPE[websocketpp] ?= "Does not work with boost >= 1.87" | ||