trace-cmd: fix cross-build
This commit is contained in:
parent
bdceda2164
commit
f7e72a4419
|
@ -7,7 +7,7 @@ build_style=gnu-makefile
|
|||
make_build_args="prefix=/usr all gui doc"
|
||||
make_install_args="prefix=/usr install install_gui install_doc"
|
||||
make_use_env=1
|
||||
hostmakedepends="git asciidoc pkg-config cmake"
|
||||
hostmakedepends="git asciidoc pkg-config cmake qt5-qmake qt5-host-tools"
|
||||
makedepends="json-c-devel libfreeglut-devel libxml2-devel qt5-devel"
|
||||
short_desc="Tools to use ftrace Linux kernel internal tracer"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -15,7 +15,6 @@ license="GPL-2.0-or-later, LGPL-2.1-only"
|
|||
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
||||
checksum=9404fc3cf540ea795304608068c9db6cdb38b90584c7f3c43249785913d54b38
|
||||
nocross="cmake foo"
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue