All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] taglib: Force a disable of the floating dependency on boost
@ 2014-05-21 16:50 Richard Purdie
  2014-05-21 18:49 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2014-05-21 16:50 UTC (permalink / raw)
  To: openembedded-core

taglib appears to depend on boost if it finds it in the sysroot. Force
it not to do this. Someone with better cmake skills may be able to
do this in a neater way.

Signed-off-by: Richard Purdie <richard.purdie@linuxfAAoundation.org>

diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb
b/meta/recipes-support/taglib/taglib_1.9.1.bb
index 0ecb444..0421f61 100644
--- a/meta/recipes-support/taglib/taglib_1.9.1.bb
+++ b/meta/recipes-support/taglib/taglib_1.9.1.bb
@@ -24,5 +24,7 @@ EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib',
True).replace('lib', '')}"
 do_configure_prepend () {
 	rm -f ${S}/admin/ltmain.sh
 	rm -f ${S}/admin/libtool.m4.in
+	# Don't have a floating dependeny on boost
+	sed -i -e "s/atomic.hpp/atomic-not-exist.hpp/"
${S}/ConfigureChecks.cmake
 }
 




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-21 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 16:50 [PATCH] taglib: Force a disable of the floating dependency on boost Richard Purdie
2014-05-21 18:49 ` Burton, Ross

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.