From 892622420d10f164bb6a4c82b7d5abad7f042863 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 19 Jul 2018 09:22:32 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 4920bce8c8..9aff59c6ce 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" S = "${WORKDIR}/git" -do_install () { - install -d ${D}/usr/include - install -m 0755 ${S}/zmq.hpp ${D}/usr/include/ -} +inherit cmake PACKAGES = "${PN}-dev" -- cgit 1.2.3-korg