From 9e5a4b1c083c76f71babde6f4b5653507e6e91be Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 5 Apr 2017 22:14:41 +0200 Subject: tegrastats: rework inhibit warnings Use INSANE_SKIP_ in place of the unusual WARN_QA_remove. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/tegrastats/tegrastats.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/tegrastats/tegrastats.bb b/recipes-bsp/tegrastats/tegrastats.bb index 4e1dba4..0718a5d 100644 --- a/recipes-bsp/tegrastats/tegrastats.bb +++ b/recipes-bsp/tegrastats/tegrastats.bb @@ -15,9 +15,9 @@ PACKAGES_prepend = "${PN}-gtk " # Inhibit warnings about files being stripped. # Inhibit warnings about missing DEPENDS, Files are provided in binary form" -WARN_QA_remove = "already-stripped build-deps" -WARN_QA_remove_tegra124 = "already-stripped build-deps ldflags" -WARN_QA-gtk_remove = "already-stripped build-deps" +INSANE_SKIP_${PN} = "already-stripped build-deps file-rdeps ldflags" +INSANE_SKIP_${PN}-gtk = "already-stripped build-deps file-rdeps" + do_install() { install -d ${D}${bindir}/ ${D}/home/root/Desktop/ -- cgit v1.2.3