summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 11:01:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:24 +0200
commit837b43a1c3bf18d98fad897a2ce8110f9d7a4aa2 (patch)
tree048b65d7f8ca6801137a24cebc36edb1741aebe2
parent4c86a98b48c0661b70694f05540cd92bed7bdc3d (diff)
build warnings: remove warnings already stripped
Change to new way of inhibiting warning from INHIBIT_PACKAGE_DEBUG_SPLIT = "1" to INSANE_SKIP_${PN} = "already-stripped"
-rw-r--r--recipes/gpioconfig/gpioconfig.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gpioconfig/gpioconfig.bb b/recipes/gpioconfig/gpioconfig.bb
index 6891b92..12f3f8f 100644
--- a/recipes/gpioconfig/gpioconfig.bb
+++ b/recipes/gpioconfig/gpioconfig.bb
@@ -14,8 +14,10 @@ SRC_URI += "file://GPIOConfig.png"
PACKAGES = "${PN}"
-# Inhibit warnings about files being stripped.
-INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+#no gnu_hash in binaries, skip QA dev-so for this package
+#we have symlinks ending in .so, skip QA ldflags for this package
+#inhibit warnings about files being stripped
+INSANE_SKIP_${PN} = "ldflags already-stripped"
# just don't do any configuring
do_configure() {