mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:31:08 +00:00
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@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
38f6ef9b14
commit
0a10b5b25a
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user