mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 03:05:23 +00:00
exiv2: Fix buildpaths warning.
Remove the build path from file exiv2Config.cmake. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
98998755aa
commit
8f05d9c2db
@ -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'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user