[oe-commits] [meta-openembedded] 32/44: sysdig: Use makefile generator instead of ninja for cmake

git at git.openembedded.org git at git.openembedded.org
Sun Feb 11 20:07:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 0a10b5b25aa7d9c6282234c5bb86bf724b08c00b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Feb 1 23:47:26 2018 -0800

    sysdig: Use makefile generator instead of ninja for cmake
    
    Fixes build errors e.g.
    | ninja: error: build.ninja:205: bad $-escape (literal $ must be written as $$)
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
index bc6fec0..67d06dc 100644
--- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
+++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 inherit cmake pkgconfig
 
+OECMAKE_GENERATOR = "Unix Makefiles"
+
 DEPENDS = "luajit zlib ncurses"
 RDEPENDS_${PN} = "bash"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list