mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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:
@@ -21,3 +21,10 @@ SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.pat
|
|||||||
S = "${WORKDIR}/${BPN}-${PV}-Source"
|
S = "${WORKDIR}/${BPN}-${PV}-Source"
|
||||||
|
|
||||||
inherit cmake gettext
|
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'
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user