From: Lei Maohui <leimaohui@fujitsu.com>
To: <openembedded-devel@lists.openembedded.org>
Cc: Lei Maohui <leimaohui@fujitsu.com>
Subject: [oe] [PATCH] exiv2: Fix buildpaths warning.
Date: Thu, 15 Sep 2022 13:07:52 +0800 [thread overview]
Message-ID: <1663218472-5849-1-git-send-email-leimaohui@fujitsu.com> (raw)
Remove the build path from file exiv2Config.cmake.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
index 31afe78e45..1380638ba7 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
@@ -21,3 +21,10 @@ SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.pat
S = "${WORKDIR}/${BPN}-${PV}-Source"
inherit cmake gettext
+
+do_install:append:class-target() {
+ # reproducibility: remove build host path
+ sed -i ${D}${libdir}/cmake/exiv2/exiv2Config.cmake \
+ -e 's:${STAGING_DIR_HOST}::g'
+}
+
--
2.25.1
reply other threads:[~2022-09-15 5:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1663218472-5849-1-git-send-email-leimaohui@fujitsu.com \
--to=leimaohui@fujitsu.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.