Skip to content

Commit

Permalink
file-roller: set cpio path manually
Browse files Browse the repository at this point in the history
This commit avoids HOSTTOOLS path in the file-roller and rmp2cpio binaries.
This fixes reproducibility and probably also cpio support at runtime.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
MarkusVolk authored and kraj committed Apr 6, 2023
1 parent c126f16 commit 8986c10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ FILES:${PN} += " \
${datadir}/metainfo \
${libdir}/nautilus \
"

EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross"

do_write_config:append() {
cat >${WORKDIR}/meson-${PN}.cross <<EOF
[binaries]
cpio = '${bindir}/cpio'
EOF
}

0 comments on commit 8986c10

Please sign in to comment.