[oe-commits] root root : oscam: fixed QA issue where binary was being stripped

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 11:21:00 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 2619e2e80c3e30577127abf5f71863fac8919f2f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2619e2e80c3e30577127abf5f71863fac8919f2f

Author: root root <ka6sox at gmail.com>
Date:   Wed Aug 20 23:13:11 2014 -0700

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: S. Lockwood-Childs <sjl at vctlabs.com>
Signed-off-by: Tom King<ka6sox at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-multimedia/recipes-dvb/oscam/oscam_svn.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
index e3f2708..c4a4d99 100644
--- a/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
+++ b/meta-multimedia/recipes-dvb/oscam/oscam_svn.bb
@@ -14,5 +14,5 @@ S = "${WORKDIR}/trunk"
 
 inherit cmake
 
-EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir}"
+EXTRA_OECMAKE = "-DDEFAULT_CS_CONFDIR=${sysconfdir} -DCMAKE_BUILD_TYPE=Debug"
 



More information about the Openembedded-commits mailing list