[oe-commits] Richard Purdie : taglib: Fix cmake floating dependency on boost

git at git.openembedded.org git at git.openembedded.org
Mon Mar 2 18:07:06 UTC 2015


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar  2 18:05:36 2015 +0000

taglib: Fix cmake floating dependency on boost

The previous fix for this issue was incomplete. We also need to change
the source file to avoid this error. Grepping the build directory for boost
will show the issue when building taglib after boost has been built.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb
index 746ed7e..1f27814 100644
--- a/meta/recipes-support/taglib/taglib_1.9.1.bb
+++ b/meta/recipes-support/taglib/taglib_1.9.1.bb
@@ -25,6 +25,6 @@ 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
+	sed -i -e "s/atomic.hpp/atomic-not-exist.hpp/" ${S}/ConfigureChecks.cmake ${S}/taglib/toolkit/trefcounter.cpp
 }
 



More information about the Openembedded-commits mailing list