Message ID | 20250709120952.210031-2-adolf.belka@ipfire.org |
---|---|
State | New |
Headers |
Return-Path: <development+bounces-698-patchwork=ipfire.org@lists.ipfire.org> 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bccHJ2LZ8z3wmb for <patchwork@web04.haj.ipfire.org>; Wed, 9 Jul 2025 12:10:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bccHC3T5tz6w1 for <patchwork@ipfire.org>; Wed, 9 Jul 2025 12:09:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bccHC0RRSz34QQ for <patchwork@ipfire.org>; Wed, 9 Jul 2025 12:09:59 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bccH80k5sz330w for <development@lists.ipfire.org>; Wed, 9 Jul 2025 12:09:56 +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 4bccH75nY8zlf; Wed, 9 Jul 2025 12:09:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752062995; 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=BjtKv1+2PdVD6JiMc41jrqoBqJdWwUPRJYDwTXg7AS8=; b=kW0BP2YAWaskRTEe3IKXSzeOnBNVudmifeyokd6+l+MREXrwxmP7drgKICx2+uZvpA2sIK ua+xSLfSt6alBpDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752062995; 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=BjtKv1+2PdVD6JiMc41jrqoBqJdWwUPRJYDwTXg7AS8=; b=N0K3eoIdbikmPm0wF5IQ/v6nyNYETgcik6pWq6m5LujaUYOTnBrdkA3alz61GfrbKYqthc NeX422NaPVevZwJuwgkghbqvBMVZ9++6f9GfmypdzwdDhPZRvlYDrSa2O6b5GWN7/4QRsg OYukUTwNIM4H8OV/FSPW4fpi/5KTd6qGAx3YB6aBOAzgnaVu6xWOBAQ3150c8kyN7K31yS 9TybS6QZJoBjXGQlev2wsiT0VeR+eFK+M9ZVL9GCzetqkTfNw2PHrq+oKAqd2sDZUez6c5 fqiIbXqyBYi87VXbkJqpvNt+enJa7vOSNLyQxm6ejoAOAQLm6eaInfuDubwe+A== From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Cc: Adolf Belka <adolf.belka@ipfire.org> Subject: [PATCH 2/4] core197: Ship json-glib Date: Wed, 9 Jul 2025 14:09:50 +0200 Message-ID: <20250709120952.210031-2-adolf.belka@ipfire.org> In-Reply-To: <20250709120952.210031-1-adolf.belka@ipfire.org> References: <20250709120952.210031-1-adolf.belka@ipfire.org> Precedence: list List-Id: <development.lists.ipfire.org> List-Subscribe: <https://lists.ipfire.org/>, <mailto:development+subscribe@lists.ipfire.org?subject=subscribe> List-Unsubscribe: <https://lists.ipfire.org/>, <mailto:development+unsubscribe@lists.ipfire.org?subject=unsubscribe> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development+help@lists.ipfire.org?subject=help> Sender: <development@lists.ipfire.org> Mail-Followup-To: <development@lists.ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
[1/4] json-glib: Move to be built after glib has been built
|
|
Commit Message
Adolf Belka
July 9, 2025, 12:09 p.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/197/filelists/json-glib | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/197/filelists/json-glib
diff --git a/config/rootfiles/core/197/filelists/json-glib b/config/rootfiles/core/197/filelists/json-glib new file mode 120000 index 000000000..04e13bd16 --- /dev/null +++ b/config/rootfiles/core/197/filelists/json-glib @@ -0,0 +1 @@ +../../../common/json-glib \ No newline at end of file