[oe-commits] Richard Purdie : taglib: Force a disable of the floating dependency on boost

git at git.openembedded.org git at git.openembedded.org
Thu May 22 15:46:19 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2c6c6c98416e5a458a02106524b5aa10a4b71d60
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c6c6c98416e5a458a02106524b5aa10a4b71d60

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed May 21 17:50:17 2014 +0100

taglib: Force a disable of the floating dependency on boost

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 at linuxfoundation.org>

---

 meta/recipes-support/taglib/taglib_1.9.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb
index 764c86f..55e345f 100644
--- a/meta/recipes-support/taglib/taglib_1.9.1.bb
+++ b/meta/recipes-support/taglib/taglib_1.9.1.bb
@@ -26,5 +26,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
 }
 



More information about the Openembedded-commits mailing list