From e12caa834bef6b5d0cad7e96f79374a0dbf86aea Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Wed, 11 Mar 2020 15:25:46 -0700 Subject: boost: fix reproducibilty issues fix cmake file references of image dir path Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-support/boost') 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" -- cgit 1.2.3-korg