From 837b43a1c3bf18d98fad897a2ce8110f9d7a4aa2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Jun 2014 11:01:38 +0200 Subject: 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" --- recipes/gpioconfig/gpioconfig.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/gpioconfig') 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() { -- cgit v1.2.3