diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 4920bce8c..9aff59c6c 100644 --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | |||
@@ -11,10 +11,7 @@ SRC_URI = "git://github.com/zeromq/cppzmq.git" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | do_install () { | 14 | inherit cmake |
15 | install -d ${D}/usr/include | ||
16 | install -m 0755 ${S}/zmq.hpp ${D}/usr/include/ | ||
17 | } | ||
18 | 15 | ||
19 | PACKAGES = "${PN}-dev" | 16 | PACKAGES = "${PN}-dev" |
20 | 17 | ||