diff options
-rw-r--r-- | meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb | 9 |
1 files changed, 9 insertions, 0 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 8a2a3e1b8b..4303f24738 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.1.bb | |||
@@ -30,3 +30,12 @@ SRCREV= "c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7" | |||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | inherit cmake | 32 | inherit cmake |
33 | |||
34 | PACKAGES =+ "${PN}-examples" | ||
35 | |||
36 | FILES_${PN}-examples = "${docdir}" | ||
37 | |||
38 | do_install_append() { | ||
39 | install -d ${D}${docdir}/${BPN} | ||
40 | cp -R ${S}/examples ${D}${docdir}/${BPN} | ||
41 | } | ||