mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/trace-cmd: installs nothing in staging/
Since its introduction in Buildroot in 2013 with commit07203d78c2(trace-cmd: new package), trace-cmd has declared installing in staging. But trace-cmd is a generic-package, and has never, ever provided any commands for staging installation. Drop this declaration. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit896b93310a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
48ac93d41e
commit
ee84de11df
@@ -7,7 +7,6 @@
|
||||
TRACE_CMD_VERSION = trace-cmd-v2.7
|
||||
TRACE_CMD_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
|
||||
TRACE_CMD_SITE_METHOD = git
|
||||
TRACE_CMD_INSTALL_STAGING = YES
|
||||
TRACE_CMD_LICENSE = GPL-2.0, LGPL-2.1
|
||||
TRACE_CMD_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user