From patchwork Wed Apr 27 08:39:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7214 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 DCD7CC433FE for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web11.5846.1651048814980691243 for ; Wed, 27 Apr 2022 01:40:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=n8me8hun; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id p18so1086291edr.7 for ; Wed, 27 Apr 2022 01:40:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=03ZTCqkAWVgMj7/UjnwvJwKQNcHFBRy2+f0ro1/N6Yk=; b=n8me8hun9aGKaKJ3VqS+q2e3KxWzGDpbqle/YxqYMZvJCKwhm0p/IkvCfdeW2uLZwj fnc+FmyfNsB787kZC4lVV1LHA41QDODuEMhwLUAbtGQARlnNh15CtAzuaPUQshH6BAGL hn7ywuL6khfOENnq/PNPDBWPafcMeceq5YLut0xLtY+mr4/8xJ2y7BaicaZ+JjkBG9Bv VDqBVAjoo55ECNgWh2Q6Mw6vYciEdGrCfHQYjZ2qMc6YQHkKqefoYSftT8y53wAHK/cw Mfvhurt8TwGDBip7v6WLU2rBqjsPyacX/V4o6LWcl0gcSNZFprj1iJC+3a0/6jyqpLO7 OUag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=03ZTCqkAWVgMj7/UjnwvJwKQNcHFBRy2+f0ro1/N6Yk=; b=xOAbMy26IiVjImqYjbNJ4ddS7nibeQM+ITpLTNCuw194NCtB9adOrqiIRcxie1xZsJ /hNqFeaqbkiWTusjxspBuq63k652itP2yVjTOiDsnFXGtoRIqvwdTVyq9N67iVJgc+L4 WayAgO3Z+oE1Wr5i/+I2GFG0CdTZ8ETEQwi/LLpJm/Z4xAWfR574IlBhNufE0yGl39uH x20QvB3wz+azUHIVi/KI2NCqFeIOdQKLTTJlwzJTw0LRU6OpM1unvQhRZwMrOWGRNW7N mdVNZU3KOs1I4QMdiiz3AfzQLu2oq6uPBs1hK9njqVcP1MJhbaUB75ip9qSLnd/tVrb9 oL6A== X-Gm-Message-State: AOAM530sLBAlFgmt8W9Vq/+Vk5hrajVY6TyIVoyb3EgH/aXUcUXO1Mf2 WaGKw6kz5O1Pt1eG52eaXtA95yJLJjA= X-Google-Smtp-Source: ABdhPJwXUdqj/wAgZYaRmsVq0gOOjojxtUajE89x5C5Wo3LfwWyzSwlNSqZyUGRkxziwxYFIxlnlkg== X-Received: by 2002:a05:6402:3553:b0:423:ec56:5c with SMTP id f19-20020a056402355300b00423ec56005cmr29167351edd.8.1651048813396; Wed, 27 Apr 2022 01:40:13 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:12 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 01/18] libxml2: update patch status Date: Wed, 27 Apr 2022 10:39:52 +0200 Message-Id: <20220427084009.3406717-1-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164892 Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2/runtest.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/libxml/libxml2/runtest.patch b/meta/recipes-core/libxml/libxml2/runtest.patch index a89dac8b75..42bb22cfd4 100644 --- a/meta/recipes-core/libxml/libxml2/runtest.patch +++ b/meta/recipes-core/libxml/libxml2/runtest.patch @@ -5,9 +5,11 @@ Subject: [PATCH] Add 'install-ptest' rule. Print a standard result line for each test. +The patch needs a rework according to comments in the merge request. + Signed-off-by: Mihaela Sendrea Signed-off-by: Andrej Valek -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/137] +Upstream-Status: Inappropriate [https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/137] Signed-off-by: Hongxu Jia Signed-off-by: Tony Tascioglu From patchwork Wed Apr 27 08:39:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7213 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 DCD51C433EF for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by mx.groups.io with SMTP id smtpd.web09.5800.1651048815946700917 for ; Wed, 27 Apr 2022 01:40:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=g+yk0XT2; spf=pass (domain: gmail.com, ip: 209.85.218.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f46.google.com with SMTP id dk23so1951062ejb.8 for ; Wed, 27 Apr 2022 01:40:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=T1bVeHL0R2f5T7HQGxMN6St73hoEgPQaO5AFIfO/1Co=; b=g+yk0XT2Jq9ytmHEgrTOt4R+d9RpdLbbK0X1vxn6r+84ZikBkglucFxrk7b8oS0FcG TgrUjjZwHKco3n03LbW81/ElqnY/8/3A1JIYMh5Y4nUHm6z6FcxqvpzJDyZlHKPUokBW aKt7dbdZF+kdjuEQ+w0O5uHr9yEgxEZc8DW7Mil51rS+bnV3FMwzQaPZH7jM5mo3Dbza gydEk9HLMsB/FbgBVz5FaExn1ScCekTDBH+oKKDxfeySDJqUSjzGCpJxh6/ArVJiSv31 nIyGUB5G7dPrrNFY/KdX2DMR65i78OCZGRhWS57ndyz/2mhC+/6x6r0dSUwH60Tevfpk fvaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=T1bVeHL0R2f5T7HQGxMN6St73hoEgPQaO5AFIfO/1Co=; b=NyALyWWV+JH/vh92Yn1eDXAnF+sYeyum51FmO9XQsYjsfoSqJC67WHniBHkb1Jl9lt vZYZgzToz0GILuJp4EJ5+YhNz4KpavyZm0AYK1AJdrss66CvfnffcVx90YJOEIf1nOjQ hL4Dbwp6HI4PpDB/2IpKzzm1EHbSeuG1PXiT+btNPzgMgNxDnM62pFw6J/5vAREgFQ+R TK7X9ymBh1qZ8tQL2h0TO0nIrR+5nwCui6P+wCqUUE5/xoGJZ467GDnmu+wZAvr7smXm zfwoXTHFsDibAkmnIDPlmthUxQYPvNfSLwz5hTyQMUgDYnMEeO2rJ9KCNOlDT864eZNk JmLQ== X-Gm-Message-State: AOAM533y93Fh/aO0afhEPPKRxUhgr9mM3+yeFZQF4/nrt7oH2/1YCoab du1QUWQRzQz5aR5s3YUrLkvG/uO7D+8= X-Google-Smtp-Source: ABdhPJwszzT1kJ3TUCpKvJIFtt7Vi+A4igt+/D436l3RSgZq3zue3VhlUoMZDbkiV6eal8nDN1mmXA== X-Received: by 2002:a17:906:58c7:b0:6da:955b:d300 with SMTP id e7-20020a17090658c700b006da955bd300mr25475130ejs.481.1651048814504; Wed, 27 Apr 2022 01:40:14 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:13 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 02/18] python3-psutil: submit patch upstream Date: Wed, 27 Apr 2022 10:39:53 +0200 Message-Id: <20220427084009.3406717-2-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164893 I had to significantly rework it to make a set that's hopefully acceptable for the upstream: https://github.com/giampaolo/psutil/pull/2097 Signed-off-by: Alexander Kanavin --- .../python/python3-psutil/0001-fix-failure-test-cases.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch b/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch index 34ea03b27f..99bfccca3f 100644 --- a/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch +++ b/meta/recipes-devtools/python/python3-psutil/0001-fix-failure-test-cases.patch @@ -16,7 +16,7 @@ not suitable for all conditions. * test_against_findmnt/test_comparisons/test_disk_partitions_mocked/ test_disk_partitions is not suitable for Linux nfs boot -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/giampaolo/psutil/pull/2097] Signed-off-by: Changqing Li --- From patchwork Wed Apr 27 08:39:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7216 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 E0DDAC433F5 for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web10.5776.1651048816839057624 for ; Wed, 27 Apr 2022 01:40:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=B3nX/tl0; spf=pass (domain: gmail.com, ip: 209.85.208.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id p4so1135529edx.0 for ; Wed, 27 Apr 2022 01:40:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EG5cBrro7wIX5z2WdgEbezZzmZn7zBN+pTmS0W+1fio=; b=B3nX/tl0H0dE8o6gN2BsBOtK/0JyaU1SriHoQxLLGd1xhVl4HNw4fjokwgmR3Bv6ti lX4C3fXuuh27ADxZf+SQZ1yutNUBVl98yHB/YF3pOl3yF0Jr4Ow/Ixp0L9rLVUP/PkNs w+5qd1QDkFGfG8DUSHP27cjyBidjLVugv5wKK1+J785UmHK6gV0BncPrHCSTJvTclWRd lxIqLTLVlFYhq39wV9p0jCOKfU0/RfARItHgHHIq2X8MSzFmWrccJcYqVXThkWpHag/P PSfIaMbTF4tTIjwrGrOoITnlW6w8uLVY7/IBIiadwazeIxoDUOw53YDs85K1MgWriMwZ seog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EG5cBrro7wIX5z2WdgEbezZzmZn7zBN+pTmS0W+1fio=; b=IisS2UUSS8ooCysjRtFLnOfAh+sMIEcHe3tWQfBwZIHrCzLFjT/KRiwN5TjnOQ0GA1 TT5HqpGoB3WRCTEL96QAtwT5wqHHBmrVCVdza4qF/EaaCrwJNbbwpLUZOuQb5SXKSowm I5VtG8wTdHvXANWYhjk+CMaA+nTRwUBGjjEpzxAKSLiZiaKbOTz51xACwRB2pFjXhODp CKqJxm5gmHxboZIgsyLuaHy1oXr1d3Zow6F65d0XP129NbviltN2beQlxIrS+pY3U/Qr VWXD5q5125icoXOABXybKykjPCfwY/sYGrvPmvUvbCt5X2YXohdqpF4CaivLUHgu5/Au nzcQ== X-Gm-Message-State: AOAM533xm1iSpgMwEueTZRDn9zyVvL6+28DSCOuPBfOFurFqWVuZ6BWi TpASJ1yv/XBGAJ9hxUCNEWkve2bfbtU= X-Google-Smtp-Source: ABdhPJwZXmG6Cug6lBcIqpAbTG7ASPeOsJCjDGGwBqtr0eYenetcj+7m45SjJvcnvmZfg0OpuF7lHw== X-Received: by 2002:aa7:d70a:0:b0:425:e56d:c1b9 with SMTP id t10-20020aa7d70a000000b00425e56dc1b9mr15757747edq.78.1651048815343; Wed, 27 Apr 2022 01:40:15 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:14 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 03/18] gnu-config: update to latest revision Date: Wed, 27 Apr 2022 10:39:54 +0200 Message-Id: <20220427084009.3406717-3-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164894 License-Update: copyright years, formatting Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 83c18a1ca3..07aef75715 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb @@ -3,14 +3,14 @@ DESCRIPTION = "Tool that installs the GNU config.guess / config.sub into a direc HOMEPAGE = "https://git.savannah.gnu.org/cgit/config.git" SECTION = "devel" LICENSE = "GPL-3.0-with-autoconf-exception" -LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a" +LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=10922f9231863a06f6efb67691fa46e0" DEPENDS:class-native = "hostperl-runtime-native" INHIBIT_DEFAULT_DEPS = "1" -SRCREV = "191bcb948f7191c36eefe634336f5fc5c0c4c2be" -PV = "20211108+git${SRCPV}" +SRCREV = "c179db1b6f2ae484bfca1e9f8bae273e3319fa7d" +PV = "20220425+git${SRCPV}" SRC_URI = "git://git.savannah.gnu.org/git/config.git;protocol=https;branch=master \ file://gnu-configize.in" From patchwork Wed Apr 27 08:39:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7219 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 E73C4C4332F for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) by mx.groups.io with SMTP id smtpd.web11.5847.1651048817537905457 for ; Wed, 27 Apr 2022 01:40:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=cpRWk4F4; spf=pass (domain: gmail.com, ip: 209.85.208.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f45.google.com with SMTP id be20so1070869edb.12 for ; Wed, 27 Apr 2022 01:40:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bKCyq8rfS36WRX6+4T+mlRAbRrjpWqEe+4nkbROvXnM=; b=cpRWk4F4zhbFdxumilRMpglo9bPkyC9W9QUhFbfxeqe1ilONxonPpIm6JYFHZ094nX s3YPrk4m1/wxSWq58Z7hFiy5vI1oINS70l+DOR/e2oHvQBRTibaUOId2sod2ZMlhOMR/ 13+rdy026NopFGkvjxSPckpbju+1FbHAeLKlmMkGGiI5AjIFStMuZ9nIboJg6DjFflk/ tO0+v5XJzY04MaRYPZy1SdqlGZAYeFlEwhBRQiV6jkA1fnjbd1FPTn4gOombKLaYmBn2 u21KjdIOoSWFYi5IdJMr5Pl9XzvA4F3pPhpEkg0m3fQ2ldr0kQS+rRUdkcKLh42k4r28 8O3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bKCyq8rfS36WRX6+4T+mlRAbRrjpWqEe+4nkbROvXnM=; b=V7y61fe0bn+URaNZ78/lN6Zi+PatYMMhUYJn8njW1rTSwsn3ruDOUwZhMnQomFp4zQ i/8bmLWBsfJQqWpPpf9w0QaE1plbYN0hscmcBv7BNGZaNENm7wNBFGue7GWBpgOpXOr0 Nfk5qky0cgvhrTCC0Ahe+h46pjOVn8mrQE6x1Szv26oMZQJNyAeB1WAnOFYXxqaiKpGr 5nN8xxp3OJP84q4oKL+/N6VWxXmrDoyfos4eMndrnaV2o0M48T4POmyRj6EolVcmXBmH EZRBZDk1i0BA28u2Xd/oW58px9s8dGaEUWYJEiHX7yep6M7FwTRwv6wYJMgz2OcWxgAV N2Wg== X-Gm-Message-State: AOAM5307SdGJAXgaVXjnYoyddWkq9k8fO8bwYj72a4qoTyXkJP3lTC1f UpMqqjgIf6mBE3cPy3s0tTJboOaTz0c= X-Google-Smtp-Source: ABdhPJylKsj/7cutMabi1zlMfJN48bLbjninuJzA+I0zBWYT/Pmi84TMWMukvAZjbkpCPZ6Vxn4/SQ== X-Received: by 2002:a05:6402:1d4b:b0:425:e0ad:7203 with SMTP id dz11-20020a0564021d4b00b00425e0ad7203mr17125348edb.367.1651048816124; Wed, 27 Apr 2022 01:40:16 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:15 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 04/18] go-helloworld: update to latest revision Date: Wed, 27 Apr 2022 10:39:55 +0200 Message-Id: <20220427084009.3406717-4-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164895 Signed-off-by: Alexander Kanavin --- meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index 1e2434fb17..0faab39b66 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https" -SRCREV = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2" +SRCREV = "2e68773dfca072cb81f219fc3b97ad34fe9d9f94" UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "golang.org/x/example" From patchwork Wed Apr 27 08:39:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7215 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 E77A2C43217 for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mx.groups.io with SMTP id smtpd.web09.5801.1651048818275866428 for ; Wed, 27 Apr 2022 01:40:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=gVC6p0bC; spf=pass (domain: gmail.com, ip: 209.85.208.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f53.google.com with SMTP id be20so1070898edb.12 for ; Wed, 27 Apr 2022 01:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=b8pMBvKGNAUUdleWGcS6YPSQm7HAweehnGnio3jvoPQ=; b=gVC6p0bC0wIZxFDjevtS3YuzFcRWrRUnt+bxoFVIr79mzth5Fmrmlt41zbQfnBaMH4 es2n8Mpxwm0kKmPT9J0CJwxOU0j5xEAmAp5VWQ/OBLyzdtLTCb9DL7aCYS44FRBuDuy4 G9dTcdwj0i9oHekgA1QW4MPYiGcnFxg7GLDANhGTFIHjVc9D46/31+Ja8D/VnihncBIH EOhKge5yehw1oW3Ic7DIwHN1GW8WvQ6bXVXmSs88nYD5RU/VVbSBiaxpWWfVcVfyPiZy pMu2kBUcNmp6ZcUHOh8VQMITKbDA2J213/z0tW3Nh1X/Q4C9lAc3rEI6Tn5+ZZLu0dqR tRtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=b8pMBvKGNAUUdleWGcS6YPSQm7HAweehnGnio3jvoPQ=; b=aToC/A4RNQg0Zah+SK1ndwpEDWrdOsggslAUrWRews5jc76ipkvs3JVL11l9cF3fbf 5sPAXsNI6pBs3XItgzcJINF8dz92fqae8QyFDXPP5TL3CKNdI3Yv9zdCDGJoURo1ggg4 OOUNuajJtM77z82WSpeh3f74ojl1EEx8e1T9+bG7C2HVkekFp9UWf3//DD9dyHVjQPo5 XJuT9d07KBDIbuS5pqXY7WiLgOGRpehutJSlgtrxgGvoVrd4KYoC2oFCskNpNPzfeJNG Tl2pTETiffJ8/gJvke1PVEspmxatV6tp1oJyfd7KLSou+Bvl+AgKagBrqNIQ/RIzhCNp MYcQ== X-Gm-Message-State: AOAM532eZGBtXk1uQR/qghseZSWHJ4ltz6U8KUOLqSaF7LKJL0OXqk/y F8RGcg9UzQC/5Eu1E/NF3OZqOxDhQEI= X-Google-Smtp-Source: ABdhPJyJajsy0o9+JCUrsr6sQkDO7NntdiUlkts2gCOxHb6MuHDeFpXa1vGVlGxNkmjsIbJwALbQEg== X-Received: by 2002:a05:6402:3508:b0:426:1b4:a2e2 with SMTP id b8-20020a056402350800b0042601b4a2e2mr4745133edd.387.1651048816883; Wed, 27 Apr 2022 01:40:16 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:16 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 05/18] piglit: update to latest revision Date: Wed, 27 Apr 2022 10:39:56 +0200 Message-Id: <20220427084009.3406717-5-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164896 Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 840050bfc9..436d1b28d3 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "445711587d461539a4d8f9d35a7fe996a86d3c8d" +SRCREV = "0d7481136080ffed96a33d31a04547012903ba25" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Wed Apr 27 08:39:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7217 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 F2F0CC43219 for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web09.5802.1651048819095608595 for ; Wed, 27 Apr 2022 01:40:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fK1EyEB0; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id d6so1085873ede.8 for ; Wed, 27 Apr 2022 01:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SKhzNdDWGLlDcIsVkt3TfKo/oxbRxP/HZb80OFojHGU=; b=fK1EyEB0SSPzHsWmWMTkbf4OBNsj5lFX0VVmsvfBeB0VuUsWMZceTXgr6TNcEiSuMw eutMlybiGbdOw/8j7Mf7edIif7saJ2oPDeojuawVgk5ZDuyR/hWUH/k393Qx/alTGXSD ycX4z8Piv89ksNW0NXf/H4O/FjI6VbIiOVcZ8B3c3B/D38oggoCMbk/72tPq99hBUnkC VYGihY0fj2pCe0Cnd3L8qdi6J71NKqUczhViEb6ODYAioPFHKKYX8wQE4n0ZG+P0bdwH 2MiJ+FGovnUcpx6Ax7F0mcfYjXdVRULx/AgbsclUN28nbDm1tKuzxRHqbzIQE/p21NoB dOOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SKhzNdDWGLlDcIsVkt3TfKo/oxbRxP/HZb80OFojHGU=; b=HGkRoVj9ZwaSwVNYkzTqTC9XNRfUd66YaNi4BBd6LGOOG85a5ubA6WssD9yfUJ0gxl 6AaJFpczJ/hF+qv8E3OBkb4aDcpBMDdZv01ngYLWnOhyp4lNgIUX/WSaaFlyjj5tm9kE g1dqSAjG6yKOrDWCaRHn+SekXe6DB0DD4T5xcqtkdXQ6Os3UDz72FizeegwIzFkmpTld 1ZdU/YpOb9k0UJNVm+cr/4jCoVyiyjwFZumMnszx/SIYkuFhwuR5gMRu6XmuhjOCOLzJ GN8rFJFE0ZGwaX8BcaJtC450jPhNqcn/5zI2kb9+n8Zj1dsygbi5ZEnCQTGOWi+AIADK ThaA== X-Gm-Message-State: AOAM533W5fZqXM6mnKloZwNnG8YIrcmYrKZZpwelMgN2IZiNnaP6Nvnx hXJIK4EkXrZS+aT2H7LbuIAWVJ0HdnI= X-Google-Smtp-Source: ABdhPJzcK2CvSEqrg7yR1K/y3Ex52ZGBh/NZ8HP6nsEFftBRchTvbgxK69fQwK+vH3oWDoSnsGteXA== X-Received: by 2002:a05:6402:b4d:b0:425:ec4a:a37e with SMTP id bx13-20020a0564020b4d00b00425ec4aa37emr13963910edb.292.1651048817644; Wed, 27 Apr 2022 01:40:17 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:17 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 06/18] vulkan-samples: update to latest revision Date: Wed, 27 Apr 2022 10:39:57 +0200 Message-Id: <20220427084009.3406717-6-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164897 Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index fbadc506d6..467295dbc0 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb @@ -11,7 +11,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "f37bb1ea48d2782e997085aedf440b4a159e8189" +SRCREV = "2d20e243b8d2553b2a9d6c9a636bf9649b76ee03" UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" S = "${WORKDIR}/git" From patchwork Wed Apr 27 08:39:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7218 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 EEC93C4321E for ; Wed, 27 Apr 2022 08:40:26 +0000 (UTC) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mx.groups.io with SMTP id smtpd.web08.5890.1651048820082995162 for ; Wed, 27 Apr 2022 01:40:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Uj3lhC9F; spf=pass (domain: gmail.com, ip: 209.85.208.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f44.google.com with SMTP id e23so1071838eda.11 for ; Wed, 27 Apr 2022 01:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=atTm5Ub3rSmUdgtjrwlgjQFOilgE0QvFoM/8cueb+VU=; b=Uj3lhC9FqBI/Kf8EtAtE3WsN6SQBbquGLz5xQsXbW66GEeDN+zHT0j3Qdc7Hb8NWlF DkicmROAiTjIGG+DKk6EIXk5HhHlZJnB6x+SVQdQYyhSrwFTWU1fSgfFfyzreM2ux3iZ b92vdZuQ/lV4/tHCXCosDexip1lNZTPKx6xs5t793dnPrMdTdNsV6LFoACV/TzD12Div ft3aI+mt4qJeHXP648c4K3jJ02IAGSfeV80FJZh3FW0Jfin1iAkYEdVBdopUdt2q+/bi SDrhivp0cfs3NBdkIXKPiBGcFyPcJrUoyxXy6iixWseTMsgL03VzxB91piuQwzrqELXD dwqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=atTm5Ub3rSmUdgtjrwlgjQFOilgE0QvFoM/8cueb+VU=; b=Mw4ZoEYOeCYvVbrCFR00VwF1jgrT5iC8BWfFanXafip3O+Ju4zyCV065vi/PaL+9Jh cF1tFFc8OtPi49Mtuq1sJKdbxkXvX+tilf3U5pw+la+vW3IZGSDb/fmTW5+lpaHeZFIb vUGuGljHBCr6FQvRwyKUdMQpMTQp3rGbCgftkrn2KJ1CLJ5vM5KbIabt7iDAgJe1Zjzf s/boIeYmmtl0urSttHYZXAayTI/byWmfWMz/8MTENT/7Ld7X6u0Qobu3JcZXU5jD+xRp /tw8y4EkqX0C4NHAlBjNwO3APTgpuZ2fR58DP9VqvlErNrAhn6VgtvBwts1IBncPUoiU 0OUw== X-Gm-Message-State: AOAM531MYqapmAErlNSnVhqEoU5jJV7b9fhcWeqeH9J3gojXGQMPMZAb +CNMSNPqmuahyxXHk/LNLTI8KOj1Ifg= X-Google-Smtp-Source: ABdhPJw672Lr8dA3Fu8pGfvCmlF2ju8+J6YiGk229PdKW+vBXyoqkjXsohDFGZAQBDqlpiPi6wy3HA== X-Received: by 2002:a05:6402:2945:b0:41d:aad:c824 with SMTP id ed5-20020a056402294500b0041d0aadc824mr28903056edb.364.1651048818684; Wed, 27 Apr 2022 01:40:18 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:17 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 07/18] python3-typing-extensions: upgrade 3.10.0.0 -> 4.2.0 Date: Wed, 27 Apr 2022 10:39:58 +0200 Message-Id: <20220427084009.3406717-7-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164898 Upstream has transitioned to flit from setuptools. Signed-off-by: Alexander Kanavin --- ...ensions_3.10.0.0.bb => python3-typing-extensions_4.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-typing-extensions_3.10.0.0.bb => python3-typing-extensions_4.2.0.bb} (73%) diff --git a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb similarity index 73% rename from meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb rename to meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb index a8e83fc824..3aac39b8ef 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" # The name on PyPi is slightly different. PYPI_PACKAGE = "typing_extensions" -SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342" +SRC_URI[sha256sum] = "f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" -inherit pypi setuptools3 +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk" From patchwork Wed Apr 27 08:39:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7221 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 085A3C4167B for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by mx.groups.io with SMTP id smtpd.web08.5891.1651048820920107953 for ; Wed, 27 Apr 2022 01:40:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=E0VaP+A6; spf=pass (domain: gmail.com, ip: 209.85.208.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f51.google.com with SMTP id p4so1135708edx.0 for ; Wed, 27 Apr 2022 01:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wkwfxTnN8UrwIlZfhsbf3JyL5wT66zNEAoQJrwFJ+/Q=; b=E0VaP+A6fpqoqTdnqgDF1hzrKdq7ttg9Q3wHtoK+6BsIAVQ4VgIJacJPSqMR8sTC/J b8KibWWV9ebGNWN7/HJ7BRvn4BZrsKO5lTAGlDhiArnOWjEojrAyx3uZEH25NWKkAqrr F3rGZOdidHi3ctPuwRuqOXB9QCeAaNo/nAwvrspFPgDtNFp2D7LVakeAMoIlDYDg09C3 9+ejp3AHAXOCymW6oJlEvLQ0F56zLknkkn6Mv1tnNZoVW2TNC994qzegR4dn68jtZFUR 2FLRUPwEHyb0Z3SF5YnJuseMp4WvyZjIKXnKi98wC4kn9SnpJ0OpaB1Tb2y2K1FSLilb pPIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wkwfxTnN8UrwIlZfhsbf3JyL5wT66zNEAoQJrwFJ+/Q=; b=7ifhwncd+yfLChH01ZSGFavlGjgEmn6AkP5SDn9g1dY4bHetvmxfNa+4JHQqHqfoGZ aoa9d0gHy6UjvujK4CZW/8D+jD8r95s9aQw2MmyfPigBYvinCBRenIJhIYi7pmqEv7q9 XgFWEHbAGTp06aQmSWvJb2NcqkYZqzkHMGXKBokaZPp7BeaBkg5vKalt1woj8CEHKSDT 8vFpWoHO3sLCPtKIs/Ajb8crGzMh3b4zxatcdpNOQJ+ElVd92pHnhwXSZQkILRohe74F ruat3AOf5urY3WXIJWBnMWA7nY9NExVfrHBMj9X8DbEI2N57TBedJzCVbyafLEgh7XEq geTA== X-Gm-Message-State: AOAM5329hMJBx1D/NeLo64FUBr7fXHz7Tu9Aq6CKDQcmw8d2l/nDLej/ WRkI1brkDCcFxOpLLyYaatd6cOYraGc= X-Google-Smtp-Source: ABdhPJzzj6L3IbbAqU4oY0DxSGEOh96rQc52WbmxCNtEQn3Dv1pUGQbgs197aNu8FLHvw15k7k7v1w== X-Received: by 2002:a05:6402:11d0:b0:425:c32d:8bb8 with SMTP id j16-20020a05640211d000b00425c32d8bb8mr26222688edw.27.1651048819449; Wed, 27 Apr 2022 01:40:19 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:18 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 08/18] python3-pyparsing: upgrade 3.0.7 -> 3.0.8 Date: Wed, 27 Apr 2022 10:39:59 +0200 Message-Id: <20220427084009.3406717-8-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164899 Upstream has transitioned to flit from setuptools. Signed-off-by: Alexander Kanavin --- ...{python3-pyparsing_3.0.7.bb => python3-pyparsing_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.0.7.bb => python3-pyparsing_3.0.8.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb similarity index 88% rename from meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb rename to meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb index 9c3896918f..30be4bb87c 100644 --- a/meta/recipes-devtools/python/python3-pyparsing_3.0.7.bb +++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.8.bb @@ -10,11 +10,11 @@ BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" -SRC_URI[sha256sum] = "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea" +SRC_URI[sha256sum] = "7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954" UPSTREAM_CHECK_REGEX = "pyparsing-(?P.*)\.tar" -inherit pypi setuptools3 +inherit pypi python_flit_core RDEPENDS:${PN} += " \ ${PYTHON_PN}-datetime \ From patchwork Wed Apr 27 08:40:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 14204 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org From: "Alexander Kanavin" Subject: [PATCH 09/18] glib: upgrade 2.72.0 -> 2.72.1 Date: Wed, 27 Apr 2022 10:40:00 +0200 Message-Id: <20220427084009.3406717-9-alex@linutronix.de> In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 List-id: To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...s-for-typechecking-with-atomic-compa.patch | 64 ----------------- ...variant-of-g_atomic_int_compare_and_.patch | 70 ------------------- ...ble-more-tests-while-cross-compiling.patch | 32 ++++----- .../glib-2.0/glib-2.0/relocate-modules.patch | 8 +-- ...{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} | 4 +- 5 files changed, 20 insertions(+), 158 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.0.bb => glib-2.0_2.72.1.bb} (90%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch b/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch deleted file mode 100644 index 4842f462e1..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0/0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch +++ /dev/null @@ -1,64 +0,0 @@ -From 44b4bcd56d7ac2bd8ebf00e9fa433ad897d68216 Mon Sep 17 00:00:00 2001 -From: Philip Withnall -Date: Fri, 1 Apr 2022 13:44:45 +0100 -Subject: [PATCH 1/2] tests: Add C++ tests for typechecking with atomic compare - and exchanges - -Signed-off-by: Philip Withnall - -Helps: #2625 -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2578] -Signed-off-by: Khem Raj ---- - glib/tests/cxx.cpp | 28 ++++++++++++++++++++++++++++ - 1 file changed, 28 insertions(+) - -diff --git a/glib/tests/cxx.cpp b/glib/tests/cxx.cpp -index be0a6bfa1..7d7f27c91 100644 ---- a/glib/tests/cxx.cpp -+++ b/glib/tests/cxx.cpp -@@ -53,6 +53,32 @@ test_typeof (void) - #endif - } - -+static void -+test_atomic_pointer_compare_and_exchange (void) -+{ -+ const gchar *str1 = "str1"; -+ const gchar *str2 = "str2"; -+ const gchar *atomic_string = str1; -+ -+ g_test_message ("Test that g_atomic_pointer_compare_and_exchange() with a " -+ "non-void* pointer doesn’t have any compiler warnings in C++ mode"); -+ -+ g_assert_true (g_atomic_pointer_compare_and_exchange (&atomic_string, str1, str2)); -+ g_assert_true (atomic_string == str2); -+} -+ -+static void -+test_atomic_int_compare_and_exchange (void) -+{ -+ gint atomic_int = 5; -+ -+ g_test_message ("Test that g_atomic_int_compare_and_exchange() doesn’t have " -+ "any compiler warnings in C++ mode"); -+ -+ g_assert_true (g_atomic_int_compare_and_exchange (&atomic_int, 5, 50)); -+ g_assert_cmpint (atomic_int, ==, 50); -+} -+ - int - main (int argc, char *argv[]) - { -@@ -63,6 +89,8 @@ main (int argc, char *argv[]) - #endif - - g_test_add_func ("/C++/typeof", test_typeof); -+ g_test_add_func ("/C++/atomic-pointer-compare-and-exchange", test_atomic_pointer_compare_and_exchange); -+ g_test_add_func ("/C++/atomic-int-compare-and-exchange", test_atomic_int_compare_and_exchange); - - return g_test_run (); - } --- -2.35.1 - diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch b/meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch deleted file mode 100644 index a07f94672f..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0/0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch +++ /dev/null @@ -1,70 +0,0 @@ -From 2668390454bc0efe52a262eb2faa4a2bd5a062e2 Mon Sep 17 00:00:00 2001 -From: Philip Withnall -Date: Fri, 1 Apr 2022 13:47:19 +0100 -Subject: [PATCH 2/2] gatomic: Add a C++ variant of - g_atomic_int_compare_and_exchange() -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -The C++ variant implements type safety differently, to avoid warnings -from C++ compilers about: -``` -../../../gnome-commander-1.14.2/src/intviewer/searcher.cc:303:5: error: cannot initialize a parameter of type 'gint *' (aka 'int *') with an rvalue of type 'void *' - g_atomic_int_compare_and_exchange ((gint*)&src->priv->progress_value, oldval, (gint)d); - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/gnome-commander/1.14.2-r0/recipe-sysroot/usr/include/glib-2.0/glib/gatomic.h:160:44: note: expanded from macro 'g_atomic_int_compare_and_exchange' - __atomic_compare_exchange_n ((atomic), (void *) (&(gaicae_oldval)), (newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \ - ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -``` - -This complements the existing C++ variant for -`g_atomic_pointer_compare_and_exchange()`, and fixes a regression on C++ -from https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2114. - -With the addition of the unit tests in the previous commit, this is -effectively tested by the FreeBSD and macOS CI jobs, as they use -`clang++` in C++ mode. `g++` doesn’t seem to emit a warning about this. - -Signed-off-by: Philip Withnall - -Fixes: #2625 -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2578] -Signed-off-by: Khem Raj ---- - glib/gatomic.h | 12 ++++++++++++ - 1 file changed, 12 insertions(+) - -diff --git a/glib/gatomic.h b/glib/gatomic.h -index 5eba1dbc7..8b2b880c8 100644 ---- a/glib/gatomic.h -+++ b/glib/gatomic.h -@@ -152,6 +152,17 @@ G_END_DECLS - (void) (0 ? *(atomic) ^ *(atomic) : 1); \ - __atomic_fetch_sub ((atomic), 1, __ATOMIC_SEQ_CST) == 1; \ - })) -+#if defined(glib_typeof) && defined(__cplusplus) && __cplusplus >= 201103L -+/* See comments below about equivalent g_atomic_pointer_compare_and_exchange() -+ * shenanigans for type-safety when compiling in C++ mode. */ -+#define g_atomic_int_compare_and_exchange(atomic, oldval, newval) \ -+ (G_GNUC_EXTENSION ({ \ -+ glib_typeof (*(atomic)) gaicae_oldval = (oldval); \ -+ G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \ -+ (void) (0 ? *(atomic) ^ (newval) ^ (oldval) : 1); \ -+ __atomic_compare_exchange_n ((atomic), &gaicae_oldval, (newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \ -+ })) -+#else /* if !(defined(glib_typeof) && defined(__cplusplus) && __cplusplus >= 201103L) */ - #define g_atomic_int_compare_and_exchange(atomic, oldval, newval) \ - (G_GNUC_EXTENSION ({ \ - gint gaicae_oldval = (oldval); \ -@@ -159,6 +170,7 @@ G_END_DECLS - (void) (0 ? *(atomic) ^ (newval) ^ (oldval) : 1); \ - __atomic_compare_exchange_n ((atomic), (void *) (&(gaicae_oldval)), (newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \ - })) -+#endif /* defined(glib_typeof) */ - #define g_atomic_int_add(atomic, val) \ - (G_GNUC_EXTENSION ({ \ - G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \ --- -2.35.1 - diff --git a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch index 6147bdae46..f5c161fe04 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch +++ b/meta/recipes-core/glib-2.0/glib-2.0/Enable-more-tests-while-cross-compiling.patch @@ -1,4 +1,4 @@ -From d2d7af496b4f4a13779179dbcbb98de56b09783f Mon Sep 17 00:00:00 2001 +From 1f3c05529c0c9032ae0a289fb1f088b7541fc9b0 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 9 Nov 2015 11:07:27 +0200 Subject: [PATCH] Enable more tests while cross-compiling @@ -9,24 +9,25 @@ case we can depend on glib-2.0-native. Upstream-Status: Inappropriate [OE specific] Signed-off-by: Jussi Kukkonen + --- gio/tests/meson.build | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build -index e8d10a0f11f2..abe676767c60 100644 +index 3ed23a5..5df932a 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build -@@ -250,7 +250,7 @@ if host_machine.system() != 'windows' +@@ -253,7 +253,7 @@ if host_machine.system() != 'windows' + } + endif - # Test programs that need to bring up a session bus (requires dbus-daemon) - have_dbus_daemon = find_program('dbus-daemon', required : false).found() - if have_dbus_daemon + if true annotate_args = [ '--annotate', 'org.project.Bar', 'Key1', 'Value1', '--annotate', 'org.project.Bar', 'org.gtk.GDBus.Internal', 'Value2', -@@ -601,14 +601,14 @@ if installed_tests_enabled +@@ -603,14 +603,14 @@ if installed_tests_enabled endforeach endif @@ -43,7 +44,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -634,7 +634,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -636,7 +636,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() test_gresource = custom_target('test.gresource', input : 'test.gresource.xml', output : 'test.gresource', @@ -52,7 +53,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -647,7 +647,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -649,7 +649,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() test_resources2_c = custom_target('test_resources2.c', input : 'test3.gresource.xml', output : 'test_resources2.c', @@ -61,7 +62,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -660,7 +660,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -662,7 +662,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() test_resources2_h = custom_target('test_resources2.h', input : 'test3.gresource.xml', output : 'test_resources2.h', @@ -70,7 +71,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -674,7 +674,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -676,7 +676,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() input : 'test2.gresource.xml', depends : big_test_resource, output : 'test_resources.c', @@ -79,7 +80,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -687,7 +687,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -689,7 +689,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() digit_test_resources_c = custom_target('digit_test_resources.c', input : '111_digit_test.gresource.xml', output : 'digit_test_resources.c', @@ -88,7 +89,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -700,7 +700,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -702,7 +702,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() digit_test_resources_h = custom_target('digit_test_resources.h', input : '111_digit_test.gresource.xml', output : 'digit_test_resources.h', @@ -97,7 +98,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -742,11 +742,11 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -744,11 +744,11 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() ld = find_program('ld', required : false) @@ -111,7 +112,7 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), -@@ -760,7 +760,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() +@@ -762,7 +762,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() test_resources_binary_c = custom_target('test_resources_binary.c', input : 'test5.gresource.xml', output : 'test_resources_binary.c', @@ -120,6 +121,3 @@ index e8d10a0f11f2..abe676767c60 100644 compiler_type, '--target=@OUTPUT@', '--sourcedir=' + meson.current_source_dir(), --- -2.34.1 - diff --git a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch index d3bb05e669..816b790ce7 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch +++ b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch @@ -1,4 +1,4 @@ -From d4e95568151cb7a62b6a29a4d2c3f532fd55c98c Mon Sep 17 00:00:00 2001 +From d52b1b530c5d8a1e70ae45d6e2139e9d3f25207f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2016 15:35:55 +0000 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds @@ -19,10 +19,10 @@ Signed-off-by: Jussi Kukkonen 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gio/giomodule.c b/gio/giomodule.c -index d34037a..7442df6 100644 +index 2a043cc..e2d2310 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c -@@ -54,6 +54,8 @@ +@@ -56,6 +56,8 @@ #ifdef G_OS_WIN32 #include "gregistrysettingsbackend.h" #include "giowin32-priv.h" @@ -31,7 +31,7 @@ index d34037a..7442df6 100644 #endif #include -@@ -1224,7 +1226,15 @@ get_gio_module_dir (void) +@@ -1267,7 +1269,15 @@ get_gio_module_dir (void) NULL); g_free (install_dir); #else diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb similarity index 90% rename from meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb index 62479e3c3f..c9ccedd81f 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.72.0.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.72.1.bb @@ -16,12 +16,10 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ file://0001-Do-not-write-bindir-into-pkg-config-files.patch \ file://0001-meson-Run-atomics-test-on-clang-as-well.patch \ file://0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch \ - file://0001-tests-Add-C-tests-for-typechecking-with-atomic-compa.patch \ - file://0002-gatomic-Add-a-C-variant-of-g_atomic_int_compare_and_.patch \ " SRC_URI:append:class-native = " file://relocate-modules.patch" -SRC_URI[sha256sum] = "d7bef0d4c4e7a62e08efb8e5f252a01357007b9588a87ff2b463a3857011f79d" +SRC_URI[sha256sum] = "c07e57147b254cef92ce80a0378dc0c02a4358e7de4702e9f403069781095fe2" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. From patchwork Wed Apr 27 08:40:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7224 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 0BC22C41535 for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) by mx.groups.io with SMTP id smtpd.web09.5803.1651048822615162363 for ; Wed, 27 Apr 2022 01:40:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mdekgfoz; spf=pass (domain: gmail.com, ip: 209.85.208.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f47.google.com with SMTP id a21so1110607edb.1 for ; Wed, 27 Apr 2022 01:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HuiBGEyUl3ZG6pyfYcs8MxYkU/hBKjAnqYCKKyNhgLw=; b=mdekgfozT7pizyANH5qvuflLBn1eaSoj8MHtnGMkkLx7rGiRm/41nb0me5ltldk81F SseHe76rQrWhTS7LBEiPvA6Cid7ijj8eLfFx/XvXfP0KTAJLGXuzBNHlxvD5dNfQWKAW 6HfBK/XlgFDBjmoSTw2HMuQhbHfmgO/zjloEkNhsm1esCstt3B0e1vGFWCK9eb3Nyu7a EhZpLiSMh+AXVbtKO3dTzXM2lmP68aISlQxya8/h2vS7vplQ/4Pe9D4gRDn0XEHgqMFA JgOU8sRVhI34peRckH48/iIRRP9SKMxN8VEu/r4iR8CInHyWOEOO3gmPCvngk+9QdJii 7f+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HuiBGEyUl3ZG6pyfYcs8MxYkU/hBKjAnqYCKKyNhgLw=; b=1aN96Q3aWSIvddoute6Ks7oVIo9rZsPFoa4wNEv0ReuRv4PMK4sWXEanpQk1Vs0css ImYusRj85XlmPbFOJvdPACP3Fjk5RmpIiuMI+ygZH8S+Id/ORslJmiPPAswRAXcagc/H u+iZnFnT/gT1GIzkk+3M6Xueb4iHj/DdecLsL3gS4V9CH0bQ3TDU1BXkWlWT1ohAQeV7 lLQdWvt02izergyijAy3zXtNtfJ4f93wuUdOKY1kjz88NIOaq46KJJoSOP7RID1SwmHW SKOn4+MzsSTACHgsGlfI9FLdCO9opygwGO8xoyvu3t7eQ0vZmG3G3EQ+PS4RCZDGLMIX oGCw== X-Gm-Message-State: AOAM530L4qXHdCHVp+uBYaoPU2eH8TVp918j4UvXLVaE6NApHaGUCcMD henjPVVqRjbQ6blt47DU2fyiHHy3iGE= X-Google-Smtp-Source: ABdhPJwNmm4nVm+4H4sfzDavUyeTgIGgRflGfYbYUZOsGBOG0yhwqhSsaL81uK8JyxDPH0/8h1aixw== X-Received: by 2002:aa7:c445:0:b0:425:d509:2113 with SMTP id n5-20020aa7c445000000b00425d5092113mr21477723edr.12.1651048821152; Wed, 27 Apr 2022 01:40:21 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:20 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 10/18] go: update 1.18 -> 1.18.1 Date: Wed, 27 Apr 2022 10:40:01 +0200 Message-Id: <20220427084009.3406717-10-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164901 Do not version patch directories; we carry only one version of go. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.18.inc => go-1.18.1.inc} | 4 ++-- .../{go-binary-native_1.18.bb => go-binary-native_1.18.1.bb} | 4 ++-- ...{go-cross-canadian_1.18.bb => go-cross-canadian_1.18.1.bb} | 0 .../go/{go-cross_1.18.bb => go-cross_1.18.1.bb} | 0 .../go/{go-crosssdk_1.18.bb => go-crosssdk_1.18.1.bb} | 0 .../go/{go-native_1.18.bb => go-native_1.18.1.bb} | 0 .../go/{go-runtime_1.18.bb => go-runtime_1.18.1.bb} | 0 ...cmd-go-make-content-based-hash-generation-less-pedan.patch | 0 ...0001-exec.go-do-not-write-linker-flags-into-buildids.patch | 0 ...src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch | 0 ...-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch | 0 .../0004-ld-add-soname-to-shareable-objects.patch | 0 ...make.bash-override-CC-when-building-dist-and-go_boot.patch | 0 .../0006-cmd-dist-separate-host-and-target-builds.patch | 0 .../0007-cmd-go-make-GOROOT-precious-by-default.patch | 0 meta/recipes-devtools/go/{go_1.18.bb => go_1.18.1.bb} | 0 16 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.18.inc => go-1.18.1.inc} (82%) rename meta/recipes-devtools/go/{go-binary-native_1.18.bb => go-binary-native_1.18.1.bb} (83%) rename meta/recipes-devtools/go/{go-cross-canadian_1.18.bb => go-cross-canadian_1.18.1.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.18.bb => go-cross_1.18.1.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.18.bb => go-crosssdk_1.18.1.bb} (100%) rename meta/recipes-devtools/go/{go-native_1.18.bb => go-native_1.18.1.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.18.bb => go-runtime_1.18.1.bb} (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0001-exec.go-do-not-write-linker-flags-into-buildids.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0004-ld-add-soname-to-shareable-objects.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0006-cmd-dist-separate-host-and-target-builds.patch (100%) rename meta/recipes-devtools/go/{go-1.18 => go}/0007-cmd-go-make-GOROOT-precious-by-default.patch (100%) rename meta/recipes-devtools/go/{go_1.18.bb => go_1.18.1.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.18.inc b/meta/recipes-devtools/go/go-1.18.1.inc similarity index 82% rename from meta/recipes-devtools/go/go-1.18.inc rename to meta/recipes-devtools/go/go-1.18.1.inc index 54e241af10..64426471df 100644 --- a/meta/recipes-devtools/go/go-1.18.inc +++ b/meta/recipes-devtools/go/go-1.18.1.inc @@ -1,6 +1,6 @@ require go-common.inc -FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.18:" +FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:" LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" @@ -14,4 +14,4 @@ SRC_URI += "\ file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ " -SRC_URI[main.sha256sum] = "38f423db4cc834883f2b52344282fa7a39fbb93650dc62a11fdf0be6409bdad6" +SRC_URI[main.sha256sum] = "efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088" diff --git a/meta/recipes-devtools/go/go-binary-native_1.18.bb b/meta/recipes-devtools/go/go-binary-native_1.18.1.bb similarity index 83% rename from meta/recipes-devtools/go/go-binary-native_1.18.bb rename to meta/recipes-devtools/go/go-binary-native_1.18.1.bb index 500bb4ddcc..da9f39f428 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.18.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.18.1.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" PROVIDES = "go-native" SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "e85278e98f57cdb150fe8409e6e5df5343ecb13cebf03a5d5ff12bd55a80264f" -SRC_URI[go_linux_arm64.sha256sum] = "7ac7b396a691e588c5fb57687759e6c4db84a2a3bbebb0765f4b38e5b1c5b00e" +SRC_URI[go_linux_amd64.sha256sum] = "b3b815f47ababac13810fc6021eb73d65478e0b2db4b09d348eefad9581a2334" +SRC_URI[go_linux_arm64.sha256sum] = "56a91851c97fb4697077abbca38860f735c32b38993ff79b088dac46e4735633" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.18.bb b/meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.18.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb diff --git a/meta/recipes-devtools/go/go-cross_1.18.bb b/meta/recipes-devtools/go/go-cross_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.18.bb rename to meta/recipes-devtools/go/go-cross_1.18.1.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.18.bb b/meta/recipes-devtools/go/go-crosssdk_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.18.bb rename to meta/recipes-devtools/go/go-crosssdk_1.18.1.bb diff --git a/meta/recipes-devtools/go/go-native_1.18.bb b/meta/recipes-devtools/go/go-native_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.18.bb rename to meta/recipes-devtools/go/go-native_1.18.1.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.18.bb b/meta/recipes-devtools/go/go-runtime_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.18.bb rename to meta/recipes-devtools/go/go-runtime_1.18.1.bb diff --git a/meta/recipes-devtools/go/go-1.18/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch b/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch rename to meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch diff --git a/meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch b/meta/recipes-devtools/go/go/0001-exec.go-do-not-write-linker-flags-into-buildids.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch rename to meta/recipes-devtools/go/go/0001-exec.go-do-not-write-linker-flags-into-buildids.patch diff --git a/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch b/meta/recipes-devtools/go/go/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch rename to meta/recipes-devtools/go/go/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch diff --git a/meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch b/meta/recipes-devtools/go/go/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch rename to meta/recipes-devtools/go/go/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch diff --git a/meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch b/meta/recipes-devtools/go/go/0004-ld-add-soname-to-shareable-objects.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch rename to meta/recipes-devtools/go/go/0004-ld-add-soname-to-shareable-objects.patch diff --git a/meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch b/meta/recipes-devtools/go/go/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch rename to meta/recipes-devtools/go/go/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch diff --git a/meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch b/meta/recipes-devtools/go/go/0006-cmd-dist-separate-host-and-target-builds.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch rename to meta/recipes-devtools/go/go/0006-cmd-dist-separate-host-and-target-builds.patch diff --git a/meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch b/meta/recipes-devtools/go/go/0007-cmd-go-make-GOROOT-precious-by-default.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch rename to meta/recipes-devtools/go/go/0007-cmd-go-make-GOROOT-precious-by-default.patch diff --git a/meta/recipes-devtools/go/go_1.18.bb b/meta/recipes-devtools/go/go_1.18.1.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.18.bb rename to meta/recipes-devtools/go/go_1.18.1.bb From patchwork Wed Apr 27 08:40:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7220 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 0BB4AC4167D for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web12.5853.1651048823508880251 for ; Wed, 27 Apr 2022 01:40:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=MIO79i97; spf=pass (domain: gmail.com, ip: 209.85.208.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id p18so1086654edr.7 for ; Wed, 27 Apr 2022 01:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YEuOB7ogfRJsSEaV/GCCIiSRGkrpxhfaq1V0JPSes/Q=; b=MIO79i97Ze6irKjfr68E2JFtxOFOvxzNJtaY+ECXOAN5BcDSi2qgfu+uK4LIszYAC5 enwiUs4TUlFINm8dBTRc4N+J2OT/me1htGZ154L99/kNrAl83AhM8ikAmN3vxog1e4mm nuH5TQv0ytOM00FYqOCtKbXhuaVEkcUcm+rPjhXr4bszdL6ahd6PEQj6G5QzPv1xsW2g HMs228D35x85P9PlSIvJ+6r0oZ1yd1+nz/WEmXFCBiH8+dwUQl9zc2h7ah3/h/W+wWwp dNPZ+I8HnZ/0+XYHDtEjBy7oy1BGC3HgWoYUIodYbnF0eYaMQxLX2vcLL1Y4VLoFRsWD XC5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YEuOB7ogfRJsSEaV/GCCIiSRGkrpxhfaq1V0JPSes/Q=; b=4DOezZIWegTDqIcBQuM8ambc3T4obNutS2mtPyOYtbj0KubB2tgVOs8HhdX9/QPy4n mC5mYLt4RVDu8ne2pd0gBYe7j6PhONOq01EmYnAOSNiBt8VFtt2fDrylxnpxmmuk31KM BJ+/wnKQt6FU9TLJdRYHKQHbwHU5zuYUkKyGcfAzwv3yByWs5k3eRRdrbRJ/wuweqmAD DStJ1adZZzCEC7KeARo3WpwkpWihluEfOmQk4tvYGsE81LrtDSNPK9iEpfM+TTsXXKVm TWNKn7cSgFL9NiSvUigqy02WZ2Kw88503bMdiR49LEp2coJhUWntfcvHwb1sJc749BVR 6mrg== X-Gm-Message-State: AOAM53138lKHlNuDcQWn2ZMJ3tv9/iAq3VGaVJkUrsLTIIt6Jq8V1A2i dM4ap9ds6tIkVhqPl8Ag4suFTiEJppE= X-Google-Smtp-Source: ABdhPJwXm6Sw4d+cyLTE65Ov+Yh6ptJ16oySwK8qHsuvqRFIfr/zpOOK/CAiEZ7l5OtajWcxhLq/xg== X-Received: by 2002:a05:6402:e9f:b0:41c:df21:b113 with SMTP id h31-20020a0564020e9f00b0041cdf21b113mr29493315eda.217.1651048822042; Wed, 27 Apr 2022 01:40:22 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:21 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 11/18] llvm: update 14.0.0 -> 14.0.1 Date: Wed, 27 Apr 2022 10:40:02 +0200 Message-Id: <20220427084009.3406717-11-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164902 Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 2200af5b60..3f28514554 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -26,7 +26,7 @@ QEMUVERSION ?= "6.2%" GOVERSION ?= "1.18%" # This can not use wildcards like 8.0.% since it is also used in mesa to denote # llvm version being used, so always bump it with llvm recipe version bump -LLVMVERSION ?= "14.0.0" +LLVMVERSION ?= "14.0.1" RUSTVERSION ?= "1.59%" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index e10348a7f2..53ae1abd57 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb @@ -19,14 +19,14 @@ inherit cmake pkgconfig PROVIDES += "llvm${PV}" -PV = "14.0.0" +PV = "14.0.1" MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" LLVM_RELEASE = "${PV}" BRANCH = "release/${MAJOR_VERSION}.x" -SRCREV = "329fda39c507e8740978d10458451dcdb21563be" +SRCREV = "c62053979489ccb002efe411c3af059addcb5d7d" SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ From patchwork Wed Apr 27 08:40:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7222 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 14A7BC4167E for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web10.5778.1651048824233053761 for ; Wed, 27 Apr 2022 01:40:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UdoYChYj; spf=pass (domain: gmail.com, ip: 209.85.218.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f54.google.com with SMTP id m20so1929218ejj.10 for ; Wed, 27 Apr 2022 01:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mXcvUBy6oqVOF/ByDVVbz4wES1R7cx0RhUuNONH3qmI=; b=UdoYChYjePD31LaFQMXcke3G/oj8kuSckQJGEpcF7QDbW/hK+IJmPshNSuCD/KuYl4 wMFrQkJ456t7W9MRjVhL5Oj/SY89PbiWLvPZbI15MqMk9QC1sDjXrBK5YZly6pLKh0O0 OkxDyNPpiDoR9+d8uvdnJPZd6D9aJZfUoBF0XxSbehCDQ3kFCTd82DjDNqpmrlsPM0F/ g8YhqjA4s/JODd/L3Hh17VaF7z7LPHyE3Tao14/sN1eksbVYSWPM1nvWjTUMCMqQQtIu PvCg7LQVMrdNUpC/Ec1yeVheeq8oBbeaQSOpO+emMwD7xZg2I2UgbXf4cdCMxM3u01aV rBiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mXcvUBy6oqVOF/ByDVVbz4wES1R7cx0RhUuNONH3qmI=; b=6L+x7TkmlrN7VoGIariBOcH8JU2jytOmhdf9gCJbXH6J95Kn+T3sBKyFGFFmnOy0OQ 8XwL9HvPbXshTEDPI1/95MdodkHPL9AyZ2eP2xdrXp0vYDnZFkuBz47R0NpXsP+hcZp/ LvVB3ezXmhk/p4M7zSg1FRDXMHhvwBm+CuD24lFdu+SnLyMpOzKnXGz83z6CP0bQI/sD MyS77ybLRUWPDWb7Cn5gt/sRsYWNqLTnttVnVOjsF3yGNeBMpvvaafX7bZgqS4/8IGe1 PObSiN8O2c1MWCdaai2Ty2U1hjfHgktM64uza26pfg6YdbyV7kTn5EvFFPamGeb9BmQ+ shzA== X-Gm-Message-State: AOAM532K7wLWDC0PfDINnGRXtQxRhD8DCL0XTszhSBw1S2j0+mlxIPBA KmBpCPZcdHWnfW6LnQf+46QMHZwHgr0= X-Google-Smtp-Source: ABdhPJw1O/Qo3lSmsly3Q0VZd3FV/OiKIvfX5+D5vVK+xnw8rUppihBdUmUgy6ZoMZJ5764ydZqKxQ== X-Received: by 2002:a17:906:2652:b0:6f3:a042:6b51 with SMTP id i18-20020a170906265200b006f3a0426b51mr11351632ejc.565.1651048822784; Wed, 27 Apr 2022 01:40:22 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:22 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 12/18] meson: update 0.61.3 -> 0.62.1 Date: Wed, 27 Apr 2022 10:40:03 +0200 Message-Id: <20220427084009.3406717-12-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164903 Rebase 0001-python-module-do-not-manipulate-the-environment-when.patch Signed-off-by: Alexander Kanavin --- ...-not-manipulate-the-environment-when.patch | 27 +++++++++---------- .../{meson_0.61.3.bb => meson_0.62.1.bb} | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) rename meta/recipes-devtools/meson/{meson_0.61.3.bb => meson_0.62.1.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch index 86abfa9d52..f01a667818 100644 --- a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch +++ b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch @@ -1,4 +1,4 @@ -From dd5b4a200cd2fdf7fef627c4b6752f90c00b863a Mon Sep 17 00:00:00 2001 +From 2e9582167bf9d3273004edb2637310531f0155ab Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 19 Nov 2018 14:24:26 +0100 Subject: [PATCH] python module: do not manipulate the environment when calling @@ -8,25 +8,24 @@ Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin --- - mesonbuild/modules/python.py | 7 +------ - 1 file changed, 1 insertion(+), 6 deletions(-) + mesonbuild/modules/python.py | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mesonbuild/modules/python.py b/mesonbuild/modules/python.py -index f479ab9..b934bc6 100644 +index 3bbccd1..fda7a25 100644 --- a/mesonbuild/modules/python.py +++ b/mesonbuild/modules/python.py -@@ -239,10 +239,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', - # If python-X.Y.pc exists in LIBPC, we will try to use it - def wrap_in_pythons_pc_dir(name: str, env: 'Environment', kwargs: T.Dict[str, T.Any], - installation: 'PythonInstallation') -> 'ExternalDependency': +@@ -277,9 +277,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', + # there is no LIBPC, so we can't search in it + return NotFoundDependency('python', env) + - old_pkg_libdir = os.environ.pop('PKG_CONFIG_LIBDIR', None) - old_pkg_path = os.environ.pop('PKG_CONFIG_PATH', None) -- if pkg_libdir: -- os.environ['PKG_CONFIG_LIBDIR'] = pkg_libdir +- os.environ['PKG_CONFIG_LIBDIR'] = pkg_libdir try: - return PythonPkgConfigDependency(name, env, kwargs, installation) + return PythonPkgConfigDependency(name, env, kwargs, installation, True) finally: -@@ -251,8 +247,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', +@@ -288,8 +285,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice', os.environ[name] = value elif name in os.environ: del os.environ[name] @@ -34,5 +33,5 @@ index f479ab9..b934bc6 100644 - set_env('PKG_CONFIG_PATH', old_pkg_path) + pass - candidates.extend([ - functools.partial(wrap_in_pythons_pc_dir, pkg_name, env, kwargs, installation), + candidates.append(functools.partial(wrap_in_pythons_pc_dir, pkg_name, env, kwargs, installation)) + # We only need to check both, if a python install has a LIBPC. It might point to the wrong location, diff --git a/meta/recipes-devtools/meson/meson_0.61.3.bb b/meta/recipes-devtools/meson/meson_0.62.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_0.61.3.bb rename to meta/recipes-devtools/meson/meson_0.62.1.bb index 1c21493f82..dabdcaab01 100644 --- a/meta/recipes-devtools/meson/meson_0.61.3.bb +++ b/meta/recipes-devtools/meson/meson_0.62.1.bb @@ -17,7 +17,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://0001-is_debianlike-always-return-False.patch \ file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ " -SRC_URI[sha256sum] = "9c884434469471f3fe0cbbceb9b9ea0c8047f19e792940e1df6595741aae251b" +SRC_URI[sha256sum] = "a0f5caa1e70da12d5e63aa6a9504273759b891af36c8d87de381a4ed1380e845" UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" UPSTREAM_CHECK_REGEX = "meson-(?P\d+(\.\d+)+)\.tar" From patchwork Wed Apr 27 08:40:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7225 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 19D83C35274 for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mx.groups.io with SMTP id smtpd.web11.5850.1651048825551050043 for ; Wed, 27 Apr 2022 01:40:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VV7qKodZ; spf=pass (domain: gmail.com, ip: 209.85.218.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f50.google.com with SMTP id kq17so1978996ejb.4 for ; Wed, 27 Apr 2022 01:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5kRmPIJ/rXLhNoZykHVI7qSWKW0ui4k6qzeNLHrvzlE=; b=VV7qKodZfJrEvXw6YTrccKT0Zwy1H7dmipmbQ2WrSbyx7ylmKW7OLkjm4Ot5KKFarh 5U7Pe52Q4S4mz1xhtuW+wZ9S3DgywCeDShA2cO7d+MTxUoc6c5HU3aho1tFPG1/G1o2l eqdm+LOowQZnK2GDJ5JGl8aPTroyzfJI1Jbet7WwNRFoANxWuUCAzwP0EQH3yJ/xsWkf 3cCpG7EDrYloFNnVrNjWBpf8AsvmKuOs9oeRXK4V/cv16GpIbVwJbyLQNsD7FT1hVM0v 58L7hRMS93rlaYRad0X/0RZpuRPSN3PnPsG2KiHnzTnmhZwqzZsrh1TWosjoNOtetpgh OoUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5kRmPIJ/rXLhNoZykHVI7qSWKW0ui4k6qzeNLHrvzlE=; b=Xrf7SDf7VWvkatvA03AROs6XsOzy2018D0KvkN91WtBFdaJuilEJInO2A4xNo8G7nk 1m6XXrUsuBYlDmRXcN9UO5YcWe2dKxQzEJaE5aFMwIjMt17zzXQ5Q+D1HZvUjXj5fM4Q itFJx/pxI42ABl9ScTDBxK/vAVPTPc4yfH8XtPgEOmebnB0OgDE5+ENbThqqzUW3csUi qboNbxWpShERwmjWhlxlghCdCLFyqcH0LUoUBK3rIqOIDyaHM2HbsC5aBJKB4XCQfRyH t3Aut6eoX1BKevn1IatzY7yKQwSfqmFcO0r81IXQRKTew6jXt1cVJTFsQWQHM8HGC7D8 O0jw== X-Gm-Message-State: AOAM533FfcTKYnplIiJC6Qc21H5ec2w967Dh0ZBoGhKKhrrInOgXH6iv 9AWMPsxKcT1C/yGWqQxOIaRu0v/uSQ4= X-Google-Smtp-Source: ABdhPJwKS06JwXWTs35Q93wBtgXF7RFhffQEnIb6xU7PzskrGWEqibO5Upm++yAf8riRdJAZtGQqfw== X-Received: by 2002:a17:907:961b:b0:6ef:fd58:8629 with SMTP id gb27-20020a170907961b00b006effd588629mr24951751ejc.589.1651048823832; Wed, 27 Apr 2022 01:40:23 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:23 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 13/18] valgrind: update 3.18.1 -> 3.19.0 Date: Wed, 27 Apr 2022 10:40:04 +0200 Message-Id: <20220427084009.3406717-13-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164904 Dropped patches are either backports, were merged upstream, or upstream fixed the issue differently. Signed-off-by: Alexander Kanavin --- ...Fix-drd-tests-shared_timed_mutex.cpp.patch | 26 +++ ...against-__GLIBC_PREREQ-for-musl-libc.patch | 36 ---- ...plement-linux-rseq-syscall-as-ENOSYS.patch | 198 ------------------ ...ster.c-Limit-rawmemchr-test-to-glibc.patch | 35 ---- .../0004-Fix-out-of-tree-builds.patch | 176 ---------------- ...wrap.c-Fake-__GLIBC_PREREQ-with-musl.patch | 28 --- ...{valgrind_3.18.1.bb => valgrind_3.19.0.bb} | 14 +- 7 files changed, 33 insertions(+), 480 deletions(-) create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Fix-drd-tests-shared_timed_mutex.cpp.patch delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Implement-linux-rseq-syscall-as-ENOSYS.patch delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch rename meta/recipes-devtools/valgrind/{valgrind_3.18.1.bb => valgrind_3.19.0.bb} (95%) diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Fix-drd-tests-shared_timed_mutex.cpp.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Fix-drd-tests-shared_timed_mutex.cpp.patch new file mode 100644 index 0000000000..738bf87c92 --- /dev/null +++ b/meta/recipes-devtools/valgrind/valgrind/0001-Fix-drd-tests-shared_timed_mutex.cpp.patch @@ -0,0 +1,26 @@ +From 900b3f9b0765488f0e1f457ff5d5d1e3efe897de Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Wed, 27 Apr 2022 10:01:22 +0200 +Subject: [PATCH] Fix drd/tests/shared_timed_mutex.cpp + +Upstream-Status: Submitted [https://bugs.kde.org/show_bug.cgi?id=453055] +Signed-off-by: Alexander Kanavin +--- + drd/tests/shared_timed_mutex.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/drd/tests/shared_timed_mutex.cpp b/drd/tests/shared_timed_mutex.cpp +index 9741169..dfd97a4 100644 +--- a/drd/tests/shared_timed_mutex.cpp ++++ b/drd/tests/shared_timed_mutex.cpp +@@ -43,6 +43,7 @@ void g() + if (test_mutex.try_lock_shared_until(then)) + { + test_mutex.unlock_shared(); ++ break; + } + } + if (i == 3) +-- +2.30.2 + diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch deleted file mode 100644 index 81ab29f3be..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 1b5b6f827ac1153a41fc93e78bf34ccdf5720b9b Mon Sep 17 00:00:00 2001 -From: Randy MacLeod -Date: Fri, 19 Oct 2018 10:31:12 -0400 -Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc - -Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400162 - -Signed-off-by: Randy MacLeod ---- - memcheck/tests/linux/sys-statx.c | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/memcheck/tests/linux/sys-statx.c b/memcheck/tests/linux/sys-statx.c -index fe9f9ba45..473c2cd7f 100644 ---- a/memcheck/tests/linux/sys-statx.c -+++ b/memcheck/tests/linux/sys-statx.c -@@ -7,11 +7,16 @@ - #include - #include - #include -+ -+#if defined(__GLIBC__) && defined(__GLIBC_PREREQ) - #if __GLIBC_PREREQ(2,28) - /* struct statx provided in sys/stat.h */ - #else - #include - #endif -+#else -+#include -+#endif - #include - - int check_stat2; --- -2.17.0 - diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Implement-linux-rseq-syscall-as-ENOSYS.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Implement-linux-rseq-syscall-as-ENOSYS.patch deleted file mode 100644 index be1536980c..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0001-Implement-linux-rseq-syscall-as-ENOSYS.patch +++ /dev/null @@ -1,198 +0,0 @@ -From 1024237358f01009fe233cb1294f3b8211304eaa Mon Sep 17 00:00:00 2001 -From: Mark Wielaard -Date: Fri, 10 Dec 2021 17:41:59 +0100 -Subject: [PATCH] Implement linux rseq syscall as ENOSYS - -This implements rseq for amd64, arm, arm64, ppc32, ppc64, -s390x and x86 linux as ENOSYS (without warning). - -glibc will start using rseq to accelerate sched_getcpu, if -available. This would cause a warning from valgrind every -time a new thread is started. - -Real rseq (restartable sequences) support is pretty hard, so -for now just explicitly return ENOSYS (just like we do for clone3). - -Upstream-Status: Backport [ 1024237358f01009fe233cb1294f3b8211304eaa ] - -https://sourceware.org/pipermail/libc-alpha/2021-December/133656.html ---- - coregrind/m_syswrap/syswrap-amd64-linux.c | 2 ++ - coregrind/m_syswrap/syswrap-arm-linux.c | 1 + - coregrind/m_syswrap/syswrap-arm64-linux.c | 3 ++- - coregrind/m_syswrap/syswrap-ppc32-linux.c | 2 ++ - coregrind/m_syswrap/syswrap-ppc64-linux.c | 2 ++ - coregrind/m_syswrap/syswrap-s390x-linux.c | 2 ++ - coregrind/m_syswrap/syswrap-x86-linux.c | 2 ++ - include/vki/vki-scnums-arm-linux.h | 1 + - include/vki/vki-scnums-arm64-linux.h | 4 +++- - include/vki/vki-scnums-ppc32-linux.h | 1 + - include/vki/vki-scnums-ppc64-linux.h | 1 + - include/vki/vki-scnums-s390x-linux.h | 5 ++++- - 12 files changed, 23 insertions(+), 3 deletions(-) - -diff --git a/coregrind/m_syswrap/syswrap-amd64-linux.c b/coregrind/m_syswrap/syswrap-amd64-linux.c -index 5062324a1..18b25f80a 100644 ---- a/coregrind/m_syswrap/syswrap-amd64-linux.c -+++ b/coregrind/m_syswrap/syswrap-amd64-linux.c -@@ -862,6 +862,8 @@ static SyscallTableEntry syscall_table[] = { - - LINXY(__NR_statx, sys_statx), // 332 - -+ GENX_(__NR_rseq, sys_ni_syscall), // 334 -+ - LINX_(__NR_membarrier, sys_membarrier), // 324 - - LINX_(__NR_copy_file_range, sys_copy_file_range), // 326 -diff --git a/coregrind/m_syswrap/syswrap-arm-linux.c b/coregrind/m_syswrap/syswrap-arm-linux.c -index 556dd844b..d583cef0c 100644 ---- a/coregrind/m_syswrap/syswrap-arm-linux.c -+++ b/coregrind/m_syswrap/syswrap-arm-linux.c -@@ -1024,6 +1024,7 @@ static SyscallTableEntry syscall_main_table[] = { - LINX_(__NR_pwritev2, sys_pwritev2), // 393 - - LINXY(__NR_statx, sys_statx), // 397 -+ GENX_(__NR_rseq, sys_ni_syscall), // 398 - - LINXY(__NR_clock_gettime64, sys_clock_gettime64), // 403 - LINX_(__NR_clock_settime64, sys_clock_settime64), // 404 -diff --git a/coregrind/m_syswrap/syswrap-arm64-linux.c b/coregrind/m_syswrap/syswrap-arm64-linux.c -index b87107727..2066a38ea 100644 ---- a/coregrind/m_syswrap/syswrap-arm64-linux.c -+++ b/coregrind/m_syswrap/syswrap-arm64-linux.c -@@ -823,8 +823,9 @@ static SyscallTableEntry syscall_main_table[] = { - // (__NR_pkey_mprotect, sys_ni_syscall), // 288 - // (__NR_pkey_alloc, sys_ni_syscall), // 289 - // (__NR_pkey_free, sys_ni_syscall), // 290 -+ LINXY(__NR_statx, sys_statx), // 291 - -- LINXY(__NR_statx, sys_statx), // 397 -+ GENX_(__NR_rseq, sys_ni_syscall), // 293 - - LINXY(__NR_io_uring_setup, sys_io_uring_setup), // 425 - LINXY(__NR_io_uring_enter, sys_io_uring_enter), // 426 -diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c -index 6263ab845..637b2504e 100644 ---- a/coregrind/m_syswrap/syswrap-ppc32-linux.c -+++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c -@@ -1028,6 +1028,8 @@ static SyscallTableEntry syscall_table[] = { - - LINXY(__NR_statx, sys_statx), // 383 - -+ GENX_(__NR_rseq, sys_ni_syscall), // 387 -+ - LINXY(__NR_clock_gettime64, sys_clock_gettime64), // 403 - LINX_(__NR_clock_settime64, sys_clock_settime64), // 404 - -diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c -index a26b41c32..93956d3cc 100644 ---- a/coregrind/m_syswrap/syswrap-ppc64-linux.c -+++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c -@@ -1019,6 +1019,8 @@ static SyscallTableEntry syscall_table[] = { - - LINXY(__NR_statx, sys_statx), // 383 - -+ GENX_(__NR_rseq, sys_ni_syscall), // 387 -+ - LINXY(__NR_io_uring_setup, sys_io_uring_setup), // 425 - LINXY(__NR_io_uring_enter, sys_io_uring_enter), // 426 - LINXY(__NR_io_uring_register, sys_io_uring_register), // 427 -diff --git a/coregrind/m_syswrap/syswrap-s390x-linux.c b/coregrind/m_syswrap/syswrap-s390x-linux.c -index 5c9209859..73f9684c4 100644 ---- a/coregrind/m_syswrap/syswrap-s390x-linux.c -+++ b/coregrind/m_syswrap/syswrap-s390x-linux.c -@@ -860,6 +860,8 @@ static SyscallTableEntry syscall_table[] = { - - LINXY(__NR_statx, sys_statx), // 379 - -+ GENX_(__NR_rseq, sys_ni_syscall), // 381 -+ - LINXY(__NR_io_uring_setup, sys_io_uring_setup), // 425 - LINXY(__NR_io_uring_enter, sys_io_uring_enter), // 426 - LINXY(__NR_io_uring_register, sys_io_uring_register), // 427 -diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c -index 1d8f45d33..8662ff501 100644 ---- a/coregrind/m_syswrap/syswrap-x86-linux.c -+++ b/coregrind/m_syswrap/syswrap-x86-linux.c -@@ -1619,6 +1619,8 @@ static SyscallTableEntry syscall_table[] = { - /* Explicitly not supported on i386 yet. */ - GENX_(__NR_arch_prctl, sys_ni_syscall), // 384 - -+ GENX_(__NR_rseq, sys_ni_syscall), // 386 -+ - LINXY(__NR_clock_gettime64, sys_clock_gettime64), // 403 - LINX_(__NR_clock_settime64, sys_clock_settime64), // 404 - -diff --git a/include/vki/vki-scnums-arm-linux.h b/include/vki/vki-scnums-arm-linux.h -index ff560e19d..485db8b26 100644 ---- a/include/vki/vki-scnums-arm-linux.h -+++ b/include/vki/vki-scnums-arm-linux.h -@@ -432,6 +432,7 @@ - #define __NR_pkey_alloc 395 - #define __NR_pkey_free 396 - #define __NR_statx 397 -+#define __NR_rseq 398 - - - -diff --git a/include/vki/vki-scnums-arm64-linux.h b/include/vki/vki-scnums-arm64-linux.h -index 9aa3b2b5f..acdfb39c6 100644 ---- a/include/vki/vki-scnums-arm64-linux.h -+++ b/include/vki/vki-scnums-arm64-linux.h -@@ -323,9 +323,11 @@ - #define __NR_pkey_alloc 289 - #define __NR_pkey_free 290 - #define __NR_statx 291 -+#define __NR_io_pgetevents 291 -+#define __NR_rseq 293 - - #undef __NR_syscalls --#define __NR_syscalls 292 -+#define __NR_syscalls 294 - - ///* - // * All syscalls below here should go away really, -diff --git a/include/vki/vki-scnums-ppc32-linux.h b/include/vki/vki-scnums-ppc32-linux.h -index 6987ad941..08fa77df0 100644 ---- a/include/vki/vki-scnums-ppc32-linux.h -+++ b/include/vki/vki-scnums-ppc32-linux.h -@@ -415,6 +415,7 @@ - #define __NR_pkey_alloc 384 - #define __NR_pkey_free 385 - #define __NR_pkey_mprotect 386 -+#define __NR_rseq 387 - - #endif /* __VKI_SCNUMS_PPC32_LINUX_H */ - -diff --git a/include/vki/vki-scnums-ppc64-linux.h b/include/vki/vki-scnums-ppc64-linux.h -index 6827964fd..a76fa6d32 100644 ---- a/include/vki/vki-scnums-ppc64-linux.h -+++ b/include/vki/vki-scnums-ppc64-linux.h -@@ -407,6 +407,7 @@ - #define __NR_pkey_alloc 384 - #define __NR_pkey_free 385 - #define __NR_pkey_mprotect 386 -+#define __NR_rseq 387 - - #endif /* __VKI_SCNUMS_PPC64_LINUX_H */ - -diff --git a/include/vki/vki-scnums-s390x-linux.h b/include/vki/vki-scnums-s390x-linux.h -index 6487e20c9..869c04584 100644 ---- a/include/vki/vki-scnums-s390x-linux.h -+++ b/include/vki/vki-scnums-s390x-linux.h -@@ -342,8 +342,11 @@ - #define __NR_s390_guarded_storage 378 - #define __NR_statx 379 - #define __NR_s390_sthyi 380 -+#define __NR_kexec_file_load 381 -+#define __NR_io_pgetevents 382 -+#define __NR_rseq 383 - --#define NR_syscalls 381 -+#define NR_syscalls 384 - - /* - * There are some system calls that are not present on 64 bit, some --- -2.30.2 - diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch b/meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch deleted file mode 100644 index 8f771ed0bd..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 568224da7e647d00abf14a7160997689d9745c89 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 10 Jun 2017 00:39:07 -0700 -Subject: [PATCH] str_tester.c: Limit rawmemchr() test to glibc - -rawmemchr() is a GNU extention therefore mark it so - -Signed-off-by: Khem Raj -Upstream-Status: Pending ---- - memcheck/tests/str_tester.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/memcheck/tests/str_tester.c b/memcheck/tests/str_tester.c -index 7c2ff1e..8b82ced 100644 ---- a/memcheck/tests/str_tester.c -+++ b/memcheck/tests/str_tester.c -@@ -504,7 +504,7 @@ test_strchrnul (void) - #endif - - // DDD: better done by testing for the function. --#if !defined(__APPLE__) && !defined(__sun) && !defined(__FreeBSD__) -+#if !defined(__APPLE__) && !defined(__sun) && !defined(__FreeBSD__) && defined(__GLIBC__) - static void - test_rawmemchr (void) - { -@@ -1451,7 +1451,7 @@ main (void) - test_strchrnul (); - # endif - --# if !defined(__APPLE__) && !defined(__sun) && !defined(__FreeBSD__) -+# if !defined(__APPLE__) && !defined(__sun) && !defined(__FreeBSD__) && defined(__GLIBC__) - /* rawmemchr. */ - test_rawmemchr (); - # endif diff --git a/meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch b/meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch deleted file mode 100644 index 9a25b67961..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch +++ /dev/null @@ -1,176 +0,0 @@ -From 59e3190e9121c5439d54298b083b44c5c3794a7f Mon Sep 17 00:00:00 2001 -From: Randy MacLeod -Date: Tue, 16 Oct 2018 21:01:04 -0400 -Subject: [PATCH] Fix out of tree builds. - -The paths to these files need to be fully specified in -the out of tree build case. glibc-2.X.supp is a generated file so the -full path -is deliberately not specified in that case. - -RP 2013/03/23 - -Patch refreshed for valgrind-3.14.0. - -Upstream-Status: Submitted [https://bugs.kde.org/show_bug.cgi?id=445211] - -Signed-off-by: Alexander Kanavin -Signed-off-by: Randy MacLeod - ---- - configure.ac | 62 ++++++++++++++++++++++++++-------------------------- - 1 file changed, 31 insertions(+), 31 deletions(-) - -diff --git a/configure.ac b/configure.ac -index b851798..d360896 100755 ---- a/configure.ac -+++ b/configure.ac -@@ -447,50 +447,50 @@ case "${host_os}" in - 9.*) - AC_MSG_RESULT([Darwin 9.x (${kernel}) / Mac OS X 10.5 Leopard]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_5, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin9.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin9-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin9.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin9-drd.supp ${DEFAULT_SUPP}" - ;; - 10.*) - AC_MSG_RESULT([Darwin 10.x (${kernel}) / Mac OS X 10.6 Snow Leopard]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_6, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin10.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 11.*) - AC_MSG_RESULT([Darwin 11.x (${kernel}) / Mac OS X 10.7 Lion]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_7, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin11.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin11.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 12.*) - AC_MSG_RESULT([Darwin 12.x (${kernel}) / Mac OS X 10.8 Mountain Lion]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_8, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin12.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin12.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 13.*) - AC_MSG_RESULT([Darwin 13.x (${kernel}) / Mac OS X 10.9 Mavericks]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_9, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin13.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin13.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 14.*) - AC_MSG_RESULT([Darwin 14.x (${kernel}) / Mac OS X 10.10 Yosemite]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_10, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin14.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin14.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 15.*) - AC_MSG_RESULT([Darwin 15.x (${kernel}) / Mac OS X 10.11 El Capitan]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_11, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin15.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin15.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 16.*) - AC_MSG_RESULT([Darwin 16.x (${kernel}) / macOS 10.12 Sierra]) - AC_DEFINE([DARWIN_VERS], DARWIN_10_12, [Darwin / Mac OS X version]) -- DEFAULT_SUPP="darwin16.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin16.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/darwin10-drd.supp ${DEFAULT_SUPP}" - ;; - 17.*) - AC_MSG_RESULT([Darwin 17.x (${kernel}) / macOS 10.13 High Sierra]) -@@ -515,7 +515,7 @@ case "${host_os}" in - DEFAULT_SUPP="solaris12.supp ${DEFAULT_SUPP}" - ;; - *) -- DEFAULT_SUPP="solaris11.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/solaris11.supp ${DEFAULT_SUPP}" - ;; - esac - ;; -@@ -523,7 +523,7 @@ case "${host_os}" in - solaris2.12*) - AC_MSG_RESULT([ok (${host_os})]) - VGCONF_OS="solaris" -- DEFAULT_SUPP="solaris12.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/solaris12.supp ${DEFAULT_SUPP}" - ;; - - *) -@@ -1237,15 +1237,15 @@ AC_MSG_CHECKING([the glibc version]) - case "${GLIBC_VERSION}" in - 2.2) - AC_MSG_RESULT(${GLIBC_VERSION} family) -- DEFAULT_SUPP="glibc-2.2.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.2-LinuxThreads-helgrind.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.2.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.2-LinuxThreads-helgrind.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-drd.supp ${DEFAULT_SUPP}" - ;; - 2.[[3-6]]) - AC_MSG_RESULT(${GLIBC_VERSION} family) -- DEFAULT_SUPP="glibc-${GLIBC_VERSION}.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-${GLIBC_VERSION}.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-drd.supp ${DEFAULT_SUPP}" - ;; - 2.[[7-9]]) - AC_MSG_RESULT(${GLIBC_VERSION} family) -@@ -1258,8 +1258,8 @@ case "${GLIBC_VERSION}" in - AC_DEFINE([GLIBC_MANDATORY_STRLEN_REDIRECT], 1, - [Define to 1 if strlen() has been optimized heavily (amd64 glibc >= 2.10)]) - DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-drd.supp ${DEFAULT_SUPP}" - ;; - 2.*) - AC_MSG_RESULT(${GLIBC_VERSION} family) -@@ -1268,8 +1268,8 @@ case "${GLIBC_VERSION}" in - AC_DEFINE([GLIBC_MANDATORY_INDEX_AND_STRLEN_REDIRECT], 1, - [Define to 1 if index() and strlen() have been optimized heavily (x86 glibc >= 2.12)]) - DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-helgrind.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/glibc-2.X-drd.supp ${DEFAULT_SUPP}" - ;; - darwin) - AC_MSG_RESULT(Darwin) -@@ -1284,7 +1284,7 @@ case "${GLIBC_VERSION}" in - bionic) - AC_MSG_RESULT(Bionic) - AC_DEFINE([BIONIC_LIBC], 1, [Define to 1 if you're using Bionic]) -- DEFAULT_SUPP="bionic.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/bionic.supp ${DEFAULT_SUPP}" - ;; - solaris) - AC_MSG_RESULT(Solaris) -@@ -1313,8 +1313,8 @@ if test "$VGCONF_OS" != "solaris"; then - # attempt to detect whether such libraries are installed on the - # build machine (or even if any X facilities are present); just - # add the suppressions antidisirregardless. -- DEFAULT_SUPP="xfree-4.supp ${DEFAULT_SUPP}" -- DEFAULT_SUPP="xfree-3.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/xfree-4.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="$srcdir/xfree-3.supp ${DEFAULT_SUPP}" - fi - - diff --git a/meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch b/meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch deleted file mode 100644 index 02241781d9..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch +++ /dev/null @@ -1,28 +0,0 @@ -From ace5fe19b3f13039d5d6bd5d99d54c20ea79e09c Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 10 Jun 2017 01:07:59 -0700 -Subject: [PATCH] tc20_verifywrap.c: Fake __GLIBC_PREREQ with musl - -similar to sun - -Upstream-Status: Pending - -Signed-off-by: Khem Raj - ---- - helgrind/tests/tc20_verifywrap.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/helgrind/tests/tc20_verifywrap.c b/helgrind/tests/tc20_verifywrap.c -index ae97bde..db2eb70 100644 ---- a/helgrind/tests/tc20_verifywrap.c -+++ b/helgrind/tests/tc20_verifywrap.c -@@ -20,7 +20,7 @@ - - #if !defined(__APPLE__) && !defined(__FreeBSD__) - --#if defined(__sun__) -+#if defined(__sun__) || (defined(__linux__) && !defined(__GLIBC__)) - /* Fake __GLIBC_PREREQ on Solaris. Pretend glibc >= 2.4. */ - # define __GLIBC_PREREQ - #else diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb similarity index 95% rename from meta/recipes-devtools/valgrind/valgrind_3.18.1.bb rename to meta/recipes-devtools/valgrind/valgrind_3.19.0.bb index 0c297ad6b9..6e3234be6b 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb @@ -19,22 +19,18 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ file://remove-for-aarch64 \ file://remove-for-all \ file://taskset_nondeterministic_tests \ - file://0004-Fix-out-of-tree-builds.patch \ file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \ file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \ file://avoid-neon-for-targets-which-don-t-support-it.patch \ file://valgrind-make-ld-XXX.so-strlen-intercept-optional.patch \ file://0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch \ - file://0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch \ file://0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch \ file://0002-context-APIs-are-not-available-on-musl.patch \ file://0003-correct-include-directive-path-for-config.h.patch \ - file://0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch \ file://0001-memcheck-arm64-Define-__THROW-if-not-already-defined.patch \ file://0002-memcheck-x86-Define-__THROW-if-not-defined.patch \ file://0003-tests-seg_override-Replace-__modify_ldt-with-syscall.patch \ file://0001-fix-opcode-not-supported-on-mips32-linux.patch \ - file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \ file://0001-Make-local-functions-static-to-avoid-assembler-error.patch \ file://0001-Return-a-valid-exit_code-from-vg_regtest.patch \ file://0001-valgrind-filter_xml_frames-do-not-filter-usr.patch \ @@ -42,10 +38,10 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ file://s390x_vec_op_t.patch \ file://0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch \ file://0001-memcheck-tests-Fix-timerfd-syscall-test.patch \ - file://0001-Implement-linux-rseq-syscall-as-ENOSYS.patch \ file://0001-docs-Disable-manual-validation.patch \ + file://0001-Fix-drd-tests-shared_timed_mutex.cpp.patch \ " -SRC_URI[sha256sum] = "00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5" +SRC_URI[sha256sum] = "dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02" UPSTREAM_CHECK_REGEX = "valgrind-(?P\d+(\.\d+)+)\.tar" COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux' @@ -145,9 +141,10 @@ SKIP_FILEDEPS:${PN}-ptest = '1' INSANE_SKIP:${PN}-ptest = "debug-deps" do_compile_ptest() { - oe_runmake check + oe_runmake ${PARALLEL_MAKE} check } + do_install_ptest() { chmod +x ${B}/tests/vg_regtest @@ -237,6 +234,9 @@ do_install_ptest() { # This is known failure see https://bugs.kde.org/show_bug.cgi?id=435732 rm ${D}${PTEST_PATH}/memcheck/tests/leak_cpp_interior.vgtest + # https://bugs.kde.org/show_bug.cgi?id=445743 + rm ${D}${PTEST_PATH}/drd/tests/pth_mutex_signal + # As the binary isn't stripped or debug-splitted, the source file isn't fetched # via dwarfsrcfiles either, so it needs to be installed manually. mkdir -p ${D}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/${BP}/none/tests/ From patchwork Wed Apr 27 08:40:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7223 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 1AACFC46467 for ; Wed, 27 Apr 2022 08:40:27 +0000 (UTC) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mx.groups.io with SMTP id smtpd.web12.5855.1651048826096252627 for ; Wed, 27 Apr 2022 01:40:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NSAYtY0z; spf=pass (domain: gmail.com, ip: 209.85.208.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f43.google.com with SMTP id p18so1086747edr.7 for ; Wed, 27 Apr 2022 01:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=VfhBUVK/ovN3goBcDFRvp4sLmEI41Qyk0820v/SAe1I=; b=NSAYtY0zktWyCDHaMfye/Hamb6gGNOHk+TWVQUW1ortJPI7PyKPll15d5whZoqdMlH ZWLg2EAo1sLGoJKX2/vvMNb8qpfPdojEIqKP9kFY3y0BHW6Io2f8JgKHxe9PFTrXWA60 lpJOugo8p5LNx4icQqB6uQ+2lPNmTkVAr6Km9geZnOHCFg8EkT/HoOACfCtdkAF2ZHk0 2n0Kmd74FTgpVZtaW2HqpJ3EnKo/QE0ucHm/k23p2t+Qa7E6qK6bVDO0GaI02JRJGigh epkgecsKzcfvWvQRhexu9cJzQUQ1c1kObMdw8GImu7MviDm/iFqpHWru2KKSkdQ3vCd7 x5PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VfhBUVK/ovN3goBcDFRvp4sLmEI41Qyk0820v/SAe1I=; b=Wkbb7F/xw3IGQDlPENzvX2z7orBU3I36oKcZrVRK5sNuh5DsPM3iQxKRknXZf/8/zB PjhkphWwO4xbGtjBgQIaPJjsy4OgIyyhE45fj0f2MBOdKIisLd0eoZGZBhL/la193pf+ lH6PhuOxFhPdQLyxnzIXSbWO1pGGpRpJGCYuFwlOoa4xUOBAVmLnDySGecztIvl1fN4x lNpQeouYPeDfxpVyM8FAvTiGuqDqt6s/jSTPge3Vp8znYX+B65McyBN8U2cD0utB8kmP bxioOVjrNLXR+HPIfEy8gcEsb2STAWXnwoFNGCuTdhkzmDyYkPdms7ZgHgTSmRqttm+d rXbw== X-Gm-Message-State: AOAM532+b47cp9Jkoe1kjcuikjZausa4x/jQGjYIbR+Y2hBN+AGWcpNN Pcmg6+RS5w+rfbbgSDvgUe28FhiYwbw= X-Google-Smtp-Source: ABdhPJyymuzRvL5asOeoBdGQrue2vV+agIcnKQSPSKvfAVBMAd4/d8WrxZiww+aty6Zx5tKtd2eRpw== X-Received: by 2002:aa7:dcd5:0:b0:425:e49f:db86 with SMTP id w21-20020aa7dcd5000000b00425e49fdb86mr16137546edu.202.1651048824698; Wed, 27 Apr 2022 01:40:24 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:24 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 14/18] icu: update 70.1 -> 71.1 Date: Wed, 27 Apr 2022 10:40:05 +0200 Message-Id: <20220427084009.3406717-14-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164905 License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-support/icu/{icu_70.1.bb => icu_71.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/icu/{icu_70.1.bb => icu_71.1.bb} (95%) diff --git a/meta/recipes-support/icu/icu_70.1.bb b/meta/recipes-support/icu/icu_71.1.bb similarity index 95% rename from meta/recipes-support/icu/icu_70.1.bb rename to meta/recipes-support/icu/icu_71.1.bb index dd684fe5b9..d8ef2a3746 100644 --- a/meta/recipes-support/icu/icu_70.1.bb +++ b/meta/recipes-support/icu/icu_71.1.bb @@ -83,7 +83,7 @@ FILES:libicuio = "${libdir}/libicuio.so.*" BBCLASSEXTEND = "native nativesdk" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=dc9d616e558490c389609a0e8b81ae6d" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=a89d03060ff9c46552434dbd1fe3ed1f" def icu_download_version(d): pvsplit = d.getVar('PV').split('.') @@ -112,8 +112,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \ SRC_URI:append:class-target = "\ file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ " -SRC_URI[code.sha256sum] = "8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5" -SRC_URI[data.sha256sum] = "c72723ddba3300ffb231d6b09e2a728ea6e89de10ed5927f74bacbd77042336e" +SRC_URI[code.sha256sum] = "67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf" +SRC_URI[data.sha256sum] = "e3882b4fece6e5e039f22c3189b7ba224180fd26fdbfa9db284617455b93e804" UPSTREAM_CHECK_REGEX = "icu4c-(?P\d+(_\d+)+)-src" UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" From patchwork Wed Apr 27 08:40:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7229 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 232A9C4332F for ; Wed, 27 Apr 2022 08:40:37 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web12.5856.1651048826920243008 for ; Wed, 27 Apr 2022 01:40:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=PPnd4BPK; spf=pass (domain: gmail.com, ip: 209.85.208.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id g20so1090081edw.6 for ; Wed, 27 Apr 2022 01:40:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EawDs59+qVBMncqzTviwYKGCmqdnKNsAlIotb6V7JTY=; b=PPnd4BPKhFIrJq/+BIBjvXW59hL2che0vVdSfWkqPOWRMbWrrWZIlwoPFjhp+3BcmF SBfbJdyI3dZpazbO3wPnb3z0pu1oixDBdYhNP7YhGqRnMJCfUmJAUlyMGv7QUTC0qQkR gpXah70uewfG26IpYsZ/HyUH3+j8j03YpNsDYvonk93EKPXxdRk5A305cuc8bpX3FDO6 OLHlbLKh7pahqCG8hCwswDmPq/xBnJ8uB//YbVjHjAs1CvV7gTH+VD9bI1sg85yTqnI8 1XnPcvFTyFU0gA0nCB5rSoN+3jN2WiscEATVX+8lvbBTfFXQhJGJnFUr9J+geYWSz/FN Q0vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EawDs59+qVBMncqzTviwYKGCmqdnKNsAlIotb6V7JTY=; b=iZncCvWhu/hLQSt/gNie/zKmR8Pd7m4PVES3Soz++86sPfkfUPGZK6ZC9YGRnvWBO9 nfcToLi2+smFH2BcpP//TBQPVpliDJ45dr1f+SJi9D4o7GrSEUDJISfibXBm0HBe52Fg Qm+LYWJpd9pC2xgoJTpgv2nJxrCfNjfKFxvB9/x0WfnisBTJL5/Ac8GBTDWm+F3jLWRO nzanSfx0yNyAx0D/hHLmSwK6n8n3bpWVHfm/ECLrcc3CBy6Pr0sGBGffDzdVu3nsv2Wf mJhlt8Ej5sOEQnY/KHq3bzFI1fwj90FVdrfDyGch08u0CgoWrdGhcDXegtJnhtO8Ik0C iF0A== X-Gm-Message-State: AOAM531ULMSOqEDd8JbqbHGnACXH7qooj0LQt1C5E/O+dGlBqw2dhPA4 GmaZbk+sSmPWLZp+hYUyuTa0K0BY2B8= X-Google-Smtp-Source: ABdhPJxbj+UKcGVZJwQTSS5TLX49gqZZR/1Ka2la8vMC+HibuHjdIfcgj33o3lTIFDRNg45RkL7hlg== X-Received: by 2002:a05:6402:d0e:b0:413:3d99:f2d6 with SMTP id eb14-20020a0564020d0e00b004133d99f2d6mr29202218edb.189.1651048825459; Wed, 27 Apr 2022 01:40:25 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:24 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 15/18] libcap-ng: update 0.8.2 -> 0.8.3 Date: Wed, 27 Apr 2022 10:40:06 +0200 Message-Id: <20220427084009.3406717-15-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164906 Remove upstreamed patch. Signed-off-by: Alexander Kanavin --- ...hon_0.8.2.bb => libcap-ng-python_0.8.3.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 6 +- .../libcap-ng/libcap-ng/determinism.patch | 59 ------------------- ...{libcap-ng_0.8.2.bb => libcap-ng_0.8.3.bb} | 0 4 files changed, 2 insertions(+), 63 deletions(-) rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.2.bb => libcap-ng-python_0.8.3.bb} (100%) delete mode 100644 meta/recipes-support/libcap-ng/libcap-ng/determinism.patch rename meta/recipes-support/libcap-ng/{libcap-ng_0.8.2.bb => libcap-ng_0.8.3.bb} (100%) diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 57fcd50d9f..55e3287396 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc @@ -7,11 +7,9 @@ LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" -SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ - file://determinism.patch \ -" +SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz" -SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" +SRC_URI[sha256sum] = "bed6f6848e22bb2f83b5f764b2aef0ed393054e803a8e3a8711cb2a39e6b492d" EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" diff --git a/meta/recipes-support/libcap-ng/libcap-ng/determinism.patch b/meta/recipes-support/libcap-ng/libcap-ng/determinism.patch deleted file mode 100644 index fbb7380f56..0000000000 --- a/meta/recipes-support/libcap-ng/libcap-ng/determinism.patch +++ /dev/null @@ -1,59 +0,0 @@ -[PATCH] bindings/python: Allow hardcoded path to capability.h to be overridden - -Currently the path to capability.h is hardcoded. When cross compiling -the host capabiity.h may be different to the target copy, leading -to different options being encoded in the python bindings than -expected. This causes a reproducibility issue amongst other potential -problems. - -Add a configure option to optionally specify the right path to the -correct header as its probably safer/more reliable than trying to -query the compiler to get the header path. - -Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org -Upstream-Status: Submitted [https://github.com/stevegrubb/libcap-ng/pull/30] - -Index: libcap-ng-0.8.2/configure.ac -=================================================================== ---- libcap-ng-0.8.2.orig/configure.ac -+++ libcap-ng-0.8.2/configure.ac -@@ -63,6 +63,13 @@ AC_CHECK_HEADERS(sys/vfs.h, [ - AC_CHECK_HEADERS(linux/magic.h, [] [AC_MSG_WARN(linux/magic.h is required in order to verify procfs.)]) - ], [AC_MSG_WARN(sys/vfs.h is required in order to verify procfs.)]) - -+ -+AC_ARG_WITH([capability_header], -+ [AS_HELP_STRING([--with-capability_header=path : path to cpapbility.h])], -+ [CAPABILITY_HEADER=$withval], -+ [CAPABILITY_HEADER=/usr/include/linux/capability.h]) -+AC_SUBST(CAPABILITY_HEADER) -+ - AC_C_CONST - AC_C_INLINE - AM_PROG_CC_C_O -Index: libcap-ng-0.8.2/bindings/python3/Makefile.am -=================================================================== ---- libcap-ng-0.8.2.orig/bindings/python3/Makefile.am -+++ libcap-ng-0.8.2/bindings/python3/Makefile.am -@@ -41,7 +41,7 @@ nodist__capng_la_SOURCES = capng_wrap.c - capng.py capng_wrap.c: ${srcdir}/../src/capng_swig.i caps.h capng.h - swig -o capng_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} ${srcdir}/../src/capng_swig.i - caps.h: -- cat /usr/include/linux/capability.h | grep '^#define CAP' | grep -v '[()]' > caps.h -+ cat $(CAPABILITY_HEADER) | grep '^#define CAP' | grep -v '[()]' > caps.h - capng.h: - cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h - -Index: libcap-ng-0.8.2/bindings/python/Makefile.am -=================================================================== ---- libcap-ng-0.8.2.orig/bindings/python/Makefile.am -+++ libcap-ng-0.8.2/bindings/python/Makefile.am -@@ -38,7 +38,7 @@ nodist__capng_la_SOURCES = capng_wrap.c - capng.py capng_wrap.c: ${srcdir}/../src/capng_swig.i caps.h capng.h - swig -o capng_wrap.c ${SWIG_FLAGS} ${SWIG_INCLUDES} ${srcdir}/../src/capng_swig.i - caps.h: -- cat /usr/include/linux/capability.h | grep '^#define CAP' | grep -v '[()]' > caps.h -+ cat $(CAPABILITY_HEADER) | grep '^#define CAP' | grep -v '[()]' > caps.h - capng.h: - cat ${top_srcdir}/src/cap-ng.h | grep -v '_state' > capng.h - diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.3.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb rename to meta/recipes-support/libcap-ng/libcap-ng_0.8.3.bb From patchwork Wed Apr 27 08:40:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7226 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 1CCC8C433EF for ; Wed, 27 Apr 2022 08:40:37 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mx.groups.io with SMTP id smtpd.web11.5852.1651048828141671355 for ; Wed, 27 Apr 2022 01:40:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VHCazB/1; spf=pass (domain: gmail.com, ip: 209.85.218.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f51.google.com with SMTP id l18so1951201ejc.7 for ; Wed, 27 Apr 2022 01:40:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SUF6ObAJE09peQNS7rbAb3R0OYB0rI/IgjYHxR+SzSw=; b=VHCazB/162rXqOPVEzFILQMooWeHWuclUCCFPVWXr9lFz0DU2mLfO8TYH/khuxrV0o aOsFGwKrwTk3VKRkMe1hyTgULVpkfqQUdhKouGGe82dfsZghZ3ORCSxHuCD55oTu92O1 Rq+YXAaV8RYw/xYYa/Llm46RWh8MJy8ivdQVO6n7JZIHvLpzoBZSjhwlmQuWAhWBb3G3 DXupbgx1s+gGPwpQaLHLYrCjpDZbu6xmKTisY90oDVN+c+3k455ccs82aV7uu90QLOrQ fbeWVYj4Zy14/QrxCx1GsibTSu0R4Pj+H3SETwSTD9B7bYeb4lbFZsWyTQ2Fke6HpxjP KZKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SUF6ObAJE09peQNS7rbAb3R0OYB0rI/IgjYHxR+SzSw=; b=MXlXjz4ms/FOc9oTB3/4GqTufaIWAN8aFdXWOUEnuc0p6PO51+1cD9H51CRtUTrK0g cPX4E2jp0odQz7R+sIQ1hXwY7gObt+YaFjt54wNdRUf/5aan5StPHoOGtbosl+q2SHV1 6m2tPiZ0VBBGHEMjNq0qtdzsX/OfdUx2hSEowWD0+Ytawc4sCs/wWOd5EN63/9pWHF50 hNkruzfYAoyCkapCace82+5w0yVC04hR76SOwssLilhwKLYWb6PKdfR3/43Qor+ywOTu PgL5MTcN0SMZcqmbp+WeuQS68QeUnYZf5oTlFpuid0RQ4CByvlgCEA97y+LNtqO1S7kp Gqig== X-Gm-Message-State: AOAM530c90B94jiUOhghgVbKz90qgFCNb1J0KoGbyJrkFCNH6XyJJuFI QpbDwHQRbIgWCPCXqUV4NgJTI5nza88= X-Google-Smtp-Source: ABdhPJxT3bcZCM6GzV2pUEowvleitrzwHY3/Moohurj3viWwjLvHPsHPKOOwGnK6buxx15qw4I0gYA== X-Received: by 2002:a17:907:7252:b0:6df:75cc:615e with SMTP id ds18-20020a170907725200b006df75cc615emr25525385ejc.683.1651048826734; Wed, 27 Apr 2022 01:40:26 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:26 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 16/18] libgpg-error: 1.44 -> 1.45 Date: Wed, 27 Apr 2022 10:40:07 +0200 Message-Id: <20220427084009.3406717-16-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164907 Signed-off-by: Alexander Kanavin --- .../libgpg-error/libgpg-error/pkgconfig.patch | 13 +++++++------ .../{libgpg-error_1.44.bb => libgpg-error_1.45.bb} | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.44.bb => libgpg-error_1.45.bb} (95%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 6b9b623b54..82bb4cdb47 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,4 +1,4 @@ -From 52aae746760ce5b88e61ce994f5055e4ce809821 Mon Sep 17 00:00:00 2001 +From 0214d886d0153f7288f81213c47dc50f3b9fde20 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 29 Mar 2018 15:12:17 +0800 Subject: [PATCH] support pkgconfig @@ -14,14 +14,14 @@ Signed-off-by: Armin Kuster Signed-off-by: Zheng Ruoqin --- - src/gpg-error.m4 | 160 +---------------------------------------------- - 1 file changed, 3 insertions(+), 157 deletions(-) + src/gpg-error.m4 | 161 +---------------------------------------------- + 1 file changed, 3 insertions(+), 158 deletions(-) diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 -index 56a5d07..28920ae 100644 +index 4b5cd40..c9978d6 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 -@@ -27,157 +27,12 @@ dnl is added to the gpg_config_script_warn variable. +@@ -27,158 +27,12 @@ dnl is added to the gpg_config_script_warn variable. dnl AC_DEFUN([AM_PATH_GPG_ERROR], [ AC_REQUIRE([AC_CANONICAL_HOST]) @@ -137,6 +137,7 @@ index 56a5d07..28920ae 100644 - fi - elif test "$GPG_ERROR_CONFIG" != "no"; then - gpg_error_config_version=`$GPG_ERROR_CONFIG --version` +- unset GPGRT_CONFIG - fi - if test "$GPG_ERROR_CONFIG" != "no"; then - req_major=`echo $min_gpg_error_version | \ @@ -182,7 +183,7 @@ index 56a5d07..28920ae 100644 fi if test x"$gpg_error_config_host" != xnone ; then if test x"$gpg_error_config_host" != x"$host" ; then -@@ -193,15 +48,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR], +@@ -194,15 +48,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR], fi fi else diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.45.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.44.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.45.bb index f5b482f4c9..ff3a673df2 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.45.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9" +SRC_URI[sha256sum] = "570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26" BINCONFIG = "${bindir}/gpg-error-config" From patchwork Wed Apr 27 08:40:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7228 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 1E1CEC433FE for ; Wed, 27 Apr 2022 08:40:37 +0000 (UTC) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web12.5857.1651048829201595562 for ; Wed, 27 Apr 2022 01:40:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=m6pLGtGL; spf=pass (domain: gmail.com, ip: 209.85.218.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id gh6so2048074ejb.0 for ; Wed, 27 Apr 2022 01:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2S+ICtkcbKw3MtWaIbk6oJeb3BYfjou8hFd7P4w37PM=; b=m6pLGtGL0OI3kOW4tsEIqha3pg8wAqVyZoXUhaRF/X212KXICODPXA9uItfuXWT2IM bEQjFuZOKdGony3xV9r3BnbpEYuCk6hwPR0w6VOyurtmjCQMrkqtd8UEDiDKYPb60Yk6 Cr2dN7ZNV2nAqWMkCtA61bAa87Dq8++S/Wbi012gtzbXxJMenheWay9FqZU0QN5iqwZo CyykW59mM8Wo2IGqHHjekCDDmzOdVRfz3QrmJR/MVBUVWSU1LtsYDyy0FAdoiS1WSogu smaNXZiJIoLTsyd7qqzhQUJ/yY+ke95bWA5Cwu7hChCsD2fuLYz4UC4lw0MPw2HukOSf IpWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2S+ICtkcbKw3MtWaIbk6oJeb3BYfjou8hFd7P4w37PM=; b=Ss/uYnbTmWyZ1A8UimAVSFNcwKu+ss32guc6YnXY4xC/jmtVdGBylCid9CczPuttPe VpvjY/GKTw9vm0Jeg0IouLgXzImLclyrNT/QhVTC2YnaUs0fmtTZZO9haiGlIGJe28oo 8OhqBGAz7oOiQ2nzWSHrjRng1+QXRKiV/v6qqhEx2fgyb2mgcifu1vlcTu6RP2ldBP19 PdgPGz8a4uKvPrblIHgqBe0qiLEPbYvHYGiPZ/tnSNWAqJ/3eEBJjTRZcd1twsz4UWxQ ++b5vDnytO4UWSVLKFaI5KVphNAh+sWJvlI7L2ag395P3gVNdvYqxsAs064khNYaaslj teQg== X-Gm-Message-State: AOAM530ITqJrvWm9zua8mWODNHjSEeL6wINN2fxmp7kQZKJ79hCJZ/6+ CXC+aLM4VwWdxIkwG9Y4TRMoi5FIPIM= X-Google-Smtp-Source: ABdhPJyfQngFW3liFf0wUvEaEV2wqj/A/mzV7fQchNpQfg6faibJtRYmDPAujt4wnehBO04Np2uLhg== X-Received: by 2002:a17:906:d288:b0:6f3:cb6f:428f with SMTP id ay8-20020a170906d28800b006f3cb6f428fmr1341937ejb.332.1651048827833; Wed, 27 Apr 2022 01:40:27 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:27 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 17/18] cmake: update 3.23.0 -> 3.23.1 Date: Wed, 27 Apr 2022 10:40:08 +0200 Message-Id: <20220427084009.3406717-17-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164908 Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.23.0.bb => cmake-native_3.23.1.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.23.0.bb => cmake_3.23.1.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_3.23.0.bb => cmake-native_3.23.1.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.23.0.bb => cmake_3.23.1.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.23.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.23.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.23.0.bb rename to meta/recipes-devtools/cmake/cmake-native_3.23.1.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 6f6fa61cdb..934d577acf 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -21,7 +21,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ " -SRC_URI[sha256sum] = "5ab0a12f702f44013be7e19534cd9094d65cc9fe7b2cd0f8c9e5318e0fe4ac82" +SRC_URI[sha256sum] = "33fd10a8ec687a4d0d5b42473f10459bb92b3ae7def2b745dc10b192760869f3" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.23.0.bb b/meta/recipes-devtools/cmake/cmake_3.23.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.23.0.bb rename to meta/recipes-devtools/cmake/cmake_3.23.1.bb From patchwork Wed Apr 27 08:40:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 7227 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 29FD8C43219 for ; Wed, 27 Apr 2022 08:40:37 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web08.5893.1651048829960020647 for ; Wed, 27 Apr 2022 01:40:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lvBJ44tH; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id k27so1096275edk.4 for ; Wed, 27 Apr 2022 01:40:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LKeGDWgH+lwbw1J17iT75Y+cic4ooHHhWivJQKhtSEU=; b=lvBJ44tHSczzI9Ydcb+asuuPSRo1pqIo3FqYtoWr5HBQ9K34t1hSvU9Pbc77GBSr6o sKnbZzX1you+KP6ee3gLkpxt9UbZhCV/6On89elczIhT5dS5ephRin1lAfpvIHBJxp3c DZCDqF0mUYSd3dSc9h9tBWPciKHXMSttvMKpE+M4kGXDycnxr5ST0Xx6rYzf6Myv1bfX c9zFWRLJP2h2EJB5bugJFnhxmTKhUUnQlLUkTbIS8mv3Qn1s3vYJFxBR5qWne485pIkA oXOA6klt8Emu4V8s4h3P2IU8TF+tqwPgZ4ncNQujlyF6FkgYA4NRgvCG0hW69iQtUOri O+Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LKeGDWgH+lwbw1J17iT75Y+cic4ooHHhWivJQKhtSEU=; b=gAFzzVU9h3Ml2UJFXtOEKwBPHuYqByjoixUXIzIbdFi/aYcbMcbrl38xwxX/NuPmNJ 2IMTxv8vO0hxoGu6nDAIqL8HNIPldTcXmkB/B3Jo1fnF+IWDyZjk4bLERpRfM+yTl+ZK nobYsYtWnvBOiAY8kPo/fwxpaxTfLFPn9uJtzsCYEZIiZm4Y8Z9KaR8U7dBl5RTSMqJ0 ckZs4Gq31KRZWFoTzhBJKJRaeUkvbOMG1u2uCI/E3OXWx2ESmvZWEusWawn4ogeuvCj+ it88iknVAEmll4xNR3z0iii/l04+awtcJEVw6hKoeQPawe+rkk7wzy+P39Kb+9p3Q38D gFCQ== X-Gm-Message-State: AOAM531SvHnrnt/UzjeWOgggDkmpFOJIWkdzcNngs8FLyuw8vY+IivLk KGR7qt6e3NPkZXZRy159KusuIHdvnyc= X-Google-Smtp-Source: ABdhPJx2W+MNIL/l+VbLfo6/F8dIOaYxSk0j2vPJQNpl1il/GI6Dr89GVAQXuDXsbYnLLf38257n/w== X-Received: by 2002:a05:6402:4256:b0:425:e639:5da5 with SMTP id g22-20020a056402425600b00425e6395da5mr16237878edb.314.1651048828573; Wed, 27 Apr 2022 01:40:28 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id p14-20020a05640210ce00b00413211746d4sm7893024edu.51.2022.04.27.01.40.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 01:40:28 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 18/18] stress-ng: upgrade 0.13.12 -> 0.14.00 Date: Wed, 27 Apr 2022 10:40:09 +0200 Message-Id: <20220427084009.3406717-18-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220427084009.3406717-1-alex@linutronix.de> References: <20220427084009.3406717-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Wed, 27 Apr 2022 08:40:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/164909 Disable apparmor via empty config file creation. Signed-off-by: Alexander Kanavin --- .../stress-ng/0001-Makefile-quote-CC.patch | 41 +++++++++++++++++++ ...ess-ng_0.13.12.bb => stress-ng_0.14.00.bb} | 11 ++++- 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-quote-CC.patch rename meta/recipes-extended/stress-ng/{stress-ng_0.13.12.bb => stress-ng_0.14.00.bb} (76%) diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-quote-CC.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-quote-CC.patch new file mode 100644 index 0000000000..498a024830 --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-quote-CC.patch @@ -0,0 +1,41 @@ +From f6162ced588c17c1141a8f6154475a299a2ebc0d Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Tue, 26 Apr 2022 22:35:35 +0200 +Subject: [PATCH] Makefile: quote CC + +It can contain command line options, and therefore spaces, and so +needs to be quoted. + +Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/188] +Signed-off-by: Alexander Kanavin +--- + Makefile | 2 +- + Makefile.config | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile b/Makefile +index 501093f5..8a454edd 100644 +--- a/Makefile ++++ b/Makefile +@@ -432,7 +432,7 @@ stress-ng: $(OBJS) + $(V)sync + + config.h: +- $(MAKE) CC=$(CC) STATIC=$(STATIC) -f Makefile.config ++ $(MAKE) CC="$(CC)" STATIC=$(STATIC) -f Makefile.config + + .PHONY: + makeconfig: config.h +diff --git a/Makefile.config b/Makefile.config +index b76d0903..f03f7a85 100644 +--- a/Makefile.config ++++ b/Makefile.config +@@ -69,7 +69,7 @@ else + endif + + +-MAKE_OPTS=CC=$(CC) -f Makefile.config --no-print-directory ++MAKE_OPTS=CC="$(CC)" -f Makefile.config --no-print-directory + + comma = , + diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb similarity index 76% rename from meta/recipes-extended/stress-ng/stress-ng_0.13.12.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb index fe177a4de0..ada35dbc4c 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.12.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.14.00.bb @@ -5,8 +5,10 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" -SRCREV = "f59bcb2fe1e25042e77d5e4942f72bfa026fa305" +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ + file://0001-Makefile-quote-CC.patch \ + " +SRCREV = "ec7f6c4731a54f0e515bef7f7e84ef9e9b8125a2" S = "${WORKDIR}/git" DEPENDS = "coreutils-native" @@ -18,6 +20,11 @@ RCONFLICTS:${PN} = "stress" inherit bash-completion +do_configure:prepend() { + mkdir -p configs + touch configs/HAVE_APPARMOR +} + do_install() { oe_runmake DESTDIR=${D} install ln -s stress-ng ${D}${bindir}/stress