diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb index c9307967de..fadae34608 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb | |||
| @@ -20,8 +20,8 @@ RDEPENDS:${PN}-python3 = "${PN}" | |||
| 20 | 20 | ||
| 21 | PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess" | 21 | PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess" |
| 22 | src_package_preprocess () { | 22 | src_package_preprocess () { |
| 23 | # Trim build paths from comments in generated sources to ensure reproducibility | 23 | # Trim build paths from code in generated sources to ensure reproducibility |
| 24 | sed -i -e "s,${B}/../${BPN}-${PV}/${BPN}/,,g" \ | 24 | sed -i -e "s,${B}/../sources/${BP},${TARGET_DBGSRC_DIR},g" \ |
| 25 | ${B}/gexiv2/gexiv2-enums.cpp | 25 | ${B}/gexiv2/gexiv2-enums.cpp |
| 26 | } | 26 | } |
| 27 | 27 | ||
