Skip to content
Commit 2619e2e8 authored by root root's avatar root root Committed by Martin Jansa
Browse files

oscam: fixed QA issue where binary was being stripped

http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html



WARNING: QA Issue: File '/usr/bin/oscam' from oscam was already stripped,
this
will prevent future debugging! [already-stripped]

Fix above warning by telling cmake to do Debug type build, which prevents
linking with '-s' flag that removed symbols before bitbake could put them
into dbg package.

Signed-off-by: default avatarS. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: default avatarTom <King&lt;ka6sox@gmail.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent ba39f285
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment