diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb index afec302cb4..fed29da0fc 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb | |||
| @@ -19,3 +19,10 @@ EXTRA_OEMESON = " \ | |||
| 19 | PACKAGES =+ "${PN}-python3" | 19 | PACKAGES =+ "${PN}-python3" | 
| 20 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" | 20 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" | 
| 21 | RDEPENDS:${PN}-python3 = "${PN}" | 21 | RDEPENDS:${PN}-python3 = "${PN}" | 
| 22 | |||
| 23 | PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess" | ||
| 24 | src_package_preprocess () { | ||
| 25 | # Trim build paths from comments in generated sources to ensure reproducibility | ||
| 26 | sed -i -e "s,${B}/../${BPN}-${PV}/${BPN}/,,g" \ | ||
| 27 | ${B}/gexiv2/gexiv2-enums.cpp | ||
| 28 | } | ||
