mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 20:46:13 +00:00
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>
This commit is contained in:
parent
1507fa0aa2
commit
892622420d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user