diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2018-07-19 09:22:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-20 16:07:12 -0700 |
commit | 892622420d10f164bb6a4c82b7d5abad7f042863 (patch) | |
tree | 80e5a85ed73a44636d71ddc476b29eda095eadc7 /meta-oe/recipes-connectivity | |
parent | 1507fa0aa295c6b547fc280578b1e7e6b4f9f7a6 (diff) | |
download | meta-openembedded-892622420d10f164bb6a4c82b7d5abad7f042863.tar.gz |
cppzmq: use cmake to install the package
This way also the required cmake configs are installed so other
packages can find it.
It seems also cleaner to use the upstream mechanism than to have our own
install script.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | ||