From: Jeremy Puhlman Date: Wed, 11 Mar 2020 22:25:46 +0000 (-0700) Subject: boost: fix reproducibilty issues X-Git-Tag: 2020-04-dunfell~183 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e12caa834bef6b5d0cad7e96f79374a0dbf86aea;p=openembedded-core.git boost: fix reproducibilty issues fix cmake file references of image dir path Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- 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() { fi done + # Cmake files reference full paths to image + find ${D}${libdir}/cmake -type f | \ + grep 'cmake$' | \ + xargs -n 1 sed -e 's,${D}${libdir}/cmake,${libdir}/cmake,' -i + } BBCLASSEXTEND = "native nativesdk"