summaryrefslogtreecommitdiff
path: root/recipes/tegrastats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-07-26 20:53:52 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:09:16 +0200
commit3fe06b639aee67218b8e3ac9523fa0bffc02ceec (patch)
tree34188fc63378515134e623af1a9c620e2ed68e73 /recipes/tegrastats
parent7e9c173406085297975cedae9af6c46bbfad11d6 (diff)
inhibit missing debug info warnings in binary package
Diffstat (limited to 'recipes/tegrastats')
-rw-r--r--recipes/tegrastats/tegrastats.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/tegrastats/tegrastats.bb b/recipes/tegrastats/tegrastats.bb
index ac7a770..ce550c7 100644
--- a/recipes/tegrastats/tegrastats.bb
+++ b/recipes/tegrastats/tegrastats.bb
@@ -10,6 +10,9 @@ S = "${WORKDIR}"
PACKAGES = "${PN}"
+# Inhibit warnings about files being stripped.
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+
do_install() {
install -d ${D}${bindir}/ ${D}/home/root/Desktop/
install -m 0755 ${S}/tegrastats* ${D}${bindir}/
@@ -18,4 +21,4 @@ do_install() {
FILES_${PN} = " \
${bindir}/tegrastats* \
- /home/root/Desktop/Tegra* " \ No newline at end of file
+ /home/root/Desktop/Tegra* "