From: Roy Li <[email protected]>

Setting INHIBIT_PACKAGE_STRIP is added by 61cb45869c[kmod: ptest fixes], but I
can not reproduce the described issue, and seems it make wrong logical [
when enable ptest, INHIBIT_PACKAGE_STRIP is always 1; and when disable ptest,
INHIBIT_PACKAGE_STRIP is always 0]

Cc: Tudor Florea <[email protected]>
Signed-off-by: Roy Li <[email protected]>
---
 meta/recipes-kernel/kmod/kmod_git.bb |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb 
b/meta/recipes-kernel/kmod/kmod_git.bb
index d4c21a4..9dd5867 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -44,7 +44,6 @@ do_compile_ptest () {
         oe_runmake buildtest-TESTS rootfs
 }
 
-INHIBIT_PACKAGE_STRIP = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", "1", 
"0", d)}"
 INSANE_SKIP_${PN}-ptest = "arch"
 
 inherit update-alternatives
-- 
1.7.10.4

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to