diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-03-18 13:21:47 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-07 12:14:28 +0200 |
commit | a50963e7aed46f48d78c34c5d123031727982ca8 (patch) | |
tree | 93d67830ab4c67c95e6907a321ea6860e7bc5f1b /recipes-bsp/tegrastats | |
parent | b717933ad06d3dd20d129e4ff350b1a20b81b895 (diff) |
meta-toradex-tegra: cleanup whitespace use
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-bsp/tegrastats')
-rw-r--r-- | recipes-bsp/tegrastats/tegrastats.bb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-bsp/tegrastats/tegrastats.bb b/recipes-bsp/tegrastats/tegrastats.bb index 5642bbd..4e1dba4 100644 --- a/recipes-bsp/tegrastats/tegrastats.bb +++ b/recipes-bsp/tegrastats/tegrastats.bb @@ -3,9 +3,11 @@ DESCRIPTION = "NVIDIAS tegrastats in a commandline version and one with output t LICENSE = "CLOSED" PR = "r3" -SRC_URI = "file://tegrastats \ - file://tegrastats-gtk \ - file://Tegrastats-gtk.desktop " +SRC_URI = " \ + file://tegrastats \ + file://tegrastats-gtk \ + file://Tegrastats-gtk.desktop \ +" S = "${WORKDIR}" @@ -24,8 +26,9 @@ do_install() { } FILES_${PN}-gtk = " \ - ${bindir}/tegrastats-gtk \ - /home/root/Desktop/Tegra* " + ${bindir}/tegrastats-gtk \ + /home/root/Desktop/Tegra* \ +" FILES_${PN} = "${bindir}/tegrastats" |