summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r--meta/recipes-support/boost/boost.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index e15dce4e1d..8eb9494381 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -202,6 +202,11 @@ do_install() {
202 fi 202 fi
203 done 203 done
204 204
205 # Cmake files reference full paths to image
206 find ${D}${libdir}/cmake -type f | \
207 grep 'cmake$' | \
208 xargs -n 1 sed -e 's,${D}${libdir}/cmake,${libdir}/cmake,' -i
209
205} 210}
206 211
207BBCLASSEXTEND = "native nativesdk" 212BBCLASSEXTEND = "native nativesdk"