diff options
-rw-r--r-- | meta/recipes-support/taglib/taglib_1.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb index 0ecb4443b2..0421f61481 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', '')}" | |||
24 | do_configure_prepend () { | 24 | do_configure_prepend () { |
25 | rm -f ${S}/admin/ltmain.sh | 25 | rm -f ${S}/admin/ltmain.sh |
26 | rm -f ${S}/admin/libtool.m4.in | 26 | rm -f ${S}/admin/libtool.m4.in |
27 | # Don't have a floating dependeny on boost | ||
28 | sed -i -e "s/atomic.hpp/atomic-not-exist.hpp/" ${S}/ConfigureChecks.cmake | ||
27 | } | 29 | } |
28 | 30 | ||