From patchwork Wed Dec 15 22:40:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1556 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 700F0C31D68 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web08.2676.1639608041514264002 for ; Wed, 15 Dec 2021 14:40:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Y+bBOo8X; spf=pass (domain: gmail.com, ip: 209.85.221.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f51.google.com with SMTP id t18so40673544wrg.11 for ; Wed, 15 Dec 2021 14:40:41 -0800 (PST) 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=X6sndoN8aXGQG/6tzI2o2PP/ipeqlTsQIn11B+PdQCI=; b=Y+bBOo8XRs0wJmaXFiDaRC3SMCT8lEHmroKHkYJasbF35IWEw6uzBDfFl6XMXHgOO0 fhSr09RjUSF4PurjuNzyEeRdng7epHyMXg/zQRLjNhQagOHfS4yJWxIOmfLFmm7maQVu LqGDx04fnZST0C3iQMEHFHs1EgHpYmTdcuC8IR7qWyj8T/cM39q5awGNblDQOT+Rl771 ISiPzETwsJHho1cufd4l0lTl5FbjCootgEOAqezGH4TLUzg+OsnXaCPifSrTPvLTI7NR SbSQCNq3MkV0x/Vm9lh4TOIZqIZmOdrE37PvPMI4bo0KnIgtcW4MynXTHCff4F0Teirm cROA== 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=X6sndoN8aXGQG/6tzI2o2PP/ipeqlTsQIn11B+PdQCI=; b=Tq7O47fJ6XJlHVbvWhELK1hMwlTKoIqEM9ML940RvM6kh0sXJRRLISPHtMkW5A6tMv Jglc22c9H5QC6a5tmbzm+qFINBRVKyZMXINxLcMOhsvqJhvGdJOIllN8VpMqKI082ski j8UNh410fp9EwbmLGE5BWPaww1q0iLwl+Pz75EVPJ/WxHXoQiMQToOvoOOnBN9vHrnFr eEs4vCcNETvHxQ51DdVwyeRN2aRrsEgbErgntLt6dRyJ/DY/WKFqAHK6mcZG9mjSdi/a xreQ1TXYK5wx3GWJewXN2TOqkLe0OWPwGBIK7w0aibzu1iquW1yRF6Dzi4h1esq2uTJk O6ZA== X-Gm-Message-State: AOAM530yadPgUwBD8Aw/DS3Jygs2iAFMsGDr0MMSrhe6pocw3rQd0i10 mcaU/ZK1eWEtKp8zWKiDK5MhuMUiX6yNUw== X-Google-Smtp-Source: ABdhPJwEawldKn+612r89FU7mudvPV4Hy9yKQWAhTgeoRB2el3EkrjaAvt6Jze9562LrWbkTV7ZDZw== X-Received: by 2002:a05:6000:1544:: with SMTP id 4mr6241225wry.358.1639608039716; Wed, 15 Dec 2021 14:40:39 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:39 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 01/26] insane: add Inactive-Upstream to possible patch status list Date: Wed, 15 Dec 2021 23:40:09 +0100 Message-Id: <20211215224034.1814148-1-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159743 See https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status Signed-off-by: Alexander Kanavin --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 240f3aad62..de6d65c809 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -1181,7 +1181,7 @@ python do_qa_patch() { content = open(fullpath, encoding='utf-8', errors='ignore').read() kinda_status_re = re.compile(r"^.*upstream.*status.*$", re.IGNORECASE | re.MULTILINE) - strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Accepted|Inappropriate|Backport)( .+)?$", re.MULTILINE) + strict_status_re = re.compile(r"^Upstream-Status: (Inactive-Upstream|Pending|Submitted|Denied|Accepted|Inappropriate|Backport)( .+)?$", re.MULTILINE) match_kinda = kinda_status_re.search(content) match_strict = strict_status_re.search(content) guidelines = "https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations:_Upstream-Status" From patchwork Wed Dec 15 22:40:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1545 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 3EA1CC4332F for ; Thu, 16 Dec 2021 01:44:37 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web08.2678.1639608041637541165 for ; Wed, 15 Dec 2021 14:40:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=hy4Fvfci; spf=pass (domain: gmail.com, ip: 209.85.221.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id i22so10938948wrb.13 for ; Wed, 15 Dec 2021 14:40:41 -0800 (PST) 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=HqTe8abMOo74X8okdy3WXbAnnWJ3JBvPIRVkGxbsXcQ=; b=hy4Fvfci87c43YW+kVbOpgmoybncSB9PbMHCen9syhqIaJ8tBMjBndq42LJiARuTe3 KK6SnX3Culk3B7CA9WzL2ijNUw8Q3jCaeC0vPrLut3yI7M0uQ12+sCDLPkIHbDTThdgD llIHjsaVcwgfI2FH4uPgUmdbwIJqm9RtEgwCZAHO+v4lMxLFBwk1xkTUBVgRZe9IJrnn o8hhxH8g5NXa4t0XQVPEh7CRIckOS3s2JVMiB810tVBGwq8j6SHdGLdI9e2PGZFXmSo+ IqMS2AU/sxqmKFoqqU38kIQlsF9DQ4+w2GhpB4Vbzo30o/FaRINMQtreswjIyaqZ7v2Q qTiQ== 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=HqTe8abMOo74X8okdy3WXbAnnWJ3JBvPIRVkGxbsXcQ=; b=7I+x4PjhOAZMUdU2vv60eTHZXHKSA6JFTShGPytrTCEYM1zxTNX+YPhMsxi3byGc2j 0i14Ck/rWmEdVXD98oZkUw+j0w942ycfy88GUTgbX4P2BZ/+38QHZilSm7s/twJ8qLQ7 EP70m81IoJwHFKYnrTaH/IwRD2XfBskObJ8vM2Gwk0yGOoB7+w7mcdapo6qfdPPdprI+ TTM+FIMEYl5CNKeWRIMLXPzQhoItLjhRreKXP9UjPxrtxVogKdxQrCHYPUIf5hGL9IaS WofzyYrDpiOrFoKyLk5v9X+5LG8JN0G0yT80YGAN4MkhSQXaARxmdA0mKO5fRrMB7HeJ kLEw== X-Gm-Message-State: AOAM5325Nzt0uAchDkDMZVv7znaIM/I4o3X+RcMZbobJo4T/KnVfASpk qACGfzBX80PfQKgpvz6r/WT06H/jHTwIvw== X-Google-Smtp-Source: ABdhPJytfkTn1mxXhVhA6jm2SY369N895YEuagbUwgWhpqVw0I45cP5fGnguFY05f2ZL9tTbgBLwzw== X-Received: by 2002:adf:a10f:: with SMTP id o15mr6504716wro.592.1639608040299; Wed, 15 Dec 2021 14:40:40 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:40 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 02/26] serf: mark upstream as defunct Date: Wed, 15 Dec 2021 23:40:10 +0100 Message-Id: <20211215224034.1814148-2-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159744 Signed-off-by: Alexander Kanavin --- .../0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch | 2 +- ...op.creating.directories.without.sandbox-install.prefix.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch b/meta/recipes-support/serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch index e6172ef5aa..91ccc8a474 100644 --- a/meta/recipes-support/serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch +++ b/meta/recipes-support/serf/serf/0001-buckets-ssl_buckets.c-do-not-use-ERR_GET_FUNC.patch @@ -6,7 +6,7 @@ Subject: [PATCH] buckets/ssl_buckets.c: do not use ERR_GET_FUNC Upstream removed it in https://github.com/openssl/openssl/pull/16004 -Upstream-Status: Pending +Upstream-Status: Inactive-Upstream [lastrelease: 2015, lastcommit: 2019] Signed-off-by: Alexander Kanavin --- buckets/ssl_buckets.c | 3 +-- diff --git a/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch b/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch index 91640d6044..4105868a7e 100644 --- a/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch +++ b/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch @@ -31,7 +31,7 @@ ERROR: scons install execution failed. and the installed paths (including the paths inside libserf*.pc) look correct -Upstream-Status: Pending +Upstream-Status: Inactive-Upstream [lastrelease: 2015, lastcommit: 2019] Signed-off-by: Martin Jansa From patchwork Wed Dec 15 22:40:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1558 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 721CAC4707A for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web12.2631.1639608042401242914 for ; Wed, 15 Dec 2021 14:40:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pBIu7Yij; spf=pass (domain: gmail.com, ip: 209.85.221.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f51.google.com with SMTP id t9so40737007wrx.7 for ; Wed, 15 Dec 2021 14:40:42 -0800 (PST) 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=iSC938hsqovbiDHYx8e/ssG88on0oiqDjoYcXmyewhE=; b=pBIu7YijmVtYNyrg+1rK6eDtVu5HpkkNCUTEZU/0OLNY5vvYy9TbYdlkt2VC1DSbLf ge8I2s0q4v3+U6FrCLzqD4K6lb+46HBCok3ffQDc9FOvL+G33OGTyjZ/d0Wpb+sQAU8k wFNwm2u6SpAgJqFsMcBnq/Azyzu7WRkEMpybnW9J5FN2puUIhQvOo3VGjPNcWnvfxvCn eGlX3pAJK6uhMm8zwtzbuKUogQn6JcJjgGUFWIWj6wNsK1QzkaYbeQQBouR9U5lMB0ai mpao3l+Ev0JvRdxBY7+1mUpJmS5tyHkCjCb2B9BVyw7T8X826xyfHwDB1rsFj/cOjI1A 0IoQ== 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=iSC938hsqovbiDHYx8e/ssG88on0oiqDjoYcXmyewhE=; b=gBCaWmim5SP/717HA4L9e2y8Vt1ZSUnrFygWDG5oA9GSMYdqOaWO0lLtQqQio/APq5 YLs2kxo4hHzjqkbSiuFBucpTDQcbUpCFNDWDX6pfOEMtYfVO0oDngVVinMyw/UZGreuj TEbFs0k8KeJmR4Uicbo0SDfl7eCmU2txcMBvsD1WvoiqdTBbkB0HL/UBEhYcCB8/0d6V gPA6jZfaH+X5vUt7C7M8t4risCE6ITWDoP0Y5++AQvRVukgDSGV08/YSqa14VPEjhV5x KC8zNgRGTtTwozHXXnxZoAOPSEKRIh4R6Xxpbh8d7RFo0Tt073MPPgYI10lOoY8v5MT1 Aq7Q== X-Gm-Message-State: AOAM5323kQQqAz5Z65uu8ZFKjt0Wqy9CGYJXrMGie5wbi+2Imea8kBvf ExYq2g22rhFsMksDcoyvztuB1x1Zwl7Kgw== X-Google-Smtp-Source: ABdhPJw5uObQp+Od2nBY0bJLctlQn0K2HcC2y7fD06YivpgvL1ctyxOCLD3tEyr2Tnxjxmq8kJvmCg== X-Received: by 2002:a05:6000:15c6:: with SMTP id y6mr6525292wry.422.1639608040971; Wed, 15 Dec 2021 14:40:40 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:40 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Hongxu Jia , Alexander Kanavin Subject: [PATCH 03/26] python3: drop unneeded multiprocessing module patch Date: Wed, 15 Dec 2021 23:40:11 +0100 Message-Id: <20211215224034.1814148-3-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159745 I ran the reproducing sequence on qemux86, and it went fine: root@qemux86:~# python3 Python 3.10.0 (default, Oct 4 2021, 17:55:55) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import multiprocessing >>> pool_sema = multiprocessing.BoundedSemaphore(value=1) >>> pool_sema.acquire() True >>> pool_sema.release() >>> Additionally AB testing revealed no issues, and the description isn't entirely clear about where and how the problem occurs, so I can't submit it upsream without having that understanding and how to demonstrate the problem. Signed-off-by: Alexander Kanavin --- ...ssing-libraries-to-Extension-for-mul.patch | 70 ------------------- .../recipes-devtools/python/python3_3.10.1.bb | 1 - 2 files changed, 71 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch diff --git a/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch b/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch deleted file mode 100644 index 374433c68e..0000000000 --- a/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch +++ /dev/null @@ -1,70 +0,0 @@ -From bad7e6a625436402a01d03021fb9ccd58bc9930f Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Thu, 9 Jan 2020 17:44:05 +0100 -Subject: [PATCH] setup.py: pass missing libraries to Extension for - multiprocessing module - -In the following commit: -... -commit e711cafab13efc9c1fe6c5cd75826401445eb585 -Author: Benjamin Peterson -Date: Wed Jun 11 16:44:04 2008 +0000 - - Merged revisions 64104,64117 via svnmerge from - svn+ssh://pythondev@svn.python.org/python/trunk -... -(see diff in setup.py) -It assigned libraries for multiprocessing module according -the host_platform, but not pass it to Extension. - -In glibc, the following commit caused two definition of -sem_getvalue are different. -https://sourceware.org/git/?p=glibc.git;a=commit;h=042e1521c794a945edc43b5bfa7e69ad70420524 -(see diff in nptl/sem_getvalue.c for detail) -`__new_sem_getvalue' is the latest sem_getvalue@@GLIBC_2.1 -and `__old_sem_getvalue' is to compat the old version -sem_getvalue@GLIBC_2.0. - -To build python for embedded Linux systems: -http://www.yoctoproject.org/docs/2.3.1/yocto-project-qs/yocto-project-qs.html -If not explicitly link to library pthread (-lpthread), it will -load glibc's sem_getvalue randomly at runtime. - -Such as build python on linux x86_64 host and run the python -on linux x86_32 target. If not link library pthread, it caused -multiprocessing bounded semaphore could not work correctly. -... ->>> import multiprocessing ->>> pool_sema = multiprocessing.BoundedSemaphore(value=1) ->>> pool_sema.acquire() -True ->>> pool_sema.release() -Traceback (most recent call last): - File "", line 1, in -ValueError: semaphore or lock released too many times -... - -And the semaphore issue also caused multiprocessing.Queue().put() hung. - -Upstream-Status: Pending - -Signed-off-by: Hongxu Jia -Signed-off-by: Alexander Kanavin - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index d92face..f42bcbb 100644 ---- a/setup.py -+++ b/setup.py -@@ -1836,7 +1836,7 @@ class PyBuildExt(build_ext): - if (sysconfig.get_config_var('HAVE_SEM_OPEN') and not - sysconfig.get_config_var('POSIX_SEMAPHORES_NOT_ENABLED')): - multiprocessing_srcs.append('_multiprocessing/semaphore.c') -- self.add(Extension('_multiprocessing', multiprocessing_srcs, -+ self.add(Extension('_multiprocessing', multiprocessing_srcs, libraries=['pthread'], - include_dirs=["Modules/_multiprocessing"])) - - if (not MS_WINDOWS and diff --git a/meta/recipes-devtools/python/python3_3.10.1.bb b/meta/recipes-devtools/python/python3_3.10.1.bb index 6115ffe5b3..a51fc8f415 100644 --- a/meta/recipes-devtools/python/python3_3.10.1.bb +++ b/meta/recipes-devtools/python/python3_3.10.1.bb @@ -25,7 +25,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ file://0001-Use-FLAG_REF-always-for-interned-strings.patch \ file://0001-test_locale.py-correct-the-test-output-format.patch \ file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ - file://0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ file://0020-configure.ac-setup.py-do-not-add-a-curses-include-pa.patch \ file://0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch \ From patchwork Wed Dec 15 22:40:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1546 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 387C3C433EF for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web08.2679.1639608043084707583 for ; Wed, 15 Dec 2021 14:40:43 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=c4ip5ynz; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id s1so6595084wrg.1 for ; Wed, 15 Dec 2021 14:40:42 -0800 (PST) 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=QBkEZXIijPyN4PT7+f3t6sBw6sHP2YQJi/5lb/mFo9s=; b=c4ip5ynz1Xew7tQQN13IWp2UjPVmd8ZiGU+zX/5AgRkU+8OmEHv4y81P1WUxNPTbjm 1bXL+1a8OcaNAkeICYWgzEjaFp+ZrbJIMtAlkVaAQ+wsILJcdGRwxz5DDYuEevM9skVG boK5GlITBFLidBFnWG4PA6gZf9a6YQil/+5HKxB8rcFxdP0V076DgiJ+B/tQosaey7Xd uUUH2qymXqaCmCWvZEt6wpW+1mXJfxn6vlfen9Hvm+4851MwI0LYkD2lHaxQ+FHkJvg7 ROLDEQyt+/N2ODAVAMWwyZhUVEho43YMLMD5vWGwDGCcUz7/NU194v3au0Mbuu2A6Zzp jclg== 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=QBkEZXIijPyN4PT7+f3t6sBw6sHP2YQJi/5lb/mFo9s=; b=YoNQTU9FbXfjhkpoHqH4JoDyp2mDWJAEhito+9BdTctiBhAFHbm/krlF4aVUvCVane G3f/C+vf81/3ASksu5p5eG9VTVuwfU/Falt4/PF9I/TJd2GJcCWwXSjOTEON82yKMCMX 6t5+FPO+KkrNSdq6gxeadKQXQA1INrMfO4xCDSFIshRcGk2ZesyjayOwtaurVRrDgvRp sgged2VLMpS5oAZtTGQxznlrEMy9dDOsPp/e1uz5b0Fd9B8LYn+HbUIORHt15T2GGb6N ygwaHbiVCfJK+YRwsOKEuvNFaqv7HuaQTxebz+M7cdBx4qE+qxbDHCOJOqv3HHACz0oL XlOw== X-Gm-Message-State: AOAM532BKzHnEwCzBafjXBfrr7s/OWIvgadTbgWD5UFk2AMO9H8AR9VB MS/0S/ir2vlCyLlbhqcgdpfdiEtEViKhJA== X-Google-Smtp-Source: ABdhPJzBTIMqBiOw6AmIBJ7y+Y/qbA2t67TyD5KI2FfMi6LrSx0Ec++1BhC3DrGUFaSwYamzvLEQLw== X-Received: by 2002:adf:dbcd:: with SMTP id e13mr228350wrj.206.1639608041653; Wed, 15 Dec 2021 14:40:41 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:41 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Alexander Kanavin , Khem Raj Subject: [PATCH 04/26] elfutils: update patch submitted upstream Date: Wed, 15 Dec 2021 23:40:12 +0100 Message-Id: <20211215224034.1814148-4-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159746 As that's what upstream prefers. Signed-off-by: Alexander Kanavin --- .../elfutils/elfutils_0.186.bb | 2 +- ...infod-client.c-correct-string-format.patch | 64 ------------------- ...infod-client.c-use-long-for-cache-ti.patch | 45 +++++++++++++ .../elfutils/files/0003-musl-utils.patch | 2 +- .../0015-config-eu.am-do-not-use-Werror.patch | 2 +- 5 files changed, 48 insertions(+), 67 deletions(-) delete mode 100644 meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-correct-string-format.patch create mode 100644 meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch diff --git a/meta/recipes-devtools/elfutils/elfutils_0.186.bb b/meta/recipes-devtools/elfutils/elfutils_0.186.bb index b3588a2196..93f53c1f2e 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.186.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.186.bb @@ -21,8 +21,8 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ file://run-ptest \ file://ptest.patch \ file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ - file://0001-debuginfod-debuginfod-client.c-correct-string-format.patch \ file://0001-debuginfod-fix-compilation-on-platforms-without-erro.patch \ + file://0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch \ " SRC_URI:append:libc-musl = " \ file://0003-musl-utils.patch \ diff --git a/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-correct-string-format.patch b/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-correct-string-format.patch deleted file mode 100644 index 85f22cb395..0000000000 --- a/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-correct-string-format.patch +++ /dev/null @@ -1,64 +0,0 @@ -From 38ddd0d1863f83e8ec545d0160bdf00bbb5569ba Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 19 Apr 2021 23:29:10 +0200 -Subject: [PATCH] debuginfod/debuginfod-client.c: correct string format on - 32bit arches with 64bit time_t - -Use intmax_t to print time_t - -time_t is platform dependent and some of architectures e.g. -x32, riscv32, arc use 64bit time_t even while they are 32bit -architectures, therefore directly using integer printf formats will not -work portably, use intmax_t to typecast time_t into printf family of -functions - -Upstream-Status: Submitted [via email to mark@klomp.org,elfutils-devel@sourceware.org] - -Signed-off-by: Alexander Kanavin -Signed-off-by: Khem Raj - ---- - debuginfod/debuginfod-client.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c -index c875ee6..df9737d 100644 ---- a/debuginfod/debuginfod-client.c -+++ b/debuginfod/debuginfod-client.c -@@ -231,15 +231,15 @@ debuginfod_config_cache(char *config_path, - if (fd < 0) - return -errno; - -- if (dprintf(fd, "%ld", cache_config_default_s) < 0) -+ if (dprintf(fd, "%jd", (intmax_t)cache_config_default_s) < 0) - return -errno; - } - -- long cache_config; -+ int cache_config; - FILE *config_file = fopen(config_path, "r"); - if (config_file) - { -- if (fscanf(config_file, "%ld", &cache_config) != 1) -+ if (fscanf(config_file, "%d", &cache_config) != 1) - cache_config = cache_config_default_s; - fclose(config_file); - } -@@ -272,7 +272,7 @@ debuginfod_init_cache (char *cache_path, char *interval_path, char *maxage_path) - if (fd < 0) - return -errno; - -- if (dprintf(fd, "%ld", cache_clean_default_interval_s) < 0) -+ if (dprintf(fd, "%jd", (intmax_t)cache_clean_default_interval_s) < 0) - return -errno; - - /* init max age config file. */ -@@ -280,7 +280,7 @@ debuginfod_init_cache (char *cache_path, char *interval_path, char *maxage_path) - && (fd = open(maxage_path, O_CREAT | O_RDWR, DEFFILEMODE)) < 0) - return -errno; - -- if (dprintf(fd, "%ld", cache_default_max_unused_age_s) < 0) -+ if (dprintf(fd, "%jd", (intmax_t)cache_default_max_unused_age_s) < 0) - return -errno; - - return 0; diff --git a/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch b/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch new file mode 100644 index 0000000000..089f1a2210 --- /dev/null +++ b/meta/recipes-devtools/elfutils/files/0001-debuginfod-debuginfod-client.c-use-long-for-cache-ti.patch @@ -0,0 +1,45 @@ +From a0852044907110479d0fb212dda2c5e45af2d3aa Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Thu, 9 Dec 2021 10:43:06 +0100 +Subject: [PATCH] debuginfod/debuginfod-client.c: use long for cache time + configurations + +time_t is platform dependent and some of architectures e.g. +x32, riscv32, arc use 64bit time_t even while they are 32bit +architectures, therefore directly using integer printf formats will not +work portably. + +Use a plain long everywhere as the intervals are small enough +that it will not be problematic. + +Upstream-Status: Submitted [via email to mark@klomp.org,elfutils-devel@sourceware.org] +Signed-off-by: Alexander Kanavin +--- + debuginfod/debuginfod-client.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c +index c875ee6..11e0fd5 100644 +--- a/debuginfod/debuginfod-client.c ++++ b/debuginfod/debuginfod-client.c +@@ -134,17 +134,17 @@ struct debuginfod_client + how frequently the cache should be cleaned. The file's st_mtime represents + the time of last cleaning. */ + static const char *cache_clean_interval_filename = "cache_clean_interval_s"; +-static const time_t cache_clean_default_interval_s = 86400; /* 1 day */ ++static const long cache_clean_default_interval_s = 86400; /* 1 day */ + + /* The cache_miss_default_s within the debuginfod cache specifies how + frequently the 000-permision file should be released.*/ +-static const time_t cache_miss_default_s = 600; /* 10 min */ ++static const long cache_miss_default_s = 600; /* 10 min */ + static const char *cache_miss_filename = "cache_miss_s"; + + /* The cache_max_unused_age_s file within the debuginfod cache specifies the + the maximum time since last access that a file will remain in the cache. */ + static const char *cache_max_unused_age_filename = "max_unused_age_s"; +-static const time_t cache_default_max_unused_age_s = 604800; /* 1 week */ ++static const long cache_default_max_unused_age_s = 604800; /* 1 week */ + + /* Location of the cache of files downloaded from debuginfods. + The default parent directory is $HOME, or '/' if $HOME doesn't exist. */ diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch index 85f8140330..cbc9fce790 100644 --- a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch +++ b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch @@ -1,4 +1,4 @@ -From 934d21dc0b06b95c7c65cb29c5096decd91d4d5f Mon Sep 17 00:00:00 2001 +From 8b48c580bae0b0ffc773b0b829c50d33a907853c Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 23 Aug 2019 10:19:48 +0800 Subject: [PATCH] musl-utils diff --git a/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch b/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch index c96cfd9777..9952070939 100644 --- a/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch +++ b/meta/recipes-devtools/elfutils/files/0015-config-eu.am-do-not-use-Werror.patch @@ -1,4 +1,4 @@ -From a2ce41e91d530459eb35d64a19f714ebfe0d4a20 Mon Sep 17 00:00:00 2001 +From 5e39da062929a60a07ddfc8b6d435ea65ea3e31f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 22 Jun 2020 21:35:16 +0000 Subject: [PATCH] config/eu.am: do not use -Werror From patchwork Wed Dec 15 22:40:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1555 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 6ADA8C2BA4C for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.2577.1639608043710181770 for ; Wed, 15 Dec 2021 14:40:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Tz8pEYQ3; spf=pass (domain: gmail.com, ip: 209.85.221.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f41.google.com with SMTP id a18so40755671wrn.6 for ; Wed, 15 Dec 2021 14:40:43 -0800 (PST) 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=hirnghFVKLRj0WLGMrDXyDMIR0Dq8Ms5MJFbCDNJFrU=; b=Tz8pEYQ3F23/fjFXqRw2M1qJIBiaUOLF9irF5BsMQpKi+EaelRvww4d6uAJcfGja65 JOvzM4oks/zWDaVKwOh0WQmh4X5NcZFojk/HPxfHKrFe4xvF8XKiURGJB9VPeQHWFHRa F2FktyCGB4iXP/yqeCkNlMd5SrRqjz1jt47CO/1UsZfHWQp2mIF3DtyoeHqRzBSGlsn5 s3hTHD3rc22YXz7WwI2tuEgpHI6M5TkAVqel7KeYsEfnnc/8w3WDdGRtQMT5KlgOiKOQ dyBP1z1fg2fCk0MOf2+yKuGAaz6LjdCdlkAtgyJI5skLfi+u1rT8MMnTwDiEDvRpfRYn QdoA== 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=hirnghFVKLRj0WLGMrDXyDMIR0Dq8Ms5MJFbCDNJFrU=; b=PJ6p8Agii0wvQ5CSlfA7aowDiSsNsatgoTD4GwwjhJx3ZNxBJ5bwHHEe8JNaoAhwZw Hza9EEUKgtxytNNmPNXErHvrlxqyxk92HnTa0BABrUEqhi2bLjnnPnnJUdjf96NVvRA5 5ZnLfMZh4sJJcZudNURSHn05fishRccO8j+TliAH1X0gHdVSIkLzKCgVove4NAvEzuRN 90JETvvn8riRL0ZdGUBTUF0wQf9GuIWxaxD00N253gOevnoMO02woNxjPUMg2KL1jIqA dC3oFBNPot9OkMLENUsYG7ZCMS00830hliryiiz3Tic6Xb2oKM98ac/fJjjWNR9nwQlh fCZw== X-Gm-Message-State: AOAM532uYJa9VqeMow9kE0/IvuAPRi2EE78c6Rb2cIlqlKEK2GxSpDMF RQ1R/CAQB09+aN0/BpfW8xYGjBZMoV6kEw== X-Google-Smtp-Source: ABdhPJzIV1h350LD7teY/pIc2fk03R28JIr05xdibFqnpHe19AtJbCraOIod09gkprWcg1/JPi8cTQ== X-Received: by 2002:a05:6000:1848:: with SMTP id c8mr6296622wri.265.1639608042327; Wed, 15 Dec 2021 14:40:42 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:42 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 05/26] rust-hello-world: test at runtime Date: Wed, 15 Dec 2021 23:40:13 +0100 Message-Id: <20211215224034.1814148-5-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159747 This adds a smoke check for whether the rust toolchain actually produces working executables across a range of architectures. Signed-off-by: Alexander Kanavin --- meta/classes/testimage.bbclass | 2 +- meta/lib/oeqa/runtime/cases/rust.py | 19 +++++++++++++++++++ .../packagegroup-core-tools-testapps.bb | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta/lib/oeqa/runtime/cases/rust.py diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 66de0e07c6..1c5fd4ee6a 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -61,7 +61,7 @@ BASICTESTSUITE = "\ ping date df ssh scp python perl gi ptest parselogs \ logrotate connman systemd oe_syslog pam stap ldd xorg \ kernelmodule gcc buildcpio buildlzip buildgalculator \ - dnf rpm opkg apt weston go" + dnf rpm opkg apt weston go rust" DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" diff --git a/meta/lib/oeqa/runtime/cases/rust.py b/meta/lib/oeqa/runtime/cases/rust.py new file mode 100644 index 0000000000..b3d6cf7f37 --- /dev/null +++ b/meta/lib/oeqa/runtime/cases/rust.py @@ -0,0 +1,19 @@ +# +# SPDX-License-Identifier: MIT +# + +from oeqa.runtime.case import OERuntimeTestCase +from oeqa.core.decorator.depends import OETestDepends +from oeqa.runtime.decorator.package import OEHasPackage + +class RustHelloworldTest(OERuntimeTestCase): + @OETestDepends(['ssh.SSHTest.test_ssh']) + @OEHasPackage(['rust-hello-world']) + def test_rusthelloworld(self): + cmd = "rust-hello-world" + status, output = self.target.run(cmd) + msg = 'Exit status was not 0. Output: %s' % output + self.assertEqual(status, 0, msg=msg) + + msg = 'Incorrect output: %s' % output + self.assertEqual(output, "Hello, world!", msg=msg) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 1fee1c925d..e05e329020 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb @@ -25,6 +25,8 @@ GOTOOLS ?= "go-helloworld" GOTOOLS:powerpc ?= "" GOTOOLS:riscv32 ?= "" +RUSTTOOLS ?= "rust-hello-world" + GSTEXAMPLES ?= "gst-examples" GSTEXAMPLES:riscv64 = "" @@ -57,4 +59,5 @@ RDEPENDS:${PN} = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \ ${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \ ${GOTOOLS} \ + ${RUSTTOOLS} \ " From patchwork Wed Dec 15 22:40:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1554 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 62A75C46467 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web12.2632.1639608044252270745 for ; Wed, 15 Dec 2021 14:40:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DH3b9rvq; spf=pass (domain: gmail.com, ip: 209.85.128.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f51.google.com with SMTP id b73so2239713wmd.0 for ; Wed, 15 Dec 2021 14:40:44 -0800 (PST) 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=l/wp7jh39GvLWu/vAxHibQw+NWkS+fOOCSI+Wd34z1k=; b=DH3b9rvqD0Tijqlf1qz1ovDaBPqktWGT1bOQZAEjGDT2mKAuSK6SyRS1psem6M2N1c Eiq5bNc2N6oSaRn7oB8pjAwWQ+Iq+xBy7vJjE4y+qKtcFKCdIF67m0I+n5W4DqyewpmP BFdvujDT+6WWZVu+3OErzxurI3Un764FoD72SI2UFggdQOXMZF9by5QisBOCoguDL37w K2r/bG1uytVQWUxuPGtyubcJMYIM4wVaQtY+fToCo+fqHfkF8UtSJ4WLrgDVUFfz8zGu j+bL+W5ADzGBMvFxEiJYo0EsQecSXMp4884flZ7pwjRvmHeLjty4Qaon4Hvfnr9+ysu/ SSxA== 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=l/wp7jh39GvLWu/vAxHibQw+NWkS+fOOCSI+Wd34z1k=; b=pqCfwPaDxcU/EG28SdFTN5R68EGvI1HHBn7yjxhuyYl/9Y5Vg+n9k3bPhaY6HDitgL pQGwm5ez0kd5VQymaYfPELlbSavLHaByvNTVnKjbEPMzSvOHf3NkkaMrrw/Fetba8XTz gxsXBgdErbvXYld9LDC0VPzMy3ZThwLUc6xTgQCV7+Ahg2LO6K4XXwsl/BcmoKeLvMbu BxMtwD+HAeflY9ivwOEH24EWH9PXKouxDuf+pAwnDqG079vDxf8/oWeG6vNnJQPwudyq pj5NyseozfZks4u5agi8UpEHEyCiWQI/4UcvVcYls99tJ7vkKvUzzPpM+o7tiTxfJC35 BoVQ== X-Gm-Message-State: AOAM532ymNUUvyKy0osIpd4plYUXZlEYWuyd9pIy8pvkYUrICU/ZLZ/9 3itgcuEBOPpoS9zA1cERjR5qSYtgDXEZJw== X-Google-Smtp-Source: ABdhPJzQPPZc4NHygszalwoSUStJIwC6eAkgJePtmet26emQXX4N+0ZkNcLaqJSyNW+HDXyxWEkhtQ== X-Received: by 2002:a1c:1fd4:: with SMTP id f203mr2235832wmf.192.1639608042914; Wed, 15 Dec 2021 14:40:42 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:42 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 06/26] vim: do not report upstream version check as broken Date: Wed, 15 Dec 2021 23:40:14 +0100 Message-Id: <20211215224034.1814148-6-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159748 As upstream tags point releases with every commit and the version check still reports 8.2, it should not be considered broken (e.g. current version newer than latest version) until 8.3 is released. Signed-off-by: Alexander Kanavin --- meta/recipes-support/vim/vim.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index dc11a0aabb..34963054fd 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -23,6 +23,9 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ PV .= ".3752" SRCREV = "8603be338ac810446f23c092f21bc6082f787519" +# Remove when 8.3 is out +UPSTREAM_VERSION_UNKNOWN = "1" + # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+)\.0" From patchwork Wed Dec 15 22:40:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1544 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 3EA56C43217 for ; Thu, 16 Dec 2021 01:44:37 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web12.2634.1639608044877019388 for ; Wed, 15 Dec 2021 14:40:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=iCzp6xKi; spf=pass (domain: gmail.com, ip: 209.85.221.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f51.google.com with SMTP id u17so40762069wrt.3 for ; Wed, 15 Dec 2021 14:40:44 -0800 (PST) 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=sMplImfBpr4ClnX0lfIMKQNlE/p/RV+/1mWtUuXlVIk=; b=iCzp6xKi39AUzeCWy5AFtzFcMC2Tu42nRycRSjAF4QoLYyyLaT2y/EA4OwngCmsDCd 4OSM3X/75jjO7J+VTRCeyDZpTetwFCOjjogLid8dMGaHzDgBJ5KoS8gJ5KW1LBQc5Dwx t3YB4YG1YMwvOPM+S2e6KfGkWGp1GfIJ8PVWWxlCBSTVQ+62JEYv0DOlmfsFD4C2voZE M/2ffWIPc7ZHIvzZFo1ZSXovJHRzTJigtw7finfZ9QiVuM+I35uH4PL+mGKNK8vtHOLH bm/p1qU53f5nIZs99IFsSdKmLxHbZZKENfFmWvgVqciRFKGTIomlUAWm1EOrs9yflEMT ywAw== 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=sMplImfBpr4ClnX0lfIMKQNlE/p/RV+/1mWtUuXlVIk=; b=oKcsd32oH7Oho8B9t43LIcqgOnBH6ZIk9s/PkFBQ7+dJavNyOUD65J6FihXrcnDsA6 Nh9fUWryD5KyJ/HGJSkd0YHggQmjK4mpvG1ZfMlyMZOojIi4SkS2tuFr5RNE+fiMN3oe 2k1suNt0CR+tmWFme4I9fREBN42xhV2xsUqanYAuPStjGCyyWYVsRaVTT7UxbBRJk+HS 5t8GmgL6inUEmHWbcjhE2Q7MvAkii+7NM/G6WryUORijyTc+wABeWCmN4l6jpYG1sxEv xt568vEbJ+h6dDI2I6w6jG/8dYwa4pRXB25KsLW0oq9p5lGfdPkPFo5h8aiC5MZizoKQ koqg== X-Gm-Message-State: AOAM530KWiVopmAZ61lGRDNd9tMDoLj5yWjLWUjpVanHcGqYbsRLR5gy DbCyBuWB9Wm63Xldm7qQj7Ytq2sc4zB9sA== X-Google-Smtp-Source: ABdhPJzPoz8K348nuWN1jBIEc1XngupawFdIsFreGZXNf6p9XPT2jqi2n66R+U5esTeMA3s8FexY2g== X-Received: by 2002:a5d:6e85:: with SMTP id k5mr6769476wrz.545.1639608043490; Wed, 15 Dec 2021 14:40:43 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:43 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 07/26] btrfs-tools: upgrade 5.15 -> 5.15.1 Date: Wed, 15 Dec 2021 23:40:15 +0100 Message-Id: <20211215224034.1814148-7-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159749 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_5.15.bb => btrfs-tools_5.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.15.bb => btrfs-tools_5.15.1.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb index 399ba17e3e..9f3c0e9abb 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb @@ -19,7 +19,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;b file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ " -SRCREV = "4d06e4a13d1ce1849a60b68969bc385ab736ddf7" +SRCREV = "c0ad9bde429196db7e8710ea1abfab7a2bca2e43" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ From patchwork Wed Dec 15 22:40:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1560 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 8B7B5C4707F for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web08.2680.1639608045575972098 for ; Wed, 15 Dec 2021 14:40:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZO4mu0Fl; spf=pass (domain: gmail.com, ip: 209.85.221.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f49.google.com with SMTP id k9so22932408wrd.2 for ; Wed, 15 Dec 2021 14:40:45 -0800 (PST) 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=MQAANzbQZDKppx2yDwyLQughdrYWlXhzAxAucgfT/xI=; b=ZO4mu0FlyZQr6653NvvcN60kHfGwBpBE7r+KqSoJJHdNuzUz0I3ABNSO4ymAdQGub2 RaWBV2Y9DPz0IlNEYQAYjJ9/mbGm56sRlinummsjZuAzL4yBQxleLlA+dKPjB5swXPEO dQsLQ2ixIRoPzOvLQWKm4hDjBaj2WuyweRp2yntoql8Cf56D853RLgDt+YnRXKwrD1/k DFXt3uZQy5vgWagzjhJ21Ck1HYEF8hPk3HfSWueXWhTsJUUOIcTSv6LKZNkMrLGc8X4r byMCVzTWhiPSPEu3GuHegjTaSC2jIzzB2YSe4BAiyWaFOQMPT7t+hHw+PUEfsbH3i9rc gCUQ== 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=MQAANzbQZDKppx2yDwyLQughdrYWlXhzAxAucgfT/xI=; b=xyhaB1sALb2FNqaT4t8YmbZo3fQYHt7DXnc0tp/+Xi8LRtibI4yi6NFgbJfo6rcRNf HU9JZh6+iZqYGKiClbKY368ujWEi3te0iVcQVqo9h26AJSxk40WUIIFFgGkmgvXBnu03 rcTzQXuv/c6FEwjq0JlgKIYp2jhIrXZ79ub5IB+koe1FCJOeuwl0gDdpENTYb1ixufWm F2x8/eiQpKclyGmYQBfxx0cwaAvk4psqx34VqG/hgMOTNyr5uHHy8JORnszDt+4Cl52I 6sOFtC0cFfU5DpcDtqwIKJjq6Vt19AcdfnOiXBvKZX+Az/sCOeL1QktQpWF2x6tP0s1z 38Zw== X-Gm-Message-State: AOAM5302iNxlCfGxOxy6tZg1kQSz2bvXtpK8bZvXY+9izgO0wv10ySPy nRJpXp1KjC0upyCRT67D2b7meDU3UariWA== X-Google-Smtp-Source: ABdhPJw9xTvyu9Jq7A4CukW+e5Wudu/10FKi6/+SbVoSwi8JEtydTTMs/agYPVdGDVDzzgE9S5Lz9g== X-Received: by 2002:a5d:6b09:: with SMTP id v9mr6165638wrw.591.1639608044139; Wed, 15 Dec 2021 14:40:44 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:43 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 08/26] python3-hypothesis: upgrade 6.30.0 -> 6.31.4 Date: Wed, 15 Dec 2021 23:40:16 +0100 Message-Id: <20211215224034.1814148-8-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159750 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.30.0.bb => python3-hypothesis_6.31.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.30.0.bb => python3-hypothesis_6.31.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.30.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.30.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb index 59c56e2d94..6af290d8ca 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.30.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "6d81d409b4a1a3ff9458de5f2cf7ee37b1dd51473aacc79f257c62e2369a5fd7" +SRC_URI[sha256sum] = "7fa3911d7be699a3139dfa1d9625deed649f651beaab3422c0339742e66d32d0" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Wed Dec 15 22:40:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1552 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 62981C4167D for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by mx.groups.io with SMTP id smtpd.web08.2682.1639608046301378535 for ; Wed, 15 Dec 2021 14:40:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=J2IqLa0u; spf=pass (domain: gmail.com, ip: 209.85.128.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f45.google.com with SMTP id z206so3465916wmc.1 for ; Wed, 15 Dec 2021 14:40:46 -0800 (PST) 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=KdOV4QDZ8Puf71M2BrK+CN+lSzB84ogl9kFMHIXfhxE=; b=J2IqLa0ugYBSvbqLxl8xnBv9ywSSP0hC2aD3n7gmeQLTcIa6DD6KJ4DonojgDjJ4Nn S6fbnAHxseDH3fRbo7yI/V9EKywIsAogh5c3Aio0gwdg7i/InjT9og7QlbE0+OWRKEmM dU/R9QakbnDU+XniU+kM9oWrUrrdlHMxEHYoYWMh/z2aMxzbITZBMmayOSw6X3hxE+Jt YzElXw3mU5gqYyTxgoOgZZAoCxvNQbZyoQ3QxdcYLEJ+7OBt3yGBZMawZi0WWOQ4EWGr BhOYx8nS9e5tAQrLaXzWzFgksiVib5zZmWKpgE5mfYsAZIWBdsXVruqxpKGkqw2SQkYv Cxfg== 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=KdOV4QDZ8Puf71M2BrK+CN+lSzB84ogl9kFMHIXfhxE=; b=m+6rNAExmh3l5zHL0KCmWyWf7wOZso7hfWTDXpaNTXJuT5mGAtsh+Z1xTZZYeYVONH A3PZiybC7DjY+UB7FlC7yvlvdod/Fko+HsbNmFGBjwybXvKKnD1NghzBktngaGs1lF6w 3fYLJDS9Mk/Csdhm9QWTxH45U0lJMs+a/FW7fwHpuFvZHle6Nx6n+KiqdftkeDDkIKyk hzmfqPdwW73uCRbrjyTSUdJtPGsvNU6j3RlMbaosBzbKacN4qllBmW0CF7e/pIDZdN8O 8cPehWs+doaLULT3riPIm5q7dxr+ItXNVAi3HX4vVuIwo+//vFdVAcESfVvDQDkmh5sy Z/UQ== X-Gm-Message-State: AOAM531cCthal7mz0Lff/7WLogAhf/JfmUiuSOh22XhdJDAhyn4BiLba XxBOAzs956fiUpKEkJhucJpokboNuoDfng== X-Google-Smtp-Source: ABdhPJzug8TTBufj1HJMeIn1AkY7k/kZZBDQQt5P2drQvxAmn4IpigqG/retplrIdyVhjMIlVbdQMQ== X-Received: by 2002:a05:600c:3d8e:: with SMTP id bi14mr2204612wmb.33.1639608044824; Wed, 15 Dec 2021 14:40:44 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:44 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 09/26] python3-setuptools: upgrade 59.4.0 -> 59.5.0 Date: Wed, 15 Dec 2021 23:40:17 +0100 Message-Id: <20211215224034.1814148-9-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159751 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_59.4.0.bb => python3-setuptools_59.5.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_59.4.0.bb => python3-setuptools_59.5.0.bb} (94%) diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index c3ced74918..5e2ee454da 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From 61ebf2a12a308a2d99023f51c9da8b1991bdc164 Mon Sep 17 00:00:00 2001 +From da88c57fe03e4474ba20325edacf519e80c1d7a8 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install diff --git a/meta/recipes-devtools/python/python3-setuptools_59.4.0.bb b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_59.4.0.bb rename to meta/recipes-devtools/python/python3-setuptools_59.5.0.bb index 5ae076a165..878fa08404 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.4.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb @@ -13,7 +13,7 @@ SRC_URI += "\ file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ " -SRC_URI[sha256sum] = "b4c634615a0cf5b02cf83c7bedffc8da0ca439f00e79452699454da6fbd4153d" +SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" DEPENDS += "${PYTHON_PN}" From patchwork Wed Dec 15 22:40:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1557 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 8B77DC35264 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mx.groups.io with SMTP id smtpd.web12.2636.1639608046756959662 for ; Wed, 15 Dec 2021 14:40:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=WunMV7NA; spf=pass (domain: gmail.com, ip: 209.85.221.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f52.google.com with SMTP id e5so7311281wrc.5 for ; Wed, 15 Dec 2021 14:40:46 -0800 (PST) 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=pYhAhWm+nTdV0yU/RSJbdrzJxRdHh+HwBoh9slyJvJM=; b=WunMV7NAXY4IYx0lc9LUnzYi9L8GyAypxyI7/Oq7fNIkILevhGqwf8xJbKVfuclP+Y uel0yUG/1GyCPSRtNlHE6dLXcj0Wyom+ZlzsRG+X5APUCEqOSZsPUM+Lp6hw0oUs7hs/ sieC/iPFEUsWqRlWWlV9v8YGURUaqK4wFulr8cJCbAmcqrOJv1zEC38JUvgGgu4/iJ1O w7HT1PeTubLBzHdlktei0LZtXBmnP0ZI/KIPs/0bCvoG8ivzYHbZDtmdvJ24fDW3MTkA Vkm5fz1fewXE9X93ZwuN1s0WnN4owwuybb8rxC54wdKlmRTNH1TDonjksk9FU60qLyuE fjAw== 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=pYhAhWm+nTdV0yU/RSJbdrzJxRdHh+HwBoh9slyJvJM=; b=TNCzY3fh2d52hJOtAEwM6diUy8nIBhCaEcQTrvHwPPP6ZHNCniXXcMkySx293ul3ed qVHioA3BdtT7ywt+cA4XD2a3fmaqmrA0miDCgZ0d0OgsA2pVHTdki5QRhH3XR2AtX1DW /V6skI+XLQl0+f2skU4/sGAvjFZKrDvpPmYekz1o8VrxvtNA+YhLCYLesWTMVS1ebQPo 85VMRukkw8FeZX8uL8PyfOrnEZFEX03xvvSJ+zB35fPqlcwqcjkL9AeaLLiuS6yrqljZ xcTr0C1TF8SJqTWY+8VG4fjGJNiMQ9HNKmXvCo0BEclrxZ19hlyDrTcaHrCwzFpTXz7s 47Gg== X-Gm-Message-State: AOAM531dtYJcJrpaWpwIEk6vbuz3rvHjBGvDh7FgJEqLAiot5pVH23dy ZtEkc4AiCS+NXw8crd81zsT5J3qXkFxZbQ== X-Google-Smtp-Source: ABdhPJxwwAiSh5UYXoWWFASKXbFj39oGJ3Rd8nyfwKcf1BmmjCT/C2TAeUN7dZv1m4FAVwR5MADJzA== X-Received: by 2002:a5d:4d0a:: with SMTP id z10mr6450756wrt.649.1639608045414; Wed, 15 Dec 2021 14:40:45 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:45 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 10/26] less: upgrade 590 -> 598 Date: Wed, 15 Dec 2021 23:40:18 +0100 Message-Id: <20211215224034.1814148-10-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159752 From: Alexander Kanavin License-Update: http->https Signed-off-by: Alexander Kanavin --- meta/recipes-extended/less/{less_590.bb => less_598.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/less/{less_590.bb => less_598.bb} (87%) diff --git a/meta/recipes-extended/less/less_590.bb b/meta/recipes-extended/less/less_598.bb similarity index 87% rename from meta/recipes-extended/less/less_590.bb rename to meta/recipes-extended/less/less_598.bb index 5d0d0a5afe..574efff365 100644 --- a/meta/recipes-extended/less/less_590.bb +++ b/meta/recipes-extended/less/less_598.bb @@ -20,7 +20,7 @@ SECTION = "console/utils" # LICENSE = "GPLv3+ | BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ file://LICENSE;md5=ba01d0cab7f62f7f2204c7780ff6a87d \ " DEPENDS = "ncurses" @@ -28,7 +28,7 @@ DEPENDS = "ncurses" SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "6aadf54be8bf57d0e2999a3c5d67b1de63808bb90deb8f77b028eafae3a08e10" +SRC_URI[sha256sum] = "64e0eb24534ac70d15ff3a36c8853f7a48196aa230d2a104707fc4ff1a45e982" UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" From patchwork Wed Dec 15 22:40:19 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1553 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 5AFDAC41535 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by mx.groups.io with SMTP id smtpd.web10.2647.1639608047501077712 for ; Wed, 15 Dec 2021 14:40:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=CS9lG5Hi; spf=pass (domain: gmail.com, ip: 209.85.128.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f52.google.com with SMTP id b73so2239766wmd.0 for ; Wed, 15 Dec 2021 14:40:47 -0800 (PST) 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=HyzdQxxaiJZFowzDZE/WcCwCS/Wd6B/Tv8f/0u1pjUg=; b=CS9lG5Hi8ARBRjLuk8nycZFZJxWS4/GZW6fXKJEJlFP707XGU91dSsPIsonvKUpU1U FGg7aB7acMbMMWvzxUK57jgp4YYwJvb2ckJRJz4SvW3ZsiZn6H9r+8AfoLMSoY5+Bw/R HYZtEs+4xrGG5c+2jlcZuTmNrmuWTt2opS0leOYrgDI0UA5sneJ2WoStwVyDHNt4Vo8Q /vszdLHuswVbcBWaqk8VP0OXUeLI+h1JhNZkKF6HVxah9fNXQZWEghaV4tOBu6+xyWlp oQAB/QKfDn99ibf4W9410BmdboxKoZL5MVL3MGI0GMilgWZt2H4W+BGzqy/WxOjBFT60 Vsjg== 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=HyzdQxxaiJZFowzDZE/WcCwCS/Wd6B/Tv8f/0u1pjUg=; b=d5B6/PnsMrrGMN9aNyWfyK1m66v900sAcT2Z6CdkxmTz5VnkqgyWQirxmCtRzW/g0Y SED8AgsMFnIi8kcgWUFFpugCgNNqXWo/5iISrrq6R4g2MgcgMvXIGioBNA3PXd2nlzIi i/eGoOw0B4N7gtG3zOHTCPnqFEuqAFC2PCBFnlUCLwgGmafchjVgYUL+DJa+nvqybLB9 r728WeZuHSRn5TG4YMXxPY8OaQ31wq0/kDiEjc56jd7/P+WJvVYlau1wZYhJvI/QGSk0 51S8/cE08UUMF+twSYaqVJnQPYQM4u5LtRXQ6ceRR0pe9FlLYHJNXwTmc+vMl9SGj5L8 P54A== X-Gm-Message-State: AOAM530fjQE+Sa2xguhy5M15Sp12DybcuAr5EMQxUZFcAxYjX4u0EXsb 3whKxZegXKr746A4zLntf9Dknp/tZbxwDQ== X-Google-Smtp-Source: ABdhPJx6e/AnhFgMrKmgmYWoZMGuC41+a+3qm+7YnqnJ/D9fPnMoVnixv8MNSCR5V15W3x3yu2zrjQ== X-Received: by 2002:a05:600c:4153:: with SMTP id h19mr2277708wmm.142.1639608046122; Wed, 15 Dec 2021 14:40:46 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:45 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 11/26] lighttpd: upgrade 1.4.61 -> 1.4.63 Date: Wed, 15 Dec 2021 23:40:19 +0100 Message-Id: <20211215224034.1814148-11-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159753 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.61.bb => lighttpd_1.4.63.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.61.bb => lighttpd_1.4.63.bb} (97%) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.61.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.63.bb similarity index 97% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.61.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.63.bb index 583b0e260c..41d6319e1b 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.61.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.63.bb @@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd \ " -SRC_URI[sha256sum] = "43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432" +SRC_URI[sha256sum] = "2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9" DEPENDS = "virtual/crypt" From patchwork Wed Dec 15 22:40:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1548 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 533D5C4167B for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web08.2683.1639608048100053243 for ; Wed, 15 Dec 2021 14:40:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LLf5osq5; spf=pass (domain: gmail.com, ip: 209.85.221.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id u17so40762205wrt.3 for ; Wed, 15 Dec 2021 14:40:47 -0800 (PST) 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=oyW9jlpRVzioVvupDcuT+qzotwxbBhfa4ihq6XA1wwo=; b=LLf5osq53a79oagKzAokg3armAKKzB38lkHMWbIbs1Ro/sbDLbpIcZChqF9fSnxagA mgK9rGymvs5eCHYcLbyIK2E+t8yszHpHtZVA1Bu+e3aWaEurk57s6kU410QpEyFjBeIn 359zPPKzNaVWN0PTyY/gvqb2HrlEX143K8gnq7naRAKj8FMGwD+isp8kJwPcv+H4eH3f PnjByVrUdn1y60WNdi0NNX+S7Daa21U7dJvJa6m3eTd9MEIa9YJe+KmdP0nLZQF3Q7DC pqYzq3SqrcFsFildCfTA+X4uTlSLR6G1FDB/03rxbn5z/ZYcwdv++1y5SG6x53+X+1HM jxFg== 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=oyW9jlpRVzioVvupDcuT+qzotwxbBhfa4ihq6XA1wwo=; b=2VT1NCNunkl7ZD7A0oALgg5vN6mz5CFPtUj7d7Y8UpX1B4hbAoUEScCAr9Wr7PrVqh ZRU2bsFRo8wU1gBlAULkh31uYNEPzwe4l8ZUNjEiykvVeiYDPzUqZbv9iQ8CZENZ0TKs MecAZUZS611wcXv3s/AneXdHxFsXelrmGZ26eFYIfBJJrry1X0gcGlnUJwysHFED58Kk Mp794xkmDkyzib83JD7O8UBKosep3cPwWpybY4RpSfiCxDODZdpzuxHnEueCZRLx6Jxr oGWQ+a99XcaWgKu4Y/ha7aGx6II/HcHLBby+ToVzTP7ljJQCRsysnoYGHP6oUFux1tOz VI9Q== X-Gm-Message-State: AOAM5309JLJnoAs2JoHSU6/LqA9asw0p3+sywQVUIuQfMYA83s04FTQk 4rAAPIxmLY3wL2ulmn2vj7UBGZq+As3gFg== X-Google-Smtp-Source: ABdhPJxmupu27GdgVgWc9vdUyOCrHdXLEfJgwgd/ghOdYgIE3CPQ7YnckD4sTS7N7kXFQVoXp0GhXA== X-Received: by 2002:adf:d1c2:: with SMTP id b2mr6517522wrd.369.1639608046774; Wed, 15 Dec 2021 14:40:46 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:46 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 12/26] harfbuzz: upgrade 3.1.2 -> 3.2.0 Date: Wed, 15 Dec 2021 23:40:20 +0100 Message-Id: <20211215224034.1814148-12-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159754 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_3.1.2.bb => harfbuzz_3.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_3.1.2.bb => harfbuzz_3.2.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb index 368f7c1bde..647bafc4d3 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "4056b1541dd8bbd8ec29207fe30e568805c0705515632d7fec53a94399bc7945" +SRC_URI[sha256sum] = "0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd" inherit meson pkgconfig lib_package gtk-doc gobject-introspection From patchwork Wed Dec 15 22:40:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1547 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 533F7C4167E for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web09.2676.1639608048672547289 for ; Wed, 15 Dec 2021 14:40:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=khhjO7Xm; spf=pass (domain: gmail.com, ip: 209.85.221.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f48.google.com with SMTP id s1so6595377wrg.1 for ; Wed, 15 Dec 2021 14:40:48 -0800 (PST) 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=Fk9FQwHE8XzUXE2Iojtg9+LJRrW70qiz1BLtbV+8EmQ=; b=khhjO7XmxbdayTwoC/V3urKpijWmomA9tCQYAMB+vxQeT9iW42LB07KJ7BsWA6396i G+8JOI3Mm8U15Mnu21vMjuJyC6ls02ucMNl78fYua+O13GRtwSPsDCp9UHYypZp5PAxo GG7h8w79JmoWHc13TwoGymC77QDpfqMmpXPsfE4epqP3de0gIp3vxPmOblnZeKHTa4mw HHUbWk2ZM/oekFg+18L3n65xEQoJuO9T8buXGQBJMLMv6xA7wBYLYqoU6Z75wn1mQpYH occAGfFIbS5XYmx9P0XTrLMyjnVkf1LDdUcFOMiHziNsRSfHeKvgTDG+j/cIXzeDXdcu Y1hA== 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=Fk9FQwHE8XzUXE2Iojtg9+LJRrW70qiz1BLtbV+8EmQ=; b=uo/vfogXas+cSHQ1aXVZCwCvyQGLXBxsEIkAauMqK21tUwFCkDFG/Bz/KSN/IQP4xp nDsCrS20o/05BzTtkbuReq0Fe0df5oB1badL0h/DS+wRlj0HU5SltJNXThEvSAWtlJmP g2OSZ9YQ3+NJ5kvOwNDi1rStqyIAmNdlUP7Zr/M/ITt/5ud8xcYi2QCsljDry4Ei9b8O D8PpfOunfndkK7ZG+PHNqqYxiWJl4cvsvcmF/JdRpNwnDEm/8JvQTfOYquj5bO0gyt3c YcVNDuMCbTXca6n7EXrV5N/SGOpVE2SlmeMp3CeBOXuRXdNs98cITj9YiUbvjt24gbr3 WYtw== X-Gm-Message-State: AOAM531x5G6YudtneOFkqxlSca70sRXILr/AoKZDpSFUfsZHnaGGwd4D pp2IfhhZUZgECK8qQNI16rylyhgrQxlEjQ== X-Google-Smtp-Source: ABdhPJwLazobj/snotmMDhtE7bAznmmuJ/o1Nl5EEsaLd82qotIKt6QITwDMnoI6ryCpn1X+lIvHKQ== X-Received: by 2002:a5d:4d51:: with SMTP id a17mr6271810wru.384.1639608047350; Wed, 15 Dec 2021 14:40:47 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:47 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 13/26] piglit: upgrade to latest revision Date: Wed, 15 Dec 2021 23:40:21 +0100 Message-Id: <20211215224034.1814148-13-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159755 From: Alexander Kanavin 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 c5f3ecea16..70c7529f91 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -18,7 +18,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "efa64335e22f1af0277f4d4dd7629e8674875490" +SRCREV = "f855ad1c8ab0a7b25437b1a48b9038f599f31691" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Wed Dec 15 22:40:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1549 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 45B00C4321E for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web10.2648.1639608049326759587 for ; Wed, 15 Dec 2021 14:40:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ImnoBceE; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id i22so10939365wrb.13 for ; Wed, 15 Dec 2021 14:40:49 -0800 (PST) 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=rD0F8jSQqxQk/+GXjFf1pHUbVXT8l1TXQQBCvetnQE4=; b=ImnoBceERsVEHbmSCzzIvCLGNFJpf3kqGElhGSDlaX5OWM7qEr7Y7LiDnZZdZhvi1B IPDDZ16yU7hnrMWwk/x0SFwXouuRfWcbfQU9xE+8gfUm1WF9tXilTNfp8nBseqHKVM86 vSYugcdcBjmx94iOaINlZeb2F9Rzj4vSs2KXUlhoqYPqRJ77nPmK33g4Gs99+4otdKb3 W/yfV3G65jjjPtX8KDSFdQWNU2CA5SXVXEVVMpgjp0phpBDvKuE3WXgnhvfXmbrILKMt xj7RsSR2+wMNjoAeeGJK9fCVTMrK+nvs3x92RhMPtEZaIdHDyhtz1/QYJIVRKqunMEUF l3IQ== 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=rD0F8jSQqxQk/+GXjFf1pHUbVXT8l1TXQQBCvetnQE4=; b=MFuXt/68X/o1uaKdGXDweKNWCgvp9wQLJpPKm9MKeMw4wUKvFzqfZPVcHmcIX8suBQ tz4RPgsAzPoXrQHsQzEmfGDANlJlj8L+sINpLvBw4V+Kk4iCVtlbGIrJQ3T4HPFl+h9q asSTtXuupRjp6UzNr7oFRIKbT2tlIsl+E7plXgaPv8tODKkFs1nkXiXruIm7l5m3Lbsw 1IICp+k9G1WTg7cBWWaZgYuM8Vxzl2slH+WQzyDRBu+MYdCW8AD4LEcseW+ncJjGGhD6 qB1t+pFAJGks6efvpR5IccL2gPpf2BBX6+1X4shAM6uSRcFKF7lVEV7EZ2AxxchhMcjw QZPw== X-Gm-Message-State: AOAM532SHSmjM1JkG+dQjwTEBjTw0vstqlTNTI9Drqt9bgvKawetBBdC zRcvUk9j1oyeigZpJrPFSVWuTDaQllkzVg== X-Google-Smtp-Source: ABdhPJzx3OPXQPZwgq8Ag/m89AcGZo2A+gPAlnka3DOjaT19Quelw/Doj8wsK9EmDHofMq6dxalbcA== X-Received: by 2002:a5d:61ca:: with SMTP id q10mr6355994wrv.102.1639608047952; Wed, 15 Dec 2021 14:40:47 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:47 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 14/26] alsa: upgrade 1.2.5 -> 1.2.6 Date: Wed, 15 Dec 2021 23:40:22 +0100 Message-Id: <20211215224034.1814148-14-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159756 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../alsa/{alsa-lib_1.2.5.1.bb => alsa-lib_1.2.6.1.bb} | 2 +- .../alsa/{alsa-plugins_1.2.5.bb => alsa-plugins_1.2.6.bb} | 2 +- .../alsa/{alsa-ucm-conf_1.2.5.1.bb => alsa-ucm-conf_1.2.6.2.bb} | 2 +- ...lsa-utils-scripts_1.2.5.1.bb => alsa-utils-scripts_1.2.6.bb} | 0 meta/recipes-multimedia/alsa/alsa-utils.inc | 2 +- .../alsa/{alsa-utils_1.2.5.1.bb => alsa-utils_1.2.6.bb} | 0 6 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.5.1.bb => alsa-lib_1.2.6.1.bb} (94%) rename meta/recipes-multimedia/alsa/{alsa-plugins_1.2.5.bb => alsa-plugins_1.2.6.bb} (98%) rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.5.1.bb => alsa-ucm-conf_1.2.6.2.bb} (89%) rename meta/recipes-multimedia/alsa/{alsa-utils-scripts_1.2.5.1.bb => alsa-utils-scripts_1.2.6.bb} (100%) rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.5.1.bb => alsa-utils_1.2.6.bb} (100%) diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb similarity index 94% rename from meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb rename to meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb index cf7c3fcd43..7c03287b84 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.6.1.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ " SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" -SRC_URI[sha256sum] = "628421d950cecaf234de3f899d520c0a6923313c964ad751ffac081df331438e" +SRC_URI[sha256sum] = "ad582993d52cdb5fb159a0beab60a6ac57eab0cc1bdf85dc4db6d6197f02333f" inherit autotools pkgconfig diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb similarity index 98% rename from meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb rename to meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb index 0eac982e1a..7b1ca2ee15 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.6.bb @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ " SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2" -SRC_URI[sha256sum] = "42eef98433d2c8d11f1deeeb459643619215a75aa5a5bbdd06a794e4c413df20" +SRC_URI[sha256sum] = "068818a4b55d8c029daa00015d853d45113f56b224b7c64e1e117988c825b2a0" DEPENDS += "alsa-lib" diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb similarity index 89% rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb index 9d874eca13..10860e61a0 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.6.2.bb @@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" -SRC_URI[sha256sum] = "5841a444166dcbf479db751303dbc3556f685085ac7e00f0c9e7755676195d97" +SRC_URI[sha256sum] = "8be24fb9fe789ee2778ae6f32e18e8043fe7f8bc735871e9d17c68a04566a822" # Something went wrong at upstream tarballing inherit allarch diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.6.bb similarity index 100% rename from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb rename to meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.6.bb diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index 95b93d4432..631cbe1029 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc @@ -24,7 +24,7 @@ PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2" -SRC_URI[sha256sum] = "9c169ae37a49295f9b97b92ace772803daf6b6510a19574e0b78f87e562118d0" +SRC_URI[sha256sum] = "6a1efd8a1f1d9d38e489633eaec1fffa5c315663b316cab804be486887e6145d" # On build machines with python-docutils (not python3-docutils !!) installed # rst2man (not rst2man.py) is detected and compile fails with diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.6.bb similarity index 100% rename from meta/recipes-multimedia/alsa/alsa-utils_1.2.5.1.bb rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.6.bb From patchwork Wed Dec 15 22:40:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1565 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 7ED1AC3525C for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web10.2650.1639608049934947823 for ; Wed, 15 Dec 2021 14:40:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=W2uW2P8m; spf=pass (domain: gmail.com, ip: 209.85.221.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f48.google.com with SMTP id e5so7311431wrc.5 for ; Wed, 15 Dec 2021 14:40:49 -0800 (PST) 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=WOZ4wRp/Nz6YbpG2tM1qXNdwh2fNTiqtRhSA+7q/ebw=; b=W2uW2P8mgKJ5dDCrhN5F2W/6EhdUrYsgZu2E6W1EDJX4bN2hXwNexepp1qz5EhsnXI TG72Tc0ZN8T5UFgk/I3Skz7UvHj3Hvuj9mbhaWX9T7+3uvsB3dyfJQRTCyKohZfiOOtl /D4VQlFl7wvMj/OotkfHwUqjq0UrY23Ok6dNXy9DdXNdSUHxhidbgXGrNEnqsEDHACfE 5yEQz2y6uiF7X+ZA2JLq11pNdgso9FEkTs3rzd3PXqhdhmf+Vuc7+AL6yVGdXAakReXc ixrBRlsLW4kBTSPt3ta/17r4RUdqklMk8GMWQ0pe6uY0RmMvTD4dXzlfCvzeIj0bXSoF hgAg== 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=WOZ4wRp/Nz6YbpG2tM1qXNdwh2fNTiqtRhSA+7q/ebw=; b=vB4+ad9/lwJsiyTr2x0CNad8EcEhYQrf20RPdcn0Kr48xrPBeeE39N40PK/pERXJCu hOUk7BBithKxiXlAYqRv3yAX49qC/TZE9Jy+obxTFeyuW2PHx2ICTB8diHF4ljFXLyIs T6LKdH4gFEiSSUtj5LxpRbEdqVZhnPaDz7eH8xUFGDw5mX5arcqns3mXoZd++tYyVweV fTOfU748sqsuvYXgwVHulaEwp1tf0zxT8OwGKNveKSTev0bSIyd75RCpRvj97gPoBOuI ZzUD8mUahcB1EZieVnqVXBAIK23OupQT9PK7VYdL0rvpc5H75wI/huTeuKdsPnbX/pra LQHw== X-Gm-Message-State: AOAM530ZmZq0uwgRCtUWv6LmS4iiobtfBIXsGJ6b1pYk8jm4FJo8flCB Ju7x8oaxdWx2DrOqA4pC2QD99MFB7adpmQ== X-Google-Smtp-Source: ABdhPJzgbkcr8AR8SN+r6huiT67gXn8EItrs8xTAXpOs+muPH35xSc2ti9R+Es1qYrkR3EL3Id+swA== X-Received: by 2002:a5d:5889:: with SMTP id n9mr6367643wrf.669.1639608048573; Wed, 15 Dec 2021 14:40:48 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:48 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Alexey Brodkin Subject: [PATCH 15/26] dpkg: update 1.20.9 -> 1.21.1 Date: Wed, 15 Dec 2021 23:40:23 +0100 Message-Id: <20211215224034.1814148-15-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159757 Signed-off-by: Alexander Kanavin Reviewed-by: Alexey Brodkin --- meta/recipes-devtools/dpkg/dpkg.inc | 2 + ...ild.c-ignore-return-of-1-from-tar-cf.patch | 8 +-- .../0014-arch-Add-support-for-ARCv2-CPU.patch | 68 ------------------- .../dpkg/{dpkg_1.20.9.bb => dpkg_1.21.1.bb} | 5 +- 4 files changed, 8 insertions(+), 75 deletions(-) delete mode 100644 meta/recipes-devtools/dpkg/dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch rename meta/recipes-devtools/dpkg/{dpkg_1.20.9.bb => dpkg_1.21.1.bb} (88%) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 80865a31a1..00b1e9187a 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -61,6 +61,8 @@ PROV:class-nativesdk = "" PROVIDES += "${PROV}" +FILES:${PN} += "${datadir}/zsh" + PACKAGES =+ "update-alternatives-dpkg" FILES:update-alternatives-dpkg = "${bindir}/update-alternatives ${localstatedir}/lib/dpkg/alternatives ${sysconfdir}/alternatives" RPROVIDES:update-alternatives-dpkg += "update-alternatives" diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch index 2dc68e2064..4d3f238012 100644 --- a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch +++ b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch @@ -1,4 +1,4 @@ -From d6f5fed6bc56e1f3b885a796a43aa2868ace57bc Mon Sep 17 00:00:00 2001 +From cb47e9cd6735fcafd231748dab8884ae991b669c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 16 Jun 2020 03:57:25 +0000 Subject: [PATCH] build.c: ignore return of 1 from tar -cf @@ -29,10 +29,10 @@ Signed-off-by: Paul Eggleton 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c -index d13a21c1e..059f2be6d 100644 +index 76613adec..7c216d1a9 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c -@@ -480,6 +480,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder, +@@ -482,6 +482,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder, { int pipe_filenames[2], pipe_tarball[2]; pid_t pid_tar, pid_comp; @@ -40,7 +40,7 @@ index d13a21c1e..059f2be6d 100644 /* Fork off a tar. We will feed it a list of filenames on stdin later. */ m_pipe(pipe_filenames); -@@ -532,7 +533,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder, +@@ -534,7 +535,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder, /* All done, clean up wait for tar and to finish their job. */ close(pipe_filenames[1]); subproc_reap(pid_comp, _(" from tar -cf"), 0); diff --git a/meta/recipes-devtools/dpkg/dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch b/meta/recipes-devtools/dpkg/dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch deleted file mode 100644 index ece18a33ac..0000000000 --- a/meta/recipes-devtools/dpkg/dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch +++ /dev/null @@ -1,68 +0,0 @@ -From c6acfba64b470c7e919fd5bd29124d7228492537 Mon Sep 17 00:00:00 2001 -From: Guillem Jover -Date: Fri, 28 May 2021 04:07:49 +0200 -Subject: [PATCH] arch: Add support for ARCv2 CPU - -This is based on the ARCv2 32-bit little-endian hard-float ISA. - -Closes: #980963 - -Upstream-Status: Backport [https://salsa.debian.org/dpkg-team/dpkg/-/commit/0d134cdcb0dcc6b21fa7926964c1426a5821181d] - -Based-on-patch-by: Alexey Brodkin -Signed-off-by: Alexey Brodkin ---- - data/cputable | 1 + - scripts/Dpkg/Shlibs/Objdump.pm | 1 + - scripts/t/Dpkg_Arch.t | 4 ++-- - 3 files changed, 4 insertions(+), 2 deletions(-) - -diff --git a/data/cputable b/data/cputable -index 9f2a8e0e4..277bed88f 100644 ---- a/data/cputable -+++ b/data/cputable -@@ -20,6 +20,7 @@ i386 i686 (i[34567]86|pentium) 32 little - ia64 ia64 ia64 64 little - alpha alpha alpha.* 64 little - amd64 x86_64 (amd64|x86_64) 64 little -+arc arc arc 32 little - armeb armeb arm.*b 32 big - arm arm arm.* 32 little - arm64 aarch64 aarch64 64 little -diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm -index 4cee866e7..93319d1eb 100644 ---- a/scripts/Dpkg/Shlibs/Objdump.pm -+++ b/scripts/Dpkg/Shlibs/Objdump.pm -@@ -100,6 +100,7 @@ use constant { - ELF_MACH_OR1K => 92, - ELF_MACH_XTENSA => 94, - ELF_MACH_MICROBLAZE => 189, -+ ELF_MACH_ARCV2 => 195, - ELF_MACH_AVR_OLD => 0x1057, - ELF_MACH_OR1K_OLD => 0x8472, - ELF_MACH_ALPHA => 0x9026, -diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t -index a3a9e6fee..f0bba272a 100644 ---- a/scripts/t/Dpkg_Arch.t -+++ b/scripts/t/Dpkg_Arch.t -@@ -16,7 +16,7 @@ - use strict; - use warnings; - --use Test::More tests => 16836; -+use Test::More tests => 18407; - - use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch - debarch_eq debarch_is debarch_is_wildcard -@@ -174,7 +174,7 @@ is(gnutriplet_to_debarch(undef), undef, 'undef gnutriplet'); - is(gnutriplet_to_debarch('unknown-unknown-unknown'), undef, 'unknown gnutriplet'); - is(gnutriplet_to_debarch('x86_64-linux-gnu'), 'amd64', 'known gnutriplet'); - --is(scalar get_valid_arches(), 539, 'expected amount of known architectures'); -+is(scalar get_valid_arches(), 554, 'expected amount of known architectures'); - - { - local $ENV{CC} = 'false'; --- -2.16.2 - diff --git a/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb b/meta/recipes-devtools/dpkg/dpkg_1.21.1.bb similarity index 88% rename from meta/recipes-devtools/dpkg/dpkg_1.20.9.bb rename to meta/recipes-devtools/dpkg/dpkg_1.21.1.bb index 4c587f2bf2..ccb4f06d32 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.21.1.bb @@ -1,7 +1,7 @@ require dpkg.inc LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.20.x \ +SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \ file://noman.patch \ file://remove-tar-no-timestamp.patch \ file://arch_pm.patch \ @@ -14,11 +14,10 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.20. file://0001-dpkg-Support-muslx32-build.patch \ file://pager.patch \ file://0001-Add-support-for-riscv32-CPU.patch \ - file://0014-arch-Add-support-for-ARCv2-CPU.patch \ " SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" -SRCREV = "2177b782b16e77e97c9643961a5ae3c639bcc4a3" +SRCREV = "9b52f8fa74571049d868cb2af0643ee7f89a6151" S = "${WORKDIR}/git" From patchwork Wed Dec 15 22:40:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1562 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 7F36BC4707E for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web09.2677.1639608050498031445 for ; Wed, 15 Dec 2021 14:40:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=i0kq3uOQ; spf=pass (domain: gmail.com, ip: 209.85.221.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f47.google.com with SMTP id s1so6595449wrg.1 for ; Wed, 15 Dec 2021 14:40:50 -0800 (PST) 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=2SI0JN/wAL0tAonDScOnNwg7QZ8YjFoWNRIXjqdIS0c=; b=i0kq3uOQ2BZWvgXg4tCFs2OF6Qt2Q052xqc7uG8bmHAc6KirEcgW3WwT+zCs6JUVw+ 6xLUWSKYYCPj8tGEWvet0m1LPcI2QukNcGICl18LKX20v4hUdKazoxEzMydR+xmC1tP4 Ybv9+peLFnIUjl8GASSPZf5rDy3LvRc6NozTdcR7yFGRMR5gnntZ0CUjFsM6+bDj/bMF gP8EBcw7wtFBF82O799zNffZQP8G19MHhDcQ7QnPavYcNWd2fq45cf6HuJLQI5NQRQBi cZEnckPD8oqzCky70ci+J8NusPWdspOmlI5jRzoDcacbBLtjzyUtSWTrSLk8kL/TjC35 JwnQ== 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=2SI0JN/wAL0tAonDScOnNwg7QZ8YjFoWNRIXjqdIS0c=; b=zaouD8yVMu2P0D9AlToDxLFpOZzTHl5bW2R8GR+DHe29CMynZxNUd+x5VepXWUzE5U ePJTNLRQGxvmIbbg4fgRAgGYK0+dllR0cK4k10EOSzM/swvKxgekWAqWRNQlu/jutXkB cPFiF7Uj5mpXK6jQ/L8RHnJsdDkrJEVriUZ4NyVkxufMI11BlfVtoqpYLC1UwO8hloDA RQGYUyvifXPqxjHHrEUkRZF829vBLqoUz84enerrSQwrW4XIbHpQTZ0EsqcvYg6u7IgO N99+knq4PLNA1/LyPt6+qA2ZR1Le1P//aGSeJZal1ed7V3X4dartWzUpdFsyrBl0Sh6a Xr1w== X-Gm-Message-State: AOAM532pgjzmzryCPm3z/uoHoRU2klFfPSQuJPrLrS7aSeskL+QFtOKU MwIGgfk+qh4o0gJBm4SRSUL0XWaOKm216Q== X-Google-Smtp-Source: ABdhPJzYDK5uvM7RhZW4fvAVs+o0himYwes1FCADr9eEfK+wzy8ZEYcJurKz9+eedD/pYu6cKx/e1Q== X-Received: by 2002:a5d:64e4:: with SMTP id g4mr6380724wri.510.1639608049159; Wed, 15 Dec 2021 14:40:49 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:48 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 16/26] go: upgrade 1.17.4 -> 1.17.5 Date: Wed, 15 Dec 2021 23:40:24 +0100 Message-Id: <20211215224034.1814148-16-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159758 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.17.4.inc => go-1.17.5.inc} | 2 +- ...{go-binary-native_1.17.4.bb => go-binary-native_1.17.5.bb} | 4 ++-- ...o-cross-canadian_1.17.4.bb => go-cross-canadian_1.17.5.bb} | 0 .../go/{go-cross_1.17.4.bb => go-cross_1.17.5.bb} | 0 .../go/{go-crosssdk_1.17.4.bb => go-crosssdk_1.17.5.bb} | 0 .../go/{go-native_1.17.4.bb => go-native_1.17.5.bb} | 0 .../go/{go-runtime_1.17.4.bb => go-runtime_1.17.5.bb} | 0 meta/recipes-devtools/go/{go_1.17.4.bb => go_1.17.5.bb} | 0 8 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/go/{go-1.17.4.inc => go-1.17.5.inc} (91%) rename meta/recipes-devtools/go/{go-binary-native_1.17.4.bb => go-binary-native_1.17.5.bb} (83%) rename meta/recipes-devtools/go/{go-cross-canadian_1.17.4.bb => go-cross-canadian_1.17.5.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.17.4.bb => go-cross_1.17.5.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.17.4.bb => go-crosssdk_1.17.5.bb} (100%) rename meta/recipes-devtools/go/{go-native_1.17.4.bb => go-native_1.17.5.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.17.4.bb => go-runtime_1.17.5.bb} (100%) rename meta/recipes-devtools/go/{go_1.17.4.bb => go_1.17.5.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.17.4.inc b/meta/recipes-devtools/go/go-1.17.5.inc similarity index 91% rename from meta/recipes-devtools/go/go-1.17.4.inc rename to meta/recipes-devtools/go/go-1.17.5.inc index 5c4423ac18..baddd3b215 100644 --- a/meta/recipes-devtools/go/go-1.17.4.inc +++ b/meta/recipes-devtools/go/go-1.17.5.inc @@ -15,7 +15,7 @@ SRC_URI += "\ file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \ " -SRC_URI[main.sha256sum] = "4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b" +SRC_URI[main.sha256sum] = "3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d" # Upstream don't believe it is a signifiant real world issue and will only # fix in 1.17 onwards where we can drop this. diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.4.bb b/meta/recipes-devtools/go/go-binary-native_1.17.5.bb similarity index 83% rename from meta/recipes-devtools/go/go-binary-native_1.17.4.bb rename to meta/recipes-devtools/go/go-binary-native_1.17.5.bb index 8d8142ce1d..f07d299b40 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.4.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.5.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] = "adab2483f644e2f8a10ae93122f0018cef525ca48d0b8764dae87cb5f4fd4206" -SRC_URI[go_linux_arm64.sha256sum] = "617a46bd083e59877bb5680998571b3ddd4f6dcdaf9f8bf65ad4edc8f3eafb13" +SRC_URI[go_linux_amd64.sha256sum] = "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e" +SRC_URI[go_linux_arm64.sha256sum] = "6f95ce3da40d9ce1355e48f31f4eb6508382415ca4d7413b1e7a3314e6430e7e" 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.17.4.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.17.4.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb diff --git a/meta/recipes-devtools/go/go-cross_1.17.4.bb b/meta/recipes-devtools/go/go-cross_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.17.4.bb rename to meta/recipes-devtools/go/go-cross_1.17.5.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.4.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.17.4.bb rename to meta/recipes-devtools/go/go-crosssdk_1.17.5.bb diff --git a/meta/recipes-devtools/go/go-native_1.17.4.bb b/meta/recipes-devtools/go/go-native_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.17.4.bb rename to meta/recipes-devtools/go/go-native_1.17.5.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.17.4.bb b/meta/recipes-devtools/go/go-runtime_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.17.4.bb rename to meta/recipes-devtools/go/go-runtime_1.17.5.bb diff --git a/meta/recipes-devtools/go/go_1.17.4.bb b/meta/recipes-devtools/go/go_1.17.5.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.17.4.bb rename to meta/recipes-devtools/go/go_1.17.5.bb From patchwork Wed Dec 15 22:40:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1567 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 840B9C4332F for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by mx.groups.io with SMTP id smtpd.web08.2684.1639608051074741549 for ; Wed, 15 Dec 2021 14:40:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=R9+t8nIy; spf=pass (domain: gmail.com, ip: 209.85.221.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f51.google.com with SMTP id t9so40737433wrx.7 for ; Wed, 15 Dec 2021 14:40:50 -0800 (PST) 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=ZNbUCvYdKUFOk+CtIFbkqVnBzR+HPCJfyorMXFkbiIw=; b=R9+t8nIyws+mV8J4xFYYizKoOUxyhH0bnxiO7jR04RB9UVjBvb+tCSCErBehBn7be2 SO/EYj9tkBMA7YrQ4is649/bMpmdJCnk6gUWhNh9UwvUc9xRXtgfHu+Kl9kVvoKE8BSR Pkyxqami5x0RZtefE8GJQ86HK1URgNyH7GBJIm6xguNzCuCmzA1EmIc939HCvjvst2u+ n6BKtlUMNEYC66msjxC9UeyaWU9nx+1DoKrKowpTckv+uPDlC8q/OIIL1PNuRyOkmhiZ 6x5eA7gY9YVa6ZZ+USNe92JCWP4mbBCOIkAELgCzanZR6EJshUb957rsX+ZbTwn9/EL3 tnsw== 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=ZNbUCvYdKUFOk+CtIFbkqVnBzR+HPCJfyorMXFkbiIw=; b=zvVcGavP3MYml9KC6DcPPX+3oLmX0sjgcMTt2yA8PiVWTSLljSXWrxvwGSqV8xCp5x VVFhGY6iVUATsp3HPI5bGSobg81kzdbHjs39ldirWJ2Fpi3Mb529r/gwbFTKAOKJQolq IWCWJp2F9EaIokEYcTw+lckjkEC8Fxgt9AMF91nnR4bukshXXgvPTJNiavt+WLfv1uVb +ept0EIztpJGewHi4F8X3M9zrLFZ4bYiiAcTCTO8EjTg/cc6FnATNvCKBYaoldpdDkpQ kaVzB2rnI1AuiBKuOhzO+FaUxzACWpKOB+Iouk2CFuPrHYf/4XI1z5M8W9uynfEotrO7 HWZg== X-Gm-Message-State: AOAM532mGrnwUwQXf7MI6cZ56+OSVZ3+A8pk0DQxjMAkxWb3XPr7vISF PPXO2YdLH34ynTU5HwlyKy/Z6wNc7Y+x6Q== X-Google-Smtp-Source: ABdhPJxVFxqYAFJg/gME4j1NBeskOMcmp0t9OO3xIpv4BjOCzb9Ks5LM3owvEx006X0nCxPzPQtZxg== X-Received: by 2002:adf:fbc1:: with SMTP id d1mr6625646wrs.648.1639608049753; Wed, 15 Dec 2021 14:40:49 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:49 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 17/26] repo: update 2.18 -> 2.19 Date: Wed, 15 Dec 2021 23:40:25 +0100 Message-Id: <20211215224034.1814148-17-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159759 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.18.bb => repo_2.19.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/repo/{repo_2.18.bb => repo_2.19.bb} (88%) diff --git a/meta/recipes-devtools/repo/repo_2.18.bb b/meta/recipes-devtools/repo/repo_2.19.bb similarity index 88% rename from meta/recipes-devtools/repo/repo_2.18.bb rename to meta/recipes-devtools/repo/repo_2.19.bb index bf5e8d0429..730540cfa0 100644 --- a/meta/recipes-devtools/repo/repo_2.18.bb +++ b/meta/recipes-devtools/repo/repo_2.19.bb @@ -9,10 +9,10 @@ SECTION = "console/utils" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main" -SRCREV = "4a478edb443864561089b2699c9e65c85fc5e036" - -SRC_URI += "file://0001-python3-shebang.patch" +SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ + file://0001-python3-shebang.patch \ + " +SRCREV = "2a089cfee4a3eb0c28cfb441861fc1fcb05797d3" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" From patchwork Wed Dec 15 22:40:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1551 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 32150C433F5 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web09.2679.1639608051958978009 for ; Wed, 15 Dec 2021 14:40:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=iM+ZQwPW; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id c4so40716768wrd.9 for ; Wed, 15 Dec 2021 14:40:51 -0800 (PST) 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=BQbDKI4oOcFIIhEzKrJhm7ZmW9Bc5LLgC/kddw2zDS4=; b=iM+ZQwPWBcL6sDagHAdpsyvFYUvb4GGtS5vXWQEpV8v5jxC/2qXY1u6IPbRuK/pMeJ ZcsRiotHRUFS802l0Jq7aIjenJYDNSydeJWCySM2vUvQeNPTFt8ce8CWTimP1WK/yHoQ qJyXe2cVqNj+6zAR7ngpLD2U+g8ijc5V53L1F+9LkmqBrZ378RWkTr88z0y103sepTQJ K1GK3KdzbS55ETKceHAFngWNynh7TNCV63pHra3dkuoUikl2jSF2aasC0mIrKc0vpJPO fd2BY4cPndVV6lYqXkYJbaVHWgCk+DcSg9xO1eBqoyQOtFvD/Vywxhy6kwIZ2e2ciVNb TVbg== 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=BQbDKI4oOcFIIhEzKrJhm7ZmW9Bc5LLgC/kddw2zDS4=; b=YsyvBLUMvKLGy0VJPZ69Vh1vtrFhhgB6hSlaPYWXqmURgOASvCfffjIrKOZeaQxJcr aOz4S0VW6FEcKQp6sUI5cbiIKJnpbLM3UQ6THryJ3eRMJ4IIpYwK+pPRNPFAzEcmQyMf 3Kb5yqeLXjIAD1hZCgOSTpLUSv5aBQCbeNtgsgzZpxmVUpHViDt9XjMkdpvUHGrW5mMz moKVUXG60FLIASkPgMWKVt4iSRWaKLs3J7IS8928VVWZSwljy6zCjLO/VhG9Xp/dbzl4 8hrCilRY6IVsHcxef5lbldQiaBBs+wAIoY564CWiVoq0BlNtoJaxqnCB2iYfcCrPxTW8 rnrg== X-Gm-Message-State: AOAM532wuGVxOIuyksPnMjEA13mosgjtfPbgBzj1tPOw2LOKsoChvvZP gwcsIj8PPYOMf/pomv7MND2uW3hIDbpMFQ== X-Google-Smtp-Source: ABdhPJwshHpSkE7JsyMxo0EovgPFNypjwhPLP8oqaCJo36yp7izeQEUtjIcbp+vAcTjSVwSI4fprmg== X-Received: by 2002:a05:6000:18ad:: with SMTP id b13mr6419341wri.195.1639608050497; Wed, 15 Dec 2021 14:40:50 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:50 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Martin Jansa , Khem Raj , Michael Nosthoff Subject: [PATCH 18/26] boost: update 1.77.0 -> 1.78.0 Date: Wed, 15 Dec 2021 23:40:26 +0100 Message-Id: <20211215224034.1814148-18-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159760 Drop backports. Drop 0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch as it is difficult to rebase and needs to land upstream first. Signed-off-by: Alexander Kanavin --- .../{boost-1.77.0.inc => boost-1.78.0.inc} | 2 +- ....cmake-allow-searching-for-python310.patch | 50 ------ ...h-instruction-set-flags-we-do-that-o.patch | 15 +- ...efine-SYS_futex-if-it-does-not-exist.patch | 54 ------- ...th_no_atomic_int-on-the-command-line.patch | 53 ------ ...oft-failure-in-bernoulli_details_hpp.patch | 151 ------------------ ...7e01635306085488290ea83de541ec393f8b.patch | 30 ++++ meta/recipes-support/boost/boost_1.77.0.bb | 12 -- meta/recipes-support/boost/boost_1.78.0.bb | 9 ++ 9 files changed, 50 insertions(+), 326 deletions(-) rename meta/recipes-support/boost/{boost-1.77.0.inc => boost-1.78.0.inc} (90%) delete mode 100644 meta/recipes-support/boost/boost/0001-BoostConfig.cmake-allow-searching-for-python310.patch delete mode 100644 meta/recipes-support/boost/boost/0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch delete mode 100644 meta/recipes-support/boost/boost/0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch delete mode 100644 meta/recipes-support/boost/boost/0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch create mode 100644 meta/recipes-support/boost/boost/de657e01635306085488290ea83de541ec393f8b.patch delete mode 100644 meta/recipes-support/boost/boost_1.77.0.bb create mode 100644 meta/recipes-support/boost/boost_1.78.0.bb diff --git a/meta/recipes-support/boost/boost-1.77.0.inc b/meta/recipes-support/boost/boost-1.78.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.77.0.inc rename to meta/recipes-support/boost/boost-1.78.0.inc index 6df06e76c7..729a47b54f 100644 --- a/meta/recipes-support/boost/boost-1.77.0.inc +++ b/meta/recipes-support/boost/boost-1.78.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854" +SRC_URI[sha256sum] = "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost/0001-BoostConfig.cmake-allow-searching-for-python310.patch b/meta/recipes-support/boost/boost/0001-BoostConfig.cmake-allow-searching-for-python310.patch deleted file mode 100644 index 0a9ee2cc95..0000000000 --- a/meta/recipes-support/boost/boost/0001-BoostConfig.cmake-allow-searching-for-python310.patch +++ /dev/null @@ -1,50 +0,0 @@ -From e193f080c7d209516ac9b712fa0c50bb08026fa2 Mon Sep 17 00:00:00 2001 -From: Martin Jansa -Date: Tue, 19 Oct 2021 12:24:31 +0000 -Subject: [PATCH] BoostConfig.cmake: allow searching for python310 - -* accept double digits in Python3_VERSION_MINOR - -* if someone is using e.g.: - find_package(Python3 REQUIRED) - find_package(Boost REQUIRED python${Python3_VERSION_MAJOR}${Python3_VERSION_MINOR}) - - with python-3.10 then it currently fails with: - - -- Found PythonLibs: /usr/lib/libpython3.10.so (found version "3.10.0") - -- Found Python3: -native/usr/bin/python3-native/python3 (found version "3.10.0") found components: Interpreter - CMake Error at /usr/lib/cmake/Boost-1.77.0/BoostConfig.cmake:141 (find_package): - Could not find a package configuration file provided by "boost_python310" - (requested version 1.77.0) with any of the following names: - - boost_python310Config.cmake - boost_python310-config.cmake - - Add the installation prefix of "boost_python310" to CMAKE_PREFIX_PATH or - set "boost_python310_DIR" to a directory containing one of the above files. - If "boost_python310" provides a separate development package or SDK, be - sure it has been installed. - Call Stack (most recent call first): - /usr/lib/cmake/Boost-1.77.0/BoostConfig.cmake:258 (boost_find_component) - /usr/share/cmake-3.21/Modules/FindBoost.cmake:594 (find_package) - CMakeLists.txt:18 (find_package) - -Upstream-Status: Submitted [https://github.com/boostorg/boost_install/pull/53] -Signed-off-by: Martin Jansa ---- - tools/boost_install/BoostConfig.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/boost_install/BoostConfig.cmake b/tools/boost_install/BoostConfig.cmake -index fd17821..5dffa58 100644 ---- a/tools/boost_install/BoostConfig.cmake -+++ b/tools/boost_install/BoostConfig.cmake -@@ -113,7 +113,7 @@ macro(boost_find_component comp required quiet) - set(_BOOST_REQUIRED REQUIRED) - endif() - -- if("${comp}" MATCHES "^(python|numpy|mpi_python)([1-9])([0-9])$") -+ if("${comp}" MATCHES "^(python|numpy|mpi_python)([1-9])([0-9][0-9]?)$") - - # handle pythonXY and numpyXY versioned components for compatibility - diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch index 91ab53efd9..67d5dff125 100644 --- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch +++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch @@ -1,4 +1,4 @@ -From 8e1d30454afde37eaa3c593ec19d108cd5ed10d0 Mon Sep 17 00:00:00 2001 +From 4d2a8fc8117e56bc283349e5f7f889ebbfc55c71 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Dec 2018 15:42:57 +0100 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that @@ -10,14 +10,14 @@ Signed-off-by: Christopher Larson Signed-off-by: Alexander Kanavin --- - tools/build/src/tools/gcc.jam | 139 ---------------------------------- - 1 file changed, 139 deletions(-) + tools/build/src/tools/gcc.jam | 144 ---------------------------------- + 1 file changed, 144 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index ff3209f7b..70cbc39a5 100644 +index 47a113223..d77525724 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam -@@ -1217,142 +1217,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : +@@ -1122,147 +1122,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : $(architecture)/$(instruction-set) : $(values) ; } @@ -158,5 +158,10 @@ index ff3209f7b..70cbc39a5 100644 -cpu-flags gcc OPTIONS : s390x : z13 : -march=z13 ; -cpu-flags gcc OPTIONS : s390x : z14 : -march=z14 ; -cpu-flags gcc OPTIONS : s390x : z15 : -march=z15 ; +-# ARM +-cpu-flags gcc OPTIONS : arm : cortex-a9+vfpv3 : -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ; +-cpu-flags gcc OPTIONS : arm : cortex-a53 : -mcpu=cortex-a53 ; +-cpu-flags gcc OPTIONS : arm : cortex-r5 : -mcpu=cortex-r5 ; +-cpu-flags gcc OPTIONS : arm : cortex-r5+vfpv3-d16 : -mcpu=cortex-r5 -mfpu=vfpv3-d16 -mfloat-abi=hard ; -# AIX variant of RS/6000 & PowerPC -toolset.flags gcc AROPTIONS 64/aix : "-X64" ; diff --git a/meta/recipes-support/boost/boost/0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch b/meta/recipes-support/boost/boost/0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch deleted file mode 100644 index 523568e9bc..0000000000 --- a/meta/recipes-support/boost/boost/0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch +++ /dev/null @@ -1,54 +0,0 @@ -From d6f7b6064dc91d1d5fa18554b40b14822ab7a32b Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Fri, 16 Oct 2020 11:13:22 -0700 -Subject: [PATCH] fiber,libs: Define SYS_futex if it does not exist - -__NR_futex is not defines by newer architectures e.g. arc, riscv32 as -they only have 64bit variant of time_t. Glibc defines SYS_futex interface based on -__NR_futex, since this is used in applications, such applications start -to fail to build for these newer architectures. This patch defines a -fallback to alias __NR_futex to __NR_futex_tim64 so SYS_futex keeps -working - -Upstream-Status: Pending - -Signed-off-by: Khem Raj ---- - boost/fiber/detail/futex.hpp | 5 +++++ - libs/log/src/event.cpp | 4 ++++ - 2 files changed, 9 insertions(+) - -diff --git a/boost/fiber/detail/futex.hpp b/boost/fiber/detail/futex.hpp -index e64bd5990..16bee64f1 100644 ---- a/boost/fiber/detail/futex.hpp -+++ b/boost/fiber/detail/futex.hpp -@@ -17,6 +17,11 @@ extern "C" { - #include - #include - } -+ -+#if !defined(SYS_futex) && defined(SYS_futex_time64) -+#define SYS_futex SYS_futex_time64 -+#endif -+ - #elif BOOST_OS_WINDOWS - #include - #endif -diff --git a/libs/log/src/event.cpp b/libs/log/src/event.cpp -index 5485154d7..2c7c0381f 100644 ---- a/libs/log/src/event.cpp -+++ b/libs/log/src/event.cpp -@@ -31,6 +31,10 @@ - #include - #include - -+#if !defined(SYS_futex) && defined(SYS_futex_time64) -+#define SYS_futex SYS_futex_time64 -+#endif -+ - // Some Android NDKs (Google NDK and older Crystax.NET NDK versions) don't define SYS_futex - #if defined(SYS_futex) - #define BOOST_LOG_SYS_FUTEX SYS_futex --- -2.28.0 - diff --git a/meta/recipes-support/boost/boost/0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch b/meta/recipes-support/boost/boost/0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch deleted file mode 100644 index b05b795084..0000000000 --- a/meta/recipes-support/boost/boost/0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 32bd6197353f6ea8e5bef01f09e25c944141acfc Mon Sep 17 00:00:00 2001 -From: jzmaddock -Date: Wed, 1 Sep 2021 18:54:54 +0100 -Subject: [PATCH] Allow definition of BOOST_MATH_NO_ATOMIC_INT on the command - line. Allows us to test/emulate platforms with no atomic integers. - -[buildroot@heine.tech: - - backport from boostorg/math 32bd6197353f6ea8e5bef01f09e25c944141acfc - - alter path to match boost release -] -Signed-off-by: Michael Nosthoff ---- -Upstream-Status: Backport [https://github.com/boostorg/math/pull/684/commits/32bd6197353f6ea8e5bef01f09e25c944141acfc] - boost/math/tools/atomic.hpp | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/boost/math/tools/atomic.hpp b/boost/math/tools/atomic.hpp -index cc76ed269f..e3cbf5db89 100644 ---- a/boost/math/tools/atomic.hpp -+++ b/boost/math/tools/atomic.hpp -@@ -16,27 +16,27 @@ - namespace boost { - namespace math { - namespace detail { --#if ATOMIC_INT_LOCK_FREE == 2 -+#if (ATOMIC_INT_LOCK_FREE == 2) && !defined(BOOST_MATH_NO_ATOMIC_INT) - typedef std::atomic atomic_counter_type; - typedef std::atomic atomic_unsigned_type; - typedef int atomic_integer_type; - typedef unsigned atomic_unsigned_integer_type; --#elif ATOMIC_SHORT_LOCK_FREE == 2 -+#elif (ATOMIC_SHORT_LOCK_FREE == 2) && !defined(BOOST_MATH_NO_ATOMIC_INT) - typedef std::atomic atomic_counter_type; - typedef std::atomic atomic_unsigned_type; - typedef short atomic_integer_type; - typedef unsigned short atomic_unsigned_type; --#elif ATOMIC_LONG_LOCK_FREE == 2 -+#elif (ATOMIC_LONG_LOCK_FREE == 2) && !defined(BOOST_MATH_NO_ATOMIC_INT) - typedef std::atomic atomic_unsigned_integer_type; - typedef std::atomic atomic_unsigned_type; - typedef unsigned long atomic_unsigned_type; - typedef long atomic_integer_type; --#elif ATOMIC_LLONG_LOCK_FREE == 2 -+#elif (ATOMIC_LLONG_LOCK_FREE == 2) && !defined(BOOST_MATH_NO_ATOMIC_INT) - typedef std::atomic atomic_unsigned_integer_type; - typedef std::atomic atomic_unsigned_type; - typedef long long atomic_integer_type; - typedef unsigned long long atomic_unsigned_integer_type; --#else -+#elif !defined(BOOST_MATH_NO_ATOMIC_INT) - # define BOOST_MATH_NO_ATOMIC_INT - #endif - } // Namespace detail diff --git a/meta/recipes-support/boost/boost/0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch b/meta/recipes-support/boost/boost/0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch deleted file mode 100644 index f69e4f21f3..0000000000 --- a/meta/recipes-support/boost/boost/0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch +++ /dev/null @@ -1,151 +0,0 @@ -From 7d482f6ebc356e6ec455ccb5f51a23971bf6ce5b Mon Sep 17 00:00:00 2001 -From: jzmaddock -Date: Wed, 1 Sep 2021 20:31:53 +0100 -Subject: [PATCH] Make no atomics a soft failure in bernoulli_details.hpp. - Include an "escape macro" so thread safety can be disabled if certain - bernoulli features are to be used in a no-atomics environment. Fixes - https://github.com/boostorg/math/issues/673. - -[buildroot@heine.tech: - - backport from boostorg/math 7d482f6ebc356e6ec455ccb5f51a23971bf6ce5b - - alter path to match boost release -] -Signed-off-by: Michael Nosthoff ---- -Upstream-Status: Backport [https://github.com/boostorg/math/pull/684/commits/7d482f6ebc356e6ec455ccb5f51a23971bf6ce5b] - .../detail/bernoulli_details.hpp | 10 +++++++--- - libs/math/test/Jamfile.v2 | 3 +++ - test/compile_test/bernoulli_no_atomic_d.cpp | 14 ++++++++++++++ - test/compile_test/bernoulli_no_atomic_fail.cpp | 15 +++++++++++++++ - test/compile_test/bernoulli_no_atomic_mp.cpp | 16 ++++++++++++++++ - 5 files changed, 55 insertions(+), 3 deletions(-) - create mode 100644 test/compile_test/bernoulli_no_atomic_d.cpp - create mode 100644 test/compile_test/bernoulli_no_atomic_fail.cpp - create mode 100644 test/compile_test/bernoulli_no_atomic_mp.cpp - -diff --git a/boost/math/special_functions/detail/bernoulli_details.hpp b/boost/math/special_functions/detail/bernoulli_details.hpp -index cf35545264..8519b7c89c 100644 ---- a/boost/math/special_functions/detail/bernoulli_details.hpp -+++ b/boost/math/special_functions/detail/bernoulli_details.hpp -@@ -360,7 +360,7 @@ class bernoulli_numbers_cache - return out; - } - -- #ifndef BOOST_HAS_THREADS -+ #if !defined(BOOST_HAS_THREADS) || defined(BOOST_MATH_BERNOULLI_UNTHREADED) - // - // Single threaded code, very simple: - // -@@ -382,6 +382,8 @@ class bernoulli_numbers_cache - *out = (i >= m_overflow_limit) ? policies::raise_overflow_error("boost::math::bernoulli_b2n<%1%>(std::size_t)", 0, T(i), pol) : bn[i]; - ++out; - } -+ #elif defined(BOOST_MATH_NO_ATOMIC_INT) -+ static_assert(sizeof(T) == 1, "Unsupported configuration: your platform appears to have no atomic integers. If you are happy with thread-unsafe code, then you may define BOOST_MATH_BERNOULLI_UNTHREADED to suppress this error."); - #else - // - // Double-checked locking pattern, lets us access cached already cached values -@@ -464,7 +466,7 @@ class bernoulli_numbers_cache - return out; - } - -- #ifndef BOOST_HAS_THREADS -+ #if !defined(BOOST_HAS_THREADS) || defined(BOOST_MATH_BERNOULLI_UNTHREADED) - // - // Single threaded code, very simple: - // -@@ -494,6 +496,8 @@ class bernoulli_numbers_cache - } - ++out; - } -+ #elif defined(BOOST_MATH_NO_ATOMIC_INT) -+ static_assert(sizeof(T) == 1, "Unsupported configuration: your platform appears to have no atomic integers. If you are happy with thread-unsafe code, then you may define BOOST_MATH_BERNOULLI_UNTHREADED to suppress this error."); - #else - // - // Double-checked locking pattern, lets us access cached already cached values -@@ -555,7 +559,7 @@ class bernoulli_numbers_cache - // The value at which we know overflow has already occurred for the Bn: - std::size_t m_overflow_limit; - -- #ifdef BOOST_HAS_THREADS -+ #if defined(BOOST_HAS_THREADS) && !defined(BOOST_MATH_NO_ATOMIC_INT) - std::mutex m_mutex; - atomic_counter_type m_counter, m_current_precision; - #else -diff --git a/libs/math/test/Jamfile.v2 b/libs/math/test/Jamfile.v2 -index 52fb87f5e5..3ac63f9279 100644 ---- a/libs/math/test/Jamfile.v2 -+++ b/libs/math/test/Jamfile.v2 -@@ -1137,6 +1137,9 @@ test-suite misc : - - # [ run __temporary_test.cpp test_instances//test_instances : : : always_show_run_output off ] - [ compile test_no_long_double_policy.cpp ] -+ [ compile compile_test/bernoulli_no_atomic_d.cpp ] -+ [ compile compile_test/bernoulli_no_atomic_mp.cpp ] -+ [ compile-fail compile_test/bernoulli_no_atomic_fail.cpp ] - ; - - test-suite interpolators : -diff --git a/test/compile_test/bernoulli_no_atomic_d.cpp b/test/compile_test/bernoulli_no_atomic_d.cpp -new file mode 100644 -index 0000000000..61926f7e1f ---- /dev/null -+++ b/test/compile_test/bernoulli_no_atomic_d.cpp -@@ -0,0 +1,14 @@ -+// (C) Copyright John Maddock 2021. -+// Use, modification and distribution are subject to the -+// Boost Software License, Version 1.0. (See accompanying file -+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -+ -+#define BOOST_MATH_NO_ATOMIC_INT -+ -+#include -+#include "test_compile_result.hpp" -+ -+void compile_and_link_test() -+{ -+ check_result(boost::math::bernoulli_b2n(4)); -+} -diff --git a/test/compile_test/bernoulli_no_atomic_fail.cpp b/test/compile_test/bernoulli_no_atomic_fail.cpp -new file mode 100644 -index 0000000000..bbd7152412 ---- /dev/null -+++ b/test/compile_test/bernoulli_no_atomic_fail.cpp -@@ -0,0 +1,15 @@ -+// (C) Copyright John Maddock 2021. -+// Use, modification and distribution are subject to the -+// Boost Software License, Version 1.0. (See accompanying file -+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -+ -+#define BOOST_MATH_NO_ATOMIC_INT -+ -+#include -+#include -+#include "test_compile_result.hpp" -+ -+void compile_and_link_test() -+{ -+ check_result(boost::math::bernoulli_b2n(4)); -+} -diff --git a/test/compile_test/bernoulli_no_atomic_mp.cpp b/test/compile_test/bernoulli_no_atomic_mp.cpp -new file mode 100644 -index 0000000000..8d5a6e78e6 ---- /dev/null -+++ b/test/compile_test/bernoulli_no_atomic_mp.cpp -@@ -0,0 +1,16 @@ -+// (C) Copyright John Maddock 2021. -+// Use, modification and distribution are subject to the -+// Boost Software License, Version 1.0. (See accompanying file -+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -+ -+#define BOOST_MATH_NO_ATOMIC_INT -+#define BOOST_MATH_BERNOULLI_UNTHREADED -+ -+#include -+#include -+#include "test_compile_result.hpp" -+ -+void compile_and_link_test() -+{ -+ check_result(boost::math::bernoulli_b2n(4)); -+} diff --git a/meta/recipes-support/boost/boost/de657e01635306085488290ea83de541ec393f8b.patch b/meta/recipes-support/boost/boost/de657e01635306085488290ea83de541ec393f8b.patch new file mode 100644 index 0000000000..867ec03ba6 --- /dev/null +++ b/meta/recipes-support/boost/boost/de657e01635306085488290ea83de541ec393f8b.patch @@ -0,0 +1,30 @@ +From de657e01635306085488290ea83de541ec393f8b Mon Sep 17 00:00:00 2001 +From: Leonardo Neumann +Date: Mon, 13 Dec 2021 01:07:20 -0300 +Subject: [PATCH] Fix missing sys/stat.h include on musl-based systems + +Boost 1.78.0 fails to build on musl-based systems because musl does +not include sys/stat.h by default. + +Fixes #161 ("Boost compiler error") +Upstream-Status: Submitted [https://github.com/boostorg/interprocess/pull/162] +Signed-off-by: Alexander Kanavin +--- + include/boost/interprocess/permissions.hpp | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/boost/interprocess/permissions.hpp b/boost/interprocess/permissions.hpp +index ab55411e..0b21a685 100644 +--- a/boost/interprocess/permissions.hpp ++++ b/boost/interprocess/permissions.hpp +@@ -29,6 +29,10 @@ + + #include + ++#else ++ ++#include ++ + #endif + + #endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED diff --git a/meta/recipes-support/boost/boost_1.77.0.bb b/meta/recipes-support/boost/boost_1.77.0.bb deleted file mode 100644 index bde6b14a79..0000000000 --- a/meta/recipes-support/boost/boost_1.77.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -require boost-${PV}.inc -require boost.inc - -SRC_URI += "file://boost-CVE-2012-2677.patch \ - file://boost-math-disable-pch-for-gcc.patch \ - file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ - file://0001-dont-setup-compiler-flags-m32-m64.patch \ - file://0001-fiber-libs-Define-SYS_futex-if-it-does-not-exist.patch \ - file://0001-BoostConfig.cmake-allow-searching-for-python310.patch \ - file://0002-math-allow-definition-of-boost_math_no_atomic_int-on-the-command-line.patch \ - file://0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch \ - " diff --git a/meta/recipes-support/boost/boost_1.78.0.bb b/meta/recipes-support/boost/boost_1.78.0.bb new file mode 100644 index 0000000000..f4b6ed8576 --- /dev/null +++ b/meta/recipes-support/boost/boost_1.78.0.bb @@ -0,0 +1,9 @@ +require boost-${PV}.inc +require boost.inc + +SRC_URI += "file://boost-CVE-2012-2677.patch \ + file://boost-math-disable-pch-for-gcc.patch \ + file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ + file://0001-dont-setup-compiler-flags-m32-m64.patch \ + file://de657e01635306085488290ea83de541ec393f8b.patch \ + " From patchwork Wed Dec 15 22:40:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1566 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 B9D8FC35269 for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web09.2680.1639608052543776803 for ; Wed, 15 Dec 2021 14:40:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=G6TXkHZl; spf=pass (domain: gmail.com, ip: 209.85.221.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f47.google.com with SMTP id s1so6595564wrg.1 for ; Wed, 15 Dec 2021 14:40:52 -0800 (PST) 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=0VbPpNWvXk1VXRchLeftTF893RfQmhgn1OqKLZcpwwc=; b=G6TXkHZlWgKWsAr4JN8y6e4koCaJFaFy21NZ7KBSilBNqaRsB+FOvQMk7fbzfo56AH mYchggxLJycYomWjE8mB5iVoSKZQeGFkNCfTtzd7oSj6jenE4j/rJJS7O5meMLXvfsV5 lpU4fVfL7huLLiWvCopdaNzKEKPyOZtysEeUR6Nz4Aq6mnonbvBXkzeSlIKYrqs4/XRa g6fhT/Q2bbhK3hxaUEabcpY090FIRlMQ7YdrIEcSLupJmCfSYGPrbnKTmNyISspKfngo k8tguTESttUzTWOE8LYc1TKghoMwIth1yUKL8qk2ux/QgL+sBnpy7CJk3w3KVo36G8sr Vdbw== 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=0VbPpNWvXk1VXRchLeftTF893RfQmhgn1OqKLZcpwwc=; b=2zQTpEPVZPRY780iKEbfk6EgjkV2ZlXhdkC4e/Z8u09TS1u6HR0bxQ1r4RX/j/qQx+ YvIkFTHjdNNEtg6YTLGQKtXQ7DLNvW9kb5ru0Lp86KN1nJ3Mbh4MlWoFNbc6oRI/kud3 /PHx54L1CZsByDgWcnniwLBw0eljRtx7a9u9wT8t0CXTqc0EwGQy7qTygma+pNL/Iq7S ay79uh7lMM0mefw4qq3nWKsQd3HbSB4beO16LPGTJeDoVq5AMEAv3ycM7Y0cgjbGcxsN ad9eiey7BP1TzXKtpiPVumJp1MsrK0hWOnzOFhEjotqg7OJ369V/YVIlFE3ByXhT7v9T fjgw== X-Gm-Message-State: AOAM533KOM9My7es6+/zJp8FXF41j2lt16kbPIde1qt6oxD1D/YawbM6 aidzMG677E4LZ/mZnnOo4Ayy5Qg/Nz+HYw== X-Google-Smtp-Source: ABdhPJwRdDojYGZDFAJq5GetBkydbMhETgf5z6maqa9cQcBPlrUtFH3QLTqpqdfauAauxVh7WluQeQ== X-Received: by 2002:a5d:4588:: with SMTP id p8mr1191066wrq.106.1639608051184; Wed, 15 Dec 2021 14:40:51 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:50 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 19/26] libptytty: add recipe Date: Wed, 15 Dec 2021 23:40:27 +0100 Message-Id: <20211215224034.1814148-19-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159761 It is a dependency of new rxvt-unicode. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + ...akeLists.txt-do-not-run-cross-binary.patch | 24 +++++++++++++++++++ meta/recipes-sato/libptytty/libptytty_2.0.bb | 13 ++++++++++ 3 files changed, 38 insertions(+) create mode 100644 meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch create mode 100644 meta/recipes-sato/libptytty/libptytty_2.0.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 8e86ea45d2..4fe655fdcd 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -373,6 +373,7 @@ RECIPE_MAINTAINER:pn-libpng = "Anuj Mittal " RECIPE_MAINTAINER:pn-libportal = "Alexander Kanavin " RECIPE_MAINTAINER:pn-libproxy = "Anuj Mittal " RECIPE_MAINTAINER:pn-libpthread-stubs = "Alexander Kanavin " +RECIPE_MAINTAINER:pn-libptytty = "Alexander Kanavin " RECIPE_MAINTAINER:pn-libpsl = "Anuj Mittal " RECIPE_MAINTAINER:pn-librepo = "Wang Mingyu " RECIPE_MAINTAINER:pn-librsvg = "Anuj Mittal " diff --git a/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch b/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch new file mode 100644 index 0000000000..d3a458f100 --- /dev/null +++ b/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch @@ -0,0 +1,24 @@ +From 989ae1f3651686c1f1046fe1c1596d564c3f452d Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Mon, 13 Dec 2021 14:33:01 +0100 +Subject: [PATCH] CMakeLists.txt: do not run cross-binary + +Upstream-Status: Inappropriate [issue reported at https://github.com/yusiwen/libptytty/issues/2] +Signed-off-by: Alexander Kanavin +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index c1ad6c0..3bd4d97 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -271,7 +271,7 @@ if(NOT HAVE_UNIX_FDPASS) + message(FATAL_ERROR "libptytty requires unix-compliant filehandle passing ability") + endif() + +-check_c_source_runs( ++check_c_source_compiles( + " + #include + #include diff --git a/meta/recipes-sato/libptytty/libptytty_2.0.bb b/meta/recipes-sato/libptytty/libptytty_2.0.bb new file mode 100644 index 0000000000..85e3a36fba --- /dev/null +++ b/meta/recipes-sato/libptytty/libptytty_2.0.bb @@ -0,0 +1,13 @@ +SUMMARY = " OS independent and secure pty/tty and utmp/wtmp/lastlog handling" +HOMEPAGE = "http://software.schmorp.de/pkg/libptytty.html" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +SRC_URI = "http://dist.schmorp.de/libptytty/libptytty-${PV}.tar.gz \ + file://0001-CMakeLists.txt-do-not-run-cross-binary.patch \ + " +SRC_URI[sha256sum] = "8033ed3aadf28759660d4f11f2d7b030acf2a6890cb0f7926fb0cfa6739d31f7" + +inherit cmake + +EXTRA_OECMAKE:append:libc-musl = " -DWTMP_SUPPORT=OFF" From patchwork Wed Dec 15 22:40:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1559 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 AD442C43217 for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mx.groups.io with SMTP id smtpd.web09.2681.1639608053127313738 for ; Wed, 15 Dec 2021 14:40:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=CALhpDe1; spf=pass (domain: gmail.com, ip: 209.85.128.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f49.google.com with SMTP id y196so17677166wmc.3 for ; Wed, 15 Dec 2021 14:40:52 -0800 (PST) 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=8F4I6ew87C21IPhMyoKCfoFHJsf0KkZtPFn2O+Gku6c=; b=CALhpDe1YzilFPHk8PebiF7SG5alrzEkA/rX9wkzKXzEoqI+pOfZZL2LZPKlwvjVzv i+GGGMi2dA5NTX8vwspw2KHLriwoEo0Wfsdypcc1xTKF/y9j6wMDquVIQgaAkpQoscqK aDbpqax8/KGZgmlyL6WKmhKUsvHHPD+PGYKHzQSPngg/+DzfP1r2E/1VHn9PyIXj3Zvc +I3wnKdDSGFd915h5q6iZvaDJX7WpZkmStWrnTxntCSW7DQbV7znLc1Mr3kAy6Sy0rAX aJ7t9OryCxTEsHcZTuFtDF9t+/YrzI+p7k9KS2HzmjXnN+iTkrqTfIMmWBuLgQxBMNAs UYew== 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=8F4I6ew87C21IPhMyoKCfoFHJsf0KkZtPFn2O+Gku6c=; b=p6oEq255B2aKqdqa2r3NEqxd4Ulvz68XIvSCuXdZKzcE9Fw3VXVyA++Vr9G+VjdVSn ThnKhrHa6iXsY+KkoY65qzzjKGYeUMfFXqdc0l7wM/Z8HPlkAB//mEParEl3AI+OXBOG IbipDYcINB0V3SmsRg/xNviXpWAGx4E2WB0FLbel7cuHAeUURERJr++yBBmfqlgNBxH4 yEqCQ85fgiwk2VCEc+FRR6P4sChLV8A+k9R0iqVD3yMljyFEi1m80nomduJF6ow9AkmN 8Tz+gTXbWny95FV3tDTKCsWI1WEyTi5r4yERrIX9Ri/3i0n6ybsrtWWkxlTW2aOTheuO 6GCQ== X-Gm-Message-State: AOAM530+YQ8+TzFNF2y3nz9TKsbyTq1eKnLQHEwwRN0hsUGI/TO+lC8S 6jwfr0BwB9YBW401jQhmIMZAPrtCRbYOLA== X-Google-Smtp-Source: ABdhPJwAJbhDSD9yTbNWgUdpP3MafMY4dWLKmcoST48u/LSElFSDcs3gjfA4Z4Tk7nPzRL90b6BRaQ== X-Received: by 2002:a05:600c:6025:: with SMTP id az37mr2209906wmb.194.1639608051783; Wed, 15 Dec 2021 14:40:51 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:51 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 20/26] rxvt-unicode: upgrade 9.26 -> 9.30 Date: Wed, 15 Dec 2021 23:40:28 +0100 Message-Id: <20211215224034.1814148-20-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159762 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 5 +---- .../{rxvt-unicode_9.26.bb => rxvt-unicode_9.30.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.26.bb => rxvt-unicode_9.30.bb} (71%) diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index 69b8a659ed..e7d520ebef 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc @@ -6,7 +6,7 @@ terminal emulator rxvt, modified to store text in Unicode \ output. It also supports mixing multiple fonts at the \ same time, including Xft fonts." HOMEPAGE = "https://rxvt.org/" -DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu" +DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu libptytty" SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ file://xwc.patch \ @@ -22,7 +22,6 @@ ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" CFLAGS:append = " -fpermissive" EXTRA_OECONF = "--enable-xim \ - --enable-utmp --enable-wtmp --enable-lastlog \ --with-term=rxvt --enable-keepscrolling \ --enable-xft --with-name=rxvt --enable-frills \ --enable-swapscreen --enable-transparency \ @@ -31,8 +30,6 @@ EXTRA_OECONF = "--enable-xim \ --enable-combining --disable-perl \ --with-x=${STAGING_DIR_HOST}${prefix}" -EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" - PACKAGECONFIG ??= "" PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb similarity index 71% rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb index 3fe69a543f..0133029e0a 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb @@ -4,5 +4,5 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://src/main.C;beginline=1;endline=31;md5=d3600d7ee1062667fcd1193fbe6485f6" -SRC_URI[sha256sum] = "643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b" +SRC_URI[sha256sum] = "fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d" From patchwork Wed Dec 15 22:40:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1561 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 AF1CAC47082 for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web08.2685.1639608053771830187 for ; Wed, 15 Dec 2021 14:40:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pPVdTgAA; spf=pass (domain: gmail.com, ip: 209.85.221.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f44.google.com with SMTP id o13so40661323wrs.12 for ; Wed, 15 Dec 2021 14:40:53 -0800 (PST) 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=ysAbSyoj3m4UISux2iQXQbn+bDxkMEiGH8nVyiYZj2s=; b=pPVdTgAAqfQYpFFRBt2qwWcTS4BoF0PAWh1Fa94URTvosaoijSurF0GLj7C/7YRXUP tuM7GLofFDpxLE5uU6Why2bADXiAcBWbtRgn9hqV+2MQiX5b5LjrypR/m5dgToaC5Kwr EkHoBojao1cgRBFo53T3jhD+/kqhMT7BRNd3uUpoMDn3AzAwvDWHUTIns253uDdIp4qc ZaYupQaV+AszXPn5d9XXx4e48ciO0e1Uvlmi0um6AIIzLIxFtnoDjroom3B/xExAHkzk FiprJSoDXTrxXPHAiO9q1nmFaybhQL7JVHLhhZPYe+cnS07RsaEDq1WE8oDhL7/JD/f7 nIUg== 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=ysAbSyoj3m4UISux2iQXQbn+bDxkMEiGH8nVyiYZj2s=; b=jj1CpEkYfln5arvbBvFFFbW37PweaSGWrxAWAMrKYxqk1bqTzAja79pzhNUwVgikRF USlPcM83jAyihh5yeJ+uBqROhOSx1x5b1WiPNafBCtc19o46vng9nTHAG7ZmNYLxFDBp WRo/8GUhB1Y7kehLNC8fRBrJxieVqyqCbe/Yxd/Zqt0WtpYYSMkCLBxYwhd6livhSpEy l7Fm795E7X/8Fym/ucKg+i/6UcueAqI5Wk7rJFmXXSsqK5Dy5SNM/IACIPTGOCf//p3o +NvRELdJ9xQtOM+DFvniaV/bTQPWbc3n4AeQPcVaQnNFZ5D/NkyUX/RvQYUGaDiVrxm2 u5FQ== X-Gm-Message-State: AOAM531w9ZUHGwUkyWZtZrge4jRldu8AA2XZCYx2xp5KsEfweTQTM5PA iSxJhCiMQlkUCZDwWNWzp2ymIhUa+5dSvw== X-Google-Smtp-Source: ABdhPJzxuwDW5jz7LcFoOSe7B5tccOXJ9M8iLlgktBJIymr9gR+WDXImCDysfZpsOiAOufr04clHKw== X-Received: by 2002:adf:dd10:: with SMTP id a16mr6734748wrm.524.1639608052394; Wed, 15 Dec 2021 14:40:52 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:52 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 21/26] diffoscope: upgrade 194 -> 196 Date: Wed, 15 Dec 2021 23:40:29 +0100 Message-Id: <20211215224034.1814148-21-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159763 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_194.bb => diffoscope_196.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_194.bb => diffoscope_196.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_194.bb b/meta/recipes-support/diffoscope/diffoscope_196.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_194.bb rename to meta/recipes-support/diffoscope/diffoscope_196.bb index 51d86ff052..62a1561a0d 100644 --- a/meta/recipes-support/diffoscope/diffoscope_194.bb +++ b/meta/recipes-support/diffoscope/diffoscope_196.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "3d28f0325e00effc6c23c50f916d153524aa393623df2fd1fc8ae0f6a12daf94" +SRC_URI[sha256sum] = "d31fd0d8ac58d41cc111ef6a3bb0007f5f52543b932bf93584bdd0dfe029e626" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" From patchwork Wed Dec 15 22:40:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1550 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 38A79C43219 for ; Thu, 16 Dec 2021 01:44:39 +0000 (UTC) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by mx.groups.io with SMTP id smtpd.web12.2639.1639608054415624233 for ; Wed, 15 Dec 2021 14:40:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=p3CPAs/g; spf=pass (domain: gmail.com, ip: 209.85.128.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f46.google.com with SMTP id p18so17670447wmq.5 for ; Wed, 15 Dec 2021 14:40:54 -0800 (PST) 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=xyozU0iWhtGUqO9hGknqsmUNVXOAJ31Z4Tu6PpbnLEc=; b=p3CPAs/gSUJMWsLTQeFJfQPvst3e5qqSEeoJwJeDATyehMKmU7zecq/P26tc7Ik0tV DQqcSJEDaaxqf7Jh+jYKAE8tYb4ZYdqRdSTku8fxS0HNcK2h7ukcP5hWwry+1b59vuQT H+ZVq7V3gnQlpuCE2qtEUy8aP+gqrIDsToBUizgcJgBzEWhEmrpRghqUVUXB75GlZkNK caCF7CD/5pA1kWpWyY06PLuVBVbIB/tKhE0nH+n30Z4MRDFYiZ7PXXVylZRCkYSrLRhS bH7ypEXFMY+4aJ92oFcT9PTxG5uq4aa51bjV3b7g8x1lcSpyBl0YxA4vbz+sP41R5zlX TGvA== 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=xyozU0iWhtGUqO9hGknqsmUNVXOAJ31Z4Tu6PpbnLEc=; b=Kd/lb17vxvT7j1+43ER/KZ0sXuB3MH3G7pqHxHO6wNpMU+Ra8SBzjS9wODwA2EAi3K SJLcsRi84HBzXCeH9tVyVq63rquPlW9Y5WFPRgdUEoqvRk538qeKNc3N4Ab3cSEusY+0 KZOckeXK1l2Y59r+MvLZKqydOyXQR3qMH4Ip73cuudpNN43Ih5DBSP54V45Y4l8/AZV5 dNWXa81hOo01N6BrNXFvYdLhro0GZkOgaqIWOfk3SA2+N+pfqrLyS10ei4QBq/V+gxd/ 5AOTJr+SxI5xUbinkEb2UV1ZqYF2QMr8k6BwjjjZEEnWMhPiMibRwZvelNo7NqsCNMnN TsXg== X-Gm-Message-State: AOAM532bRh4X3UWIGtJ5TkWiXawPP/c5JZ9UVp5O7+CRe5+cvPXITn08 RU/rFLwlk8+IBTxTn+l6OVCtTDOq4IXMgw== X-Google-Smtp-Source: ABdhPJzr/hHfbktgGc1mSYag+NR3LoHg+txNNteCcz9VDKnj81qZaswa73RCHeJ0Ul8Y2mvPyKG7Jg== X-Received: by 2002:a05:600c:3844:: with SMTP id s4mr2223460wmr.165.1639608053045; Wed, 15 Dec 2021 14:40:53 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:52 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 22/26] cantarell-fonts: update 0.301 -> 0.303.1 Date: Wed, 15 Dec 2021 23:40:30 +0100 Message-Id: <20211215224034.1814148-22-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159764 Signed-off-by: Alexander Kanavin --- ...antarell-fonts_0.301.bb => cantarell-fonts_0.303.1.bb} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) rename meta/recipes-graphics/cantarell-fonts/{cantarell-fonts_0.301.bb => cantarell-fonts_0.303.1.bb} (73%) diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb similarity index 73% rename from meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb rename to meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb index 8e39ef025f..a92f9cb729 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb @@ -11,17 +11,11 @@ LICENSE = "OFL-1.1 & Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" inherit gnomebase meson allarch fontcache pkgconfig -SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" +SRC_URI[archive.sha256sum] = "f9463a0659c63e57e381fdd753cf1929225395c5b49135989424761830530411" # remove at next version upgrade or when output changes -PR = "r1" HASHEQUIV_HASH_VERSION .= ".2" EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" FILES:${PN} = "${datadir}/fonts ${datadir}/fontconfig" - -# This isn't a GNOME-style version do gnome_verdir fails. Just return the -# version as that is how the directory is structured. -def gnome_verdir(v): - return v From patchwork Wed Dec 15 22:40:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1542 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 3159BC433F5 for ; Thu, 16 Dec 2021 01:44:37 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web08.2686.1639608054974940505 for ; Wed, 15 Dec 2021 14:40:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=cq6kme1F; spf=pass (domain: gmail.com, ip: 209.85.128.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f42.google.com with SMTP id a83-20020a1c9856000000b00344731e044bso4083378wme.1 for ; Wed, 15 Dec 2021 14:40:54 -0800 (PST) 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=fsmUWfb82CmtiZw7GP/2/5JYkc26FFxWUvSWfLw0mqo=; b=cq6kme1FpzyKThdS2LV49XlG8P2xw4EjoqOg8bjLQcQJNNnYTwBR3ViaYeOkVWGBig f1PqBz09e/uDEezr6u2IfGcpgTAv9WW26Onqbli755yeIzX28TglFMdxhTi664NZIvX8 1YuOxIfD4JVdwqmzzid0fTYiHnTsIQwtJBEGyso9VJR5LAvZRpWJeK6X2Nkp0E0XLvxh YbS0KLoCo+Crf8p1nHAGBgWRzp32B0ReaaF/uT3uuDL+r7h2EkTYN+UDAY1UMNT3biDR 713umQNVRCTr9R/SOuxUWAJMtQLVWF3Vq9WS78W5jgP2MDBiMgsVp/r5HACWy7akQeGH 52xg== 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=fsmUWfb82CmtiZw7GP/2/5JYkc26FFxWUvSWfLw0mqo=; b=mIoxg6pqjuL6VRLo1QOK9CSwZFpuRTtu2SZZJTFD0wNB1V5ewqaWN4Dp1T4xEnF3t8 dlF2XxIFWnhMN/YDPDfwlnwz9dMCA9lOrN4yYP6oMwsBr4PDxvR28gFTSzEAPHRTKNQ5 8vWNpH0tIeHt9xngLRs86JcR51HBFlwQ0shPiisPa9464Nf8UzQxY0cHPssCTpP1q8K/ 6WCtKtHDGKVSjbMua1PlGujIoSY+Ji1gzqs/yDl1QQdYBzvMskIByGxr2kcq0/MrDYwo p/l7FreChlkbTmMvY1dp9maOpS67+RXH+kziihabkjoh6xwO5S2bgGl2cM6FPrbaq9ek oCHA== X-Gm-Message-State: AOAM530zaot5PA8ZJhCjOCrCxG7zTSkZVSSQv5T8JoDn6oCsZTvgDQE+ RsLcO4TEDqJelY6Zp7b/FNHxNagXGVzhdA== X-Google-Smtp-Source: ABdhPJz9i860I5Op1HlNOd6AkRWvv2Vm1+3W1OqxQn8m3tdpdTm9JBCseS7E1/hWGGupCn09bolGeg== X-Received: by 2002:a1c:a755:: with SMTP id q82mr2183694wme.157.1639608053653; Wed, 15 Dec 2021 14:40:53 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:53 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 23/26] libx11: update 1.7.3 -> 1.7.3.1 Date: Wed, 15 Dec 2021 23:40:31 +0100 Message-Id: <20211215224034.1814148-23-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159765 Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libx11_1.7.3.bb => libx11_1.7.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.7.3.bb => libx11_1.7.3.1.bb} (94%) diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb similarity index 94% rename from meta/recipes-graphics/xorg-lib/libx11_1.7.3.bb rename to meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb index f55252b924..be9b8df6ce 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb @@ -16,7 +16,7 @@ SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz" SRC_URI += "file://disable_tests.patch \ " -SRC_URI[sha256sum] = "dfd1343db3a0e523f1bb97d5ba71453c79eee78a77e51ca9f8dfef7131c6f0fe" +SRC_URI[sha256sum] = "2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4b60989" PROVIDES = "virtual/libx11" From patchwork Wed Dec 15 22:40:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1543 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 315C8C433FE for ; Thu, 16 Dec 2021 01:44:37 +0000 (UTC) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web11.2582.1639608055642274905 for ; Wed, 15 Dec 2021 14:40:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LAcTTTtI; spf=pass (domain: gmail.com, ip: 209.85.221.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f41.google.com with SMTP id a18so40756286wrn.6 for ; Wed, 15 Dec 2021 14:40:55 -0800 (PST) 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=tOXqzz4tVpfwfun9kp/02gIOJXw4ew/SeTWdL8DXtgQ=; b=LAcTTTtI/Rgz4L/PgPigGB49HqBfwdVRhrIWUij2gkujSQMy3FHlYbbdyC+GYn4QxC lbRb1tgFj5xEQq3/Aj0rInr4tlU8How+WESKFvgaC013FnMuoxmND5JjwSl5UP8BUu2u yWcmersoSibewIeGWDGyhmSBrsWoI24iBAdDHoEaurEGTDRfeL17gGN9suPZkkYbf6/F mDsYK++xCOdKcc7Lz+7aAd8Z63fIL8N2ci7eDcemo0c9ioE2iL7WkSEUa9bSKVNwupHi nR/YG0/hXkbeLr0tcGsQQk7G6OG6+rGSHdhwvIrGiJ2/JuThSq3NOMJ39PkBTcAlpCMc qcMw== 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=tOXqzz4tVpfwfun9kp/02gIOJXw4ew/SeTWdL8DXtgQ=; b=bMjYIcD5pSlPVW8RGf8Gxv1EtexR0Sf9yLhLSKE43X6Jzp5tgyyToLqswEE/WCOJIg 1O1pFhkE1s1+4LEBw4HJuphjEeORZtlcaVphfiT/9AjXan/jMtrhocubOcdW/5Qphy5T KuLqvXCOKJjObjVEzRSeIZmwMcBeo8kH9hP+QfmdDO+MbZ4HXWWwhRmAI5Ct0Jz40BZL CfWH6UN+EV+bJ/YW7mH2qzt6ooj+Jobbeh7JSrHAhKVS8wzBx8SnB9uC4RSNxDZRdfQo 4VtrS/yoZurrzX9Ma2+LTtB2nQ/SKkIdLiQJp34OAiLwh2K/C5lNVtIjoJbGeZZrKMQ2 7nZg== X-Gm-Message-State: AOAM531ZjJEj2u6fwZAH3F8XG0w2sD1d6IBvjf4xmXGFJktRRfkIqkEk kv0olFNO+7TKVQPfU8di5izByYePznvIrA== X-Google-Smtp-Source: ABdhPJwGcx0y9tDAnjLSFDp9hSqqm+qvg1P32Ou5IAZWvGyqu/c7NY21LcAMD95qBF71YT95V7RnGg== X-Received: by 2002:adf:f08c:: with SMTP id n12mr136967wro.598.1639608054243; Wed, 15 Dec 2021 14:40:54 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:53 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 24/26] debianutils: update 4.11.2 -> 5.5 Date: Wed, 15 Dec 2021 23:40:32 +0100 Message-Id: <20211215224034.1814148-24-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159766 Signed-off-by: Alexander Kanavin --- ...bianutils_4.11.2.bb => debianutils_5.5.bb} | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-support/debianutils/{debianutils_4.11.2.bb => debianutils_5.5.bb} (73%) diff --git a/meta/recipes-support/debianutils/debianutils_4.11.2.bb b/meta/recipes-support/debianutils/debianutils_5.5.bb similarity index 73% rename from meta/recipes-support/debianutils/debianutils_4.11.2.bb rename to meta/recipes-support/debianutils/debianutils_5.5.bb index 231666c4dc..6eea86f6d3 100644 --- a/meta/recipes-support/debianutils/debianutils_4.11.2.bb +++ b/meta/recipes-support/debianutils/debianutils_5.5.bb @@ -8,25 +8,26 @@ SECTION = "base" LICENSE = "GPLv2 & SMAIL_GPL" LIC_FILES_CHKSUM = "file://debian/copyright;md5=9b912cd0cc654134c0ef3424a0705b94" -SRC_URI = "http://snapshot.debian.org/archive/debian/20200929T025235Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz" -# the package is taken from snapshots.debian.org; that source is static and goes stale -# so we check the latest upstream from a directory that does get updated -UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" +SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ + " -SRC_URI[sha256sum] = "3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de" +SRCREV = "4c420893485ad07d771c327ef899819d4846408f" inherit autotools update-alternatives -S = "${WORKDIR}/debianutils" +S = "${WORKDIR}/git" + +# Disable po4a (translated manpages) sub-directory, as that requires po4a to build do_configure:prepend() { - sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am + sed -i -e 's:po4a::g' ${S}/Makefile.am } + do_install:append() { if [ "${base_bindir}" != "${bindir}" ]; then # Debian places some utils into ${base_bindir} as does busybox install -d ${D}${base_bindir} - for app in run-parts tempfile; do + for app in run-parts; do mv ${D}${bindir}/$app ${D}${base_bindir}/$app done fi @@ -41,7 +42,7 @@ RDEPENDS:${PN} += "${PN}-run-parts" RDEPENDS:${PN}:class-native = "" ALTERNATIVE_PRIORITY = "30" -ALTERNATIVE:${PN} = "add-shell installkernel remove-shell savelog tempfile which" +ALTERNATIVE:${PN} = "add-shell installkernel remove-shell savelog which" ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" ALTERNATIVE:${PN}-run-parts = "run-parts" @@ -54,7 +55,6 @@ ALTERNATIVE_LINK_NAME[installkernel] = "${sbindir}/installkernel" ALTERNATIVE_LINK_NAME[remove-shell] = "${sbindir}/remove-shell" ALTERNATIVE_LINK_NAME[run-parts] = "${base_bindir}/run-parts" ALTERNATIVE_LINK_NAME[savelog] = "${bindir}/savelog" -ALTERNATIVE_LINK_NAME[tempfile] = "${base_bindir}/tempfile" ALTERNATIVE_LINK_NAME[which] = "${bindir}/which" BBCLASSEXTEND = "native" From patchwork Wed Dec 15 22:40:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1564 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 974CDC47080 for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web11.2583.1639608056266038935 for ; Wed, 15 Dec 2021 14:40:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=KEsWc8qT; spf=pass (domain: gmail.com, ip: 209.85.128.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f44.google.com with SMTP id p18so17670485wmq.5 for ; Wed, 15 Dec 2021 14:40:56 -0800 (PST) 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=SZiyOR1FsUhy5U5Q2CrtzFf3chkTlbsWMvJ0PKoCMvg=; b=KEsWc8qT16O5OPSW46S/MvZ158uT+XO4cub6AtRMZ7n4mVbaS0i+NuhGUvXMUc65Xf RTmez+XGroeOHlUWa5/lGdy5+rLMAkNAiwZ6o2Eid3bJaOFpFnCPzDWrQnc3vc8L0y7s 4VgKROUCnc1cjpl2kZ7wxU6Ow9ZCDnx64lfWZ7J6qCZQkEFcEwzJ8U8d+jdFmfE7d17S jW5hnoY4rBpCKMPdfjRaqMJ9/tVc0IZefCxF900kLuRiCHAVA6rCpM2UllbCeuzjDHyV 9d0PNo004CGiKXZ1gPQFOekvKFiXN0tuF60AyYMKPV7m9Ib76SgIJvxct4BQM77L/LAN fCRg== 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=SZiyOR1FsUhy5U5Q2CrtzFf3chkTlbsWMvJ0PKoCMvg=; b=yk/Dx+RPohxxQA4Gm74GpR/BvbDYVreCWEmDS4xnrJrB+woSX6wjeITKJ3o6YsLhJq r6B3ygpPRP1EnKhBgDLhCDfNj1Bs3qOjtdFbVFCckyEqcTOyCFNOZpFDhb6pkmnpWVzr DM6istxj/WzhE/E68D+RvkPucUI2YNqgRqUPJDVXmn/ihdWNH/4uxG4uneS0FsgBeLyM YAH21P1ebURWX8BFubG3ZNyFx9z+WLSmDjz6STAX1YDmVWn5RFZvg68kjONzGA+qDrGo wcXfD7fj4ka/n1ecDp/fB+XOc0hv00ADQeJC3L/kDtfEElTsJKeQY4thHj31ivppuq2F 1fDA== X-Gm-Message-State: AOAM532YHmWrjFmlmxJ8zH5TaF90qfHh6aMtiJSMU0cHw9iS7v62yct0 cm16FcZeYB2bQxeS5+IAMQ2ZW570YCplfQ== X-Google-Smtp-Source: ABdhPJyqEOvAoYvZf2MXEeMNug5XXj/1kI6ppj5W4Yg3NUj89FkkJqLXoa438Dp/rwb+aqtmBEQAuQ== X-Received: by 2002:a05:600c:500a:: with SMTP id n10mr2307328wmr.136.1639608054883; Wed, 15 Dec 2021 14:40:54 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:54 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 25/26] libsdl2: update 2.0.16 -> 2.0.18 Date: Wed, 15 Dec 2021 23:40:33 +0100 Message-Id: <20211215224034.1814148-25-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159767 sdl-dlopen option is no longer supported. Signed-off-by: Alexander Kanavin --- .../libsdl2/{libsdl2_2.0.16.bb => libsdl2_2.0.18.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.16.bb => libsdl2_2.0.18.bb} (96%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb similarity index 96% rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb index bd7dea275e..5e645b443c 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.16.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb @@ -22,7 +22,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b" +SRC_URI[sha256sum] = "94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c" inherit autotools lib_package binconfig-disabled pkgconfig @@ -35,7 +35,6 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ --disable-video-dummy \ --disable-video-rpi \ --enable-pthreads \ - --enable-sdl-dlopen \ --disable-rpath \ --disable-sndio \ --disable-fcitx --disable-ibus \ From patchwork Wed Dec 15 22:40:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 1563 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 8BCDDC35263 for ; Thu, 16 Dec 2021 01:44:40 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web11.2584.1639608056831262393 for ; Wed, 15 Dec 2021 14:40:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=aZ62OpX6; spf=pass (domain: gmail.com, ip: 209.85.128.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f48.google.com with SMTP id z4-20020a1c7e04000000b0032fb900951eso383468wmc.4 for ; Wed, 15 Dec 2021 14:40:56 -0800 (PST) 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=PC7NcPtA1GmZBoq5/06/FknxR7gEZ80fgr39YZnbAZQ=; b=aZ62OpX6KpVwg4a2OnKFiSByKC+Io6bg1V5Bx7R9v0kvYv+014IlHxGWfH0xCBPtii 4FOt9jUjcrk/6WhKXbjGDDhMtcksVUIjvwiCMhe7f6MSls7PwHxUa8gkZkuzmgcErJTF 7IiJfBnpNFuzRoITqFrVaFhk+A4MkXYnw+z69lHPpPMLOVO9xQbLTxrwsRbZwmo2WreV fc12YXn/sCMBt5foqKGGxnnYMb9oR8AkL8nc2IMbFqeijhBVOe13nDVJhpnlml49TdLc kiYkQHd7lNIwxWJlLHzLMfqCJ5rV9eBneLOYVBBC7SVv6U5stn5c/mKK0lMJQUVpPpNY Dmcw== 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=PC7NcPtA1GmZBoq5/06/FknxR7gEZ80fgr39YZnbAZQ=; b=etXF4ojSzWifn4FIag1Sx1yGEzPaUuIOM2e/fzWZMUgtyqvpZID9zcFg+rnyU0InUw cnMcTygMgi2kMa9PjB/oK7rjwotfUyL7XZuG3+yaRFwL678hvQHNvuMcx0ngx9qQERJh Xv1gAM/5xF/i70n1qhI54ZglaOrGySbDYWPnXE4rJlg1UmFyENuA9l7ztK3lixt40yox yLFx0Hi+PuzcZOynx289JPwRJCxUvGETS60bE2a3oB9oOxIw4WQmjQKDpSh0MwmEE0Bu Sy1JINqHL/K8XhcUna8I6ob6ChktJglh34DjxocnMH4zikEUKDcBzJ8jqtCAeXdXZrcb JajQ== X-Gm-Message-State: AOAM532JHCpPfZ4TtGXFUiWxV5RAOstb/LgAXZ3GIU2i5wrtmr8uFdz4 o7dzfVXEVU1EUlrmnhMbfclKqvcYVyEbEQ== X-Google-Smtp-Source: ABdhPJwl9r+GYBE55sH4c2AUASBy5ybGvSIZnH9POYMTYac+Tn2klGVWvmsRa7v6+CwDXB06lJvLDQ== X-Received: by 2002:a05:600c:4f03:: with SMTP id l3mr2226007wmq.47.1639608055506; Wed, 15 Dec 2021 14:40:55 -0800 (PST) Received: from nereus.lab.linutronix.de. (b2b-109-90-143-203.unitymedia.biz. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id u2sm3587269wrs.17.2021.12.15.14.40.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 14:40:55 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 26/26] runqemu: additional setting to force software rendering with sdl 2.0.18 Date: Wed, 15 Dec 2021 23:40:34 +0100 Message-Id: <20211215224034.1814148-26-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de> References: <20211215224034.1814148-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 ; Thu, 16 Dec 2021 01:44:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159768 Signed-off-by: Alexander Kanavin --- scripts/runqemu | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runqemu b/scripts/runqemu index 410d2a9939..d49f128fe4 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -474,6 +474,7 @@ class BaseConfig(object): if 'gl' not in sys.argv[1:] and 'gl-es' not in sys.argv[1:]: os.environ['SDL_RENDER_DRIVER'] = 'software' + os.environ['SDL_FRAMEBUFFER_ACCELERATION'] = 'false' unknown_arg = "" for arg in sys.argv[1:]: