From patchwork Thu Apr 6 14:10:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 22315 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 935B0C76196 for ; Thu, 6 Apr 2023 14:10:55 +0000 (UTC) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx.groups.io with SMTP id smtpd.web10.159299.1680790247191279656 for ; Thu, 06 Apr 2023 07:10:47 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.84, mailfrom: f_l_k@t-online.de) Received: from fwd77.dcpf.telekom.de (fwd77.aul.t-online.de [10.223.144.103]) by mailout09.t-online.de (Postfix) with SMTP id E9095DD3F for ; Thu, 6 Apr 2023 16:10:44 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.37.198]) by fwd77.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1pkQK4-276ThZ0; Thu, 6 Apr 2023 16:10:44 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [meta-gnome][PATCH] file-roller: set cpio path manually Date: Thu, 6 Apr 2023 16:10:33 +0200 Message-Id: <20230406141033.3829590-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1680790244-92FFAC17-8E141B21/0/0 CLEAN NORMAL X-TOI-MSGID: aff5163d-2b12-4428-9b69-c2aa0664f354 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 06 Apr 2023 14:10:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/101973 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 --- meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb index 6d0f1f746..f9b6841d6 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb @@ -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 <