* [meta-multimedia][PATCH] libdc1394 SOBBW patch
@ 2014-04-08 17:24 Trevor Woerner
2014-04-08 17:24 ` [meta-multimedia][PATCH] libdc1394: disable building examples Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2014-04-08 17:24 UTC (permalink / raw)
To: openembedded-devel; +Cc: patches
Here is a patch for a build issue discovered while doing a world build.
Trevor Woerner (1):
libdc1394: disable building examples
meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [meta-multimedia][PATCH] libdc1394: disable building examples
2014-04-08 17:24 [meta-multimedia][PATCH] libdc1394 SOBBW patch Trevor Woerner
@ 2014-04-08 17:24 ` Trevor Woerner
2014-04-20 11:30 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2014-04-08 17:24 UTC (permalink / raw)
To: openembedded-devel; +Cc: patches
Building the examples suffers from host contamination and therefore does not
succeed.
| arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te
-marm -mthumb-interwork --sysroot=...
-I/usr/include/SDL ...
-lrt -L/usr/lib64 ...
| /SSD/build/distroless/tmp/qemuarm-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.2/ld:
warning: library search path "/usr/lib64" is unsafe for cross-compilation
| /usr/lib64/librt.so: file not recognized: File format not recognized
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
index 7c6d2ab..5bc77f2 100755
--- a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
+++ b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
@@ -19,4 +19,4 @@ S = "${WORKDIR}/git/${PN}"
inherit autotools pkgconfig
-EXTRA_OECONF += "--disable-doxygen-doc"
+EXTRA_OECONF += "--disable-doxygen-doc --disable-examples"
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-multimedia][PATCH] libdc1394: disable building examples
2014-04-08 17:24 ` [meta-multimedia][PATCH] libdc1394: disable building examples Trevor Woerner
@ 2014-04-20 11:30 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-04-20 11:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: patches
[-- Attachment #1: Type: text/plain, Size: 1660 bytes --]
On Tue, Apr 08, 2014 at 01:24:47PM -0400, Trevor Woerner wrote:
> Building the examples suffers from host contamination and therefore does not
> succeed.
Merged, thanks!
>
> | arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te
> -marm -mthumb-interwork --sysroot=...
> -I/usr/include/SDL ...
> -lrt -L/usr/lib64 ...
> | /SSD/build/distroless/tmp/qemuarm-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.2/ld:
> warning: library search path "/usr/lib64" is unsafe for cross-compilation
> | /usr/lib64/librt.so: file not recognized: File format not recognized
>
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
> meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
> index 7c6d2ab..5bc77f2 100755
> --- a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
> +++ b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
> @@ -19,4 +19,4 @@ S = "${WORKDIR}/git/${PN}"
>
> inherit autotools pkgconfig
>
> -EXTRA_OECONF += "--disable-doxygen-doc"
> +EXTRA_OECONF += "--disable-doxygen-doc --disable-examples"
> --
> 1.9.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-20 11:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 17:24 [meta-multimedia][PATCH] libdc1394 SOBBW patch Trevor Woerner
2014-04-08 17:24 ` [meta-multimedia][PATCH] libdc1394: disable building examples Trevor Woerner
2014-04-20 11:30 ` Martin Jansa
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.