summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb7
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 = " \
19PACKAGES =+ "${PN}-python3" 19PACKAGES =+ "${PN}-python3"
20FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" 20FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}"
21RDEPENDS:${PN}-python3 = "${PN}" 21RDEPENDS:${PN}-python3 = "${PN}"
22
23PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess"
24src_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}