* [META-OE][PATCH 1/1] oscam: fixed QA issue where binary was being stripped
@ 2014-08-21 6:13 Tom King
2014-08-21 7:44 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Tom King @ 2014-08-21 6:13 UTC (permalink / raw)
To: openembedded-devel
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@vctlabs.com>
Signed-off-by: Tom King<ka6sox@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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [META-OE][PATCH 1/1] oscam: fixed QA issue where binary was being stripped
2014-08-21 6:13 [META-OE][PATCH 1/1] oscam: fixed QA issue where binary was being stripped Tom King
@ 2014-08-21 7:44 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2014-08-21 7:44 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tom King schreef op 21-08-14 08:13:
> 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@vctlabs.com> Signed-off-by: Tom
> King<ka6sox@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"
Whitespace damage due to mailer?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFT9aN7MkyGM64RGpERAocuAJ41630bimczFzLdBtpxDkCRY33h6QCeO80c
myBws3uS1pXaavua8+O9vo8=
=xjKT
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-21 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-21 6:13 [META-OE][PATCH 1/1] oscam: fixed QA issue where binary was being stripped Tom King
2014-08-21 7:44 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.