diff options
Diffstat (limited to 'meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |||
| 21 | S = "${WORKDIR}/${BPN}-${PV}-Source" | 21 | S = "${WORKDIR}/${BPN}-${PV}-Source" |
| 22 | 22 | ||
| 23 | inherit cmake gettext | 23 | inherit cmake gettext |
| 24 | |||
| 25 | do_install:append:class-target() { | ||
| 26 | # reproducibility: remove build host path | ||
| 27 | sed -i ${D}${libdir}/cmake/exiv2/exiv2Config.cmake \ | ||
| 28 | -e 's:${STAGING_DIR_HOST}::g' | ||
| 29 | } | ||
| 30 | |||
