From 2074c0d32474c07b5ae50a1112c387319da83ca5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 1 Nov 2014 22:43:17 +0100 Subject: tegrastat: split out a GTK package --- recipes/tegrastats/tegrastats.bb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'recipes') diff --git a/recipes/tegrastats/tegrastats.bb b/recipes/tegrastats/tegrastats.bb index 38fd11d..76336a9 100644 --- a/recipes/tegrastats/tegrastats.bb +++ b/recipes/tegrastats/tegrastats.bb @@ -8,10 +8,12 @@ SRC_URI = "file://tegrastats \ S = "${WORKDIR}" -PACKAGES = "${PN}" +PACKAGES = "${PN} ${PN}-gtk" # Inhibit warnings about files being stripped. -INSANE_SKIP_${PN} = "already-stripped" +# Inhibit warnings about missing DEPENDS, Files are provided in binary form" +WARN_QA_remove = "already-stripped build-deps" +WARN_QA-gtk_remove = "already-stripped build-deps" do_install() { install -d ${D}${bindir}/ ${D}/home/root/Desktop/ @@ -19,6 +21,8 @@ do_install() { install -m 0755 ${S}/Tegrastats-gtk.desktop ${D}/home/root/Desktop/ } -FILES_${PN} = " \ - ${bindir}/tegrastats* \ +FILES_${PN}-gtk = " \ + ${bindir}/tegrastats-gtk \ /home/root/Desktop/Tegra* " + +FILES_${PN} = "${bindir}/tegrastats" -- cgit v1.2.3