From patchwork Mon May 25 12:24:55 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9876 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT60tY9z3wh2 for ; Mon, 25 May 2026 12:25:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPFT41sHfz7Hr for ; Mon, 25 May 2026 12:25:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPFT40xtnz3323 for ; Mon, 25 May 2026 12:25:12 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT12PXNz3321 for ; Mon, 25 May 2026 12:25:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gPFT068T5z3B1; Mon, 25 May 2026 12:25:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779711908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P7fQbljOdbJi0b41R4VYV9aAv+aun6hdLcRVv7aBvfU=; b=2w+ye43L9Pn1b6pBtrHKOz1bHOBy65CayGqlkloKljHrI7OaEE0kmbmOiAYrjxsu5a0NY/ EgiPgwa5fLSKWDAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779711908; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P7fQbljOdbJi0b41R4VYV9aAv+aun6hdLcRVv7aBvfU=; b=Y3Y4tcyb1PazRQcjERaO85pSFmj5eu7pd0W7N4tOyfYhAfl3zNA/3u4VaKNrnEh100Pf3A LY5/5I35m4Esr+11N79b9A5FRNycwcB1d+/ESXgZxCk6LdJk+6T8rE3AtKWZvGkfx1aB5A 8b2XXEEdYdqCyL33eGgsXkbhfSD7XczBgvAQpUq2qJnC3yqSU8zck5a3mTdpGfDZlC0ti6 ThG70p7vOkdv5XlmJm/w5ZwKhUMN/R+/3t/ARjuk48M2GX+X4CQ4ywv5i1s/2viUHVg3zm cP9pmOVmM3ah/qUfBfVj/zWMo6hG6tyoqQVghP/LrW9Z5t1jB8a2EZWqHf1+kw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core203: Ship meson Date: Mon, 25 May 2026 14:24:55 +0200 Message-ID: <20260525122505.3658371-5-adolf.belka@ipfire.org> In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org> References: <20260525122505.3658371-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/203/filelists/meson | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/203/filelists/meson diff --git a/config/rootfiles/core/203/filelists/meson b/config/rootfiles/core/203/filelists/meson new file mode 120000 index 000000000..2fc86c133 --- /dev/null +++ b/config/rootfiles/core/203/filelists/meson @@ -0,0 +1 @@ +../../../common/meson \ No newline at end of file