From patchwork Wed Feb 2 18:27:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3211 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 68464C433F5 for ; Wed, 2 Feb 2022 18:28:05 +0000 (UTC) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web12.2276.1643826483793848782 for ; Wed, 02 Feb 2022 10:28:04 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SM0x845a; spf=pass (domain: gmail.com, ip: 209.85.208.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f46.google.com with SMTP id p7so347830edc.12 for ; Wed, 02 Feb 2022 10:28:03 -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=GDcYeG6VcxcbpiJSfFWS/PzITTF/tyciyP9jTschMCw=; b=SM0x845aaBf6P0GHtjWLWpnn/LyO6PgsjIFgwQAG41uIhC2NBkT9SCktdetatgG7wv B12akQKSzmeQL7ZJBWLLO/9JJOPm+QkxXkR3PH1dnRdnUJWO/Izk0cKEjCNnsSkTdzhu eqjokA38EjPdg4VyXwIxE7DWea6ocgI0ezr1cRvzarXNrpMsAIOPl9FrIOVyD8S7MYjk VbWt0PcLZFStW2zzWkVYwmdaig8tZHAI2dENWicLMi1RxyB83YE7Q7BuYa1n8kz6zcA/ G9awaOn4k4fHKsXG6PxvbcLOiAkLT5Hz7V71l1FymE9D05QvCRI631RHO6kvz4g5GAr0 kUlg== 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=GDcYeG6VcxcbpiJSfFWS/PzITTF/tyciyP9jTschMCw=; b=iyDjDc0R7RUngP9dY5OEfxNo1lZa8yygJ2ad9MqaDBijPwuUBBhgvhwO/fWuHOUvzJ F6SkLux7m+pjvmv4/4xndk4CQq8ZDS+p7spYtNu93DMVlbU306kLj4e3wZtHJqIz8Zyo NrVhf5Oe4uLi0WwzlIwCI3sDKlEyUlZM465HBRc8NblvXiAXCG+yxgN4grbkckvnh9Lo mZl4vvIZBEINS8BSOA/I3lUw2pFKbI4Hdaa3YheQvNc5ctetI0u6l1jSumXDuadhoFju BaXUIA9Ivkr68NLYnRa19buEhzSaL0VDogJgDqYebeKp1wS6cslmh2C2tYdqH34Vmcwz qhsw== X-Gm-Message-State: AOAM5309RHAddFu8yVI2vprLzPuJ55fPw6NrrNiFM9S6ZUsEXS5lKGP8 x03ywkxNMTA92JhHz1O2WWCdM0KI1Ns= X-Google-Smtp-Source: ABdhPJz0YIq7tpsHOsb2dv93sF2BJkNhpUVG/rgP8Gw4/4FNpgt8+2qbWy5LHRrXLhHQ7BUMgDcO+w== X-Received: by 2002:aa7:d6d4:: with SMTP id x20mr31502948edr.307.1643826481863; Wed, 02 Feb 2022 10:28:01 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:01 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 01/33] seatd: add recipe Date: Wed, 2 Feb 2022 19:27:26 +0100 Message-Id: <20220202182758.919991-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 ; Wed, 02 Feb 2022 18:28:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161226 This is needed to run weston properly as non-root in the absence of systemd-logind, and other compositors will likely require seatd as well. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/seatd/seatd/init | 45 ++++++++++++++++++++++++ meta/recipes-core/seatd/seatd_0.6.3.bb | 29 +++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 meta/recipes-core/seatd/seatd/init create mode 100644 meta/recipes-core/seatd/seatd_0.6.3.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index ae25287c11..cb289a0eee 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -684,6 +684,7 @@ RECIPE_MAINTAINER:pn-rxvt-unicode = "Unassigned " RECIPE_MAINTAINER:pn-sato-screenshot = "Ross Burton " RECIPE_MAINTAINER:pn-sbc = "Unassigned " RECIPE_MAINTAINER:pn-screen = "Anuj Mittal " +RECIPE_MAINTAINER:pn-seatd = "Alexander Kanavin " RECIPE_MAINTAINER:pn-sed = "Chen Qi " RECIPE_MAINTAINER:pn-serf = "Anuj Mittal " RECIPE_MAINTAINER:pn-setserial = "Yi Zhao " diff --git a/meta/recipes-core/seatd/seatd/init b/meta/recipes-core/seatd/seatd/init new file mode 100644 index 0000000000..0589c765ac --- /dev/null +++ b/meta/recipes-core/seatd/seatd/init @@ -0,0 +1,45 @@ +#!/bin/sh +# +### BEGIN INIT INFO +# Provides: seatd +# Required-Start: $local_fs $remote_fs +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO + +killproc() { + pid=`/bin/pidof $1` + [ "$pid" != "" ] && kill $pid +} + +case "$1" in + start) + seatd -g video -n 1 > /tmp/seatd-start-notify & + [ -s /tmp/seatd-start-notify ] && exit 0 + sleep 0.1 + [ -s /tmp/seatd-start-notify ] && exit 0 + sleep 0.5 + [ -s /tmp/seatd-start-notify ] && exit 0 + sleep 5 + [ -s /tmp/seatd-start-notify ] && exit 0 + exit 1 + ;; + + stop) + echo "Stopping seatd" + killproc seatd + ;; + + restart) + $0 stop + sleep 1 + $0 start + ;; + + *) + echo "usage: $0 { start | stop | restart }" + ;; +esac + +exit 0 diff --git a/meta/recipes-core/seatd/seatd_0.6.3.bb b/meta/recipes-core/seatd/seatd_0.6.3.bb new file mode 100644 index 0000000000..0e1a79dddf --- /dev/null +++ b/meta/recipes-core/seatd/seatd_0.6.3.bb @@ -0,0 +1,29 @@ +SUMMARY = "A minimal seat management daemon, and a universal seat management library." +DESCRIPTION = "Seat management takes care of mediating access to shared devices (graphics, input), without requiring the applications needing access to be root." +HOMEPAGE = "https://git.sr.ht/~kennylevinsen/seatd" + +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a" + +SRC_URI = "git://git.sr.ht/~kennylevinsen/seatd;protocol=https;branch=master \ + file://init" +SRCREV = "88db55f6068c1c01d85b61aa6adff0a6b2a8dce8" +S = "${WORKDIR}/git" + +inherit meson pkgconfig update-rc.d + +PACKAGECONFIG ?= "libseat-builtin" + +PACKAGECONFIG[libseat-builtin] = "-Dlibseat-builtin=enabled,-Dlibseat-builtin=disabled" + +do_install:append() { + if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then + install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/seatd + fi +} + +INITSCRIPT_NAME = "seatd" +INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." +INHIBIT_UPDATERCD_BBCLASS = "${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', '1', '', d)}" + From patchwork Wed Feb 2 18:27:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3212 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 5A406C433EF for ; Wed, 2 Feb 2022 18:28:06 +0000 (UTC) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by mx.groups.io with SMTP id smtpd.web12.2277.1643826484956478428 for ; Wed, 02 Feb 2022 10:28:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=JgJjXk0z; spf=pass (domain: gmail.com, ip: 209.85.208.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f49.google.com with SMTP id j23so404514edp.5 for ; Wed, 02 Feb 2022 10:28:04 -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=LnFCyCvHw0IMOcmutBOAMKhx6aZzsHgSHX1LjstthKo=; b=JgJjXk0zjnJnNa06k8qPwpdcxfEye2IEF1+GoPNDVEBmSzrclalUAE+wOpW851rdap f76k19XGGOuTQ6HfxnxHaFAZ72Hf9/n94Fbap7ic8FoaZv3W4RTM5xM1OI6X9zlquEdl 3kxxpe3TpKf6d7E9tTo1gxunKM+MQ879yw6NNMOTiruVmyy4BgQz/bN/gbI3g/KCcDX4 qvP68xODiGo/qi+Ch3/gStr2lufegcAntX1A0QfH0jd0bG3MECR8eRyYQNzn76M76cpR 8BzAR4/7+GIwrnq5VIlqkpUuzRAqIdOZUjxqQYGZ9B/adsl7PO7tF+z1Y8+3C/11lZoM S4DA== 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=LnFCyCvHw0IMOcmutBOAMKhx6aZzsHgSHX1LjstthKo=; b=C0okbXeKlmuBEsnZcHJXOYHcpsBtVg4BTdYX3ajpnwvfMdGlX/GfMS0EOEjbnDe6mE h8Ka9vSry/rp6eXWZFlj4sdX8K/AYw84PK77GVBBnfThozo5z9pYsPKuCwLXw6ynHBla j9GNaFHQXTWkhdK1gmwFQP1J0SUgzqvzg6ONvwgMb5x0xO+CqUcufOziX2YK3rIOsz7v oLm+L1KcnVfmUXbWov9/99gsYp6qqH3WO+TjAqnd6f8/mCqV50FG0m4/LJ28HbB/Zkrq vpnjWOBe/RtGWDhx7G7KYJYBtYCCQuSdfghYYWBWZvnSeAubP6zGdjj6O5UsRl0Wc0WR Wexw== X-Gm-Message-State: AOAM530orjOkx8XRNhNk8MqFRvgseAG5tBTAxK3lXplMMFYo+TJNGcQQ tpYvZ+wa4IbFggjaV7hanPFleZkMd6s= X-Google-Smtp-Source: ABdhPJzcJiEc9ktqwqgBY8r083ZCF4t+F4VQJwjmT3bEKj44YP8YaQiUUvllkHAI57VVEAXGx855cw== X-Received: by 2002:aa7:dbc3:: with SMTP id v3mr31838502edt.32.1643826483434; Wed, 02 Feb 2022 10:28:03 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:02 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Marius Vlad , Daniel Stone , Chen Qi , Denys Dmytriyenko , Tom Hochstein , Jussi Kukkonen , Ming Liu Subject: [PATCH 02/33] weston: upgrade 9.0.0 -> 10.0.0 Date: Wed, 2 Feb 2022 19:27:27 +0100 Message-Id: <20220202182758.919991-2-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161227 Release announcement with changes: https://lists.freedesktop.org/archives/wayland-devel/2022-February/042103.html Upstream has deprecated both weston-launch and fbdev backend, so let's not delay the inevitable and find replacements. Fbdev can be replaced by passing --use-pixman to drm backend; this will bypass the opengl paths and use CPU for rendering. Apply where GL is too slow or unavailable. weston-launch can be replaced by starting weston directly, with a seat management daemon for support. This is provided either by systemd, or on systemd-less systems, by seatd. The sysvinit startup scripts and tests have been rewritten accordingly. Bonus fix: under sysvinit weston now starts under weston user as it should, and not under root. Upstream discussion: https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/725 License-Update: copyright years Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/runtime/cases/weston.py | 6 +- .../recipes-graphics/wayland/weston-init/init | 2 +- .../wayland/weston-init/weston-start | 30 +-- ...d-drm-Re-order-gbm-destruction-at-DR.patch | 50 ----- ...001-meson.build-fix-incorrect-header.patch | 32 --- ...ntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch | 47 ----- ...ovide-a-default-version-that-doesn-t.patch | 199 ------------------ .../weston/dont-use-plane-add-prop.patch | 13 +- .../{weston_9.0.0.bb => weston_10.0.0.bb} | 27 ++- 9 files changed, 29 insertions(+), 377 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch delete mode 100644 meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch delete mode 100644 meta/recipes-graphics/wayland/weston/0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch delete mode 100644 meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch rename meta/recipes-graphics/wayland/{weston_9.0.0.bb => weston_10.0.0.bb} (86%) diff --git a/meta/lib/oeqa/runtime/cases/weston.py b/meta/lib/oeqa/runtime/cases/weston.py index b3a7c2776d..b81cc299ef 100644 --- a/meta/lib/oeqa/runtime/cases/weston.py +++ b/meta/lib/oeqa/runtime/cases/weston.py @@ -10,7 +10,7 @@ import threading import time class WestonTest(OERuntimeTestCase): - weston_log_file = '/tmp/weston.log' + weston_log_file = '/tmp/weston-2.log' @classmethod def tearDownClass(cls): @@ -31,13 +31,13 @@ class WestonTest(OERuntimeTestCase): return output.split(" ") def get_weston_command(self, cmd): - return 'export XDG_RUNTIME_DIR=/run/user/0; export WAYLAND_DISPLAY=wayland-0; %s' % cmd + return 'export XDG_RUNTIME_DIR=/run/user/`id -u weston`; export WAYLAND_DISPLAY=wayland-1; %s' % cmd def run_weston_init(self): if 'systemd' in self.tc.td['VIRTUAL-RUNTIME_init_manager']: self.target.run('systemd-run --collect --unit=weston-ptest.service --uid=0 -p PAMName=login -p TTYPath=/dev/tty6 -E XDG_RUNTIME_DIR=/tmp -E WAYLAND_DISPLAY=wayland-0 /usr/bin/weston --socket=wayland-1 --log=%s' % self.weston_log_file) else: - self.target.run(self.get_weston_command('openvt -- weston --socket=wayland-1 --log=%s' % self.weston_log_file)) + self.target.run(self.get_weston_command('openvt -- weston --socket=wayland-2 --log=%s' % self.weston_log_file)) def get_new_wayland_processes(self, existing_wl_processes): try_cnt = 0 diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index a849f29bcb..d3b0d1873e 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init @@ -32,7 +32,7 @@ case "$1" in . /etc/profile export HOME=ROOTHOME - weston-start -- $OPTARGS + WESTON_USER=weston weston-start $OPTARGS & ;; stop) diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start index 0f1bc4c29d..01670cd4f5 100755 --- a/meta/recipes-graphics/wayland/weston-init/weston-start +++ b/meta/recipes-graphics/wayland/weston-init/weston-start @@ -6,7 +6,7 @@ export PATH="/sbin:/usr/sbin:/bin:/usr/bin" usage() { cat <] [-- ] + $0 [] EOF } @@ -18,11 +18,6 @@ add_weston_argument() { weston_args="$weston_args $1" } -# Add openvt extra argument -add_openvt_argument() { - openvt_args="$openvt_args $1" - -} ## Add module to --modules argument add_weston_module() { if [[ "x${weston_modules}" == "x" ]]; then @@ -37,33 +32,12 @@ if [ -n "$WAYLAND_DISPLAY" ]; then fi if [ -n "$WESTON_USER" ]; then - if [ -z "$WESTON_TTY" ]; then - echo "ERROR: If you have WESTON_USER variable set, you also need WESTON_TTY." - exit 1 - fi if [ -z "$WESTON_GROUP" ]; then # no explicit WESTON_GROUP given, therefore use WESTON_USER export WESTON_GROUP="${WESTON_USER}" fi - weston_args_user="-u $WESTON_USER -t $WESTON_TTY" fi -if [ -n "$DISPLAY" ]; then - launcher="weston" -else - launcher="weston-launch $weston_args_user --" -fi - -openvt_args="-s" -while [ -n "$1" ]; do - if [ "$1" = "--" ]; then - shift - break - fi - openvt_args="$openvt_args $1" - shift -done - weston_args=$* # Load and run modules @@ -94,4 +68,4 @@ if test -z "$XDG_RUNTIME_DIR"; then fi fi -exec openvt $openvt_args -- $launcher $weston_args --log=@LOCALSTATEDIR@/log/weston.log +su -c "XDG_RUNTIME_DIR=/run/user/`id -u ${WESTON_USER}` weston $weston_args --log=/tmp/weston.log" $WESTON_USER diff --git a/meta/recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch b/meta/recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch deleted file mode 100644 index f8f7589499..0000000000 --- a/meta/recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch +++ /dev/null @@ -1,50 +0,0 @@ -From c8bfa1f8d576cdc6d515dbbac36c48c6166be0d5 Mon Sep 17 00:00:00 2001 -From: Marius Vlad -Date: Thu, 1 Apr 2021 00:12:00 +0300 -Subject: [PATCH] libweston/backend-drm: Re-order gbm destruction at DRM-backend tear down - -Tearing down the drm-backend when there are no input devices, would call -for the gbm device destruction before compositor shutdown. The latter -would call into the renderer detroy function and assume that the -EGLDisplay, which was created using the before-mentioned gbm device, is -still available. This patch re-orders the gbm destruction after the -compositor shutdown when no one would make use of it. - -Fixes: #314 - -Signed-off-by: Marius Vlad -Suggested-by: Daniel Stone - -Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/d171c7b3ba346c4d0bd6494f45ebf0be3c3cc5fb] ---- - libweston/backend-drm/drm.c | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/libweston/backend-drm/drm.c b/libweston/backend-drm/drm.c -index 2780f3b..fbcfeca 100644 ---- a/libweston/backend-drm/drm.c -+++ b/libweston/backend-drm/drm.c -@@ -3025,10 +3025,6 @@ err_drm_source: - err_udev_input: - udev_input_destroy(&b->input); - err_sprite: --#ifdef BUILD_DRM_GBM -- if (b->gbm) -- gbm_device_destroy(b->gbm); --#endif - destroy_sprites(b); - err_udev_dev: - udev_device_unref(drm_device); -@@ -3038,6 +3034,10 @@ err_launcher: - weston_launcher_destroy(compositor->launcher); - err_compositor: - weston_compositor_shutdown(compositor); -+#ifdef BUILD_DRM_GBM -+ if (b->gbm) -+ gbm_device_destroy(b->gbm); -+#endif - free(b); - return NULL; - } --- -2.33.0 diff --git a/meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch b/meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch deleted file mode 100644 index 06e0f7baec..0000000000 --- a/meta/recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch +++ /dev/null @@ -1,32 +0,0 @@ -From a2ba4714a6872e547621d29d9ddcb0f374b88cf6 Mon Sep 17 00:00:00 2001 -From: Chen Qi -Date: Tue, 20 Apr 2021 20:42:18 -0700 -Subject: [PATCH] meson.build: fix incorrect header - -The wayland.c actually include 'xdg-shell-client-protocol.h' instead of -the server one, so fix it. Otherwise, it's possible to get build failure -due to race condition. - -Upstream-Status: Pending - -Signed-off-by: Chen Qi ---- - libweston/backend-wayland/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libweston/backend-wayland/meson.build b/libweston/backend-wayland/meson.build -index 7e82513..29270b5 100644 ---- a/libweston/backend-wayland/meson.build -+++ b/libweston/backend-wayland/meson.build -@@ -10,7 +10,7 @@ srcs_wlwl = [ - fullscreen_shell_unstable_v1_protocol_c, - presentation_time_protocol_c, - presentation_time_server_protocol_h, -- xdg_shell_server_protocol_h, -+ xdg_shell_client_protocol_h, - xdg_shell_protocol_c, - ] - --- -2.30.2 - diff --git a/meta/recipes-graphics/wayland/weston/0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch b/meta/recipes-graphics/wayland/weston/0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch deleted file mode 100644 index 6fe86ff3f0..0000000000 --- a/meta/recipes-graphics/wayland/weston/0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 58760e09eed662a72da939ff4802d605489cff8e Mon Sep 17 00:00:00 2001 -From: Denys Dmytriyenko -Date: Tue, 8 Sep 2020 19:37:42 -0400 -Subject: [PATCH] tests: include fcntl.h for open(), O_RDWR, O_CLOEXEC and - O_CREAT - -musl libc (unlike glibc) requires explicitly incuding fcntl.h to define open(), -O_RDWR, O_CLOEXEC and O_CREAT. Otherwise the build fails with the errors: - -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c: In function 'wait_for_lock': -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c:135:7: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] -| 135 | fd = open(lock_path, O_RDWR | O_CLOEXEC | O_CREAT, 00700); -| | ^~~~ -| | popen -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c:135:23: error: 'O_RDWR' undeclared (first use in this function) -| 135 | fd = open(lock_path, O_RDWR | O_CLOEXEC | O_CREAT, 00700); -| | ^~~~~~ -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c:135:23: note: each undeclared identifier is reported only once for each function it appears in -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c:135:32: error: 'O_CLOEXEC' undeclared (first use in this function) -| 135 | fd = open(lock_path, O_RDWR | O_CLOEXEC | O_CREAT, 00700); -| | ^~~~~~~~~ -| ../weston-9.0.0/tests/weston-test-fixture-compositor.c:135:44: error: 'O_CREAT' undeclared (first use in this function) -| 135 | fd = open(lock_path, O_RDWR | O_CLOEXEC | O_CREAT, 00700); -| | ^~~~~~~ - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/493/diffs?commit_id=b10c0e843dcb8148bbe869bb15261955b94ac98c] - -Signed-off-by: Denys Dmytriyenko ---- - tests/weston-test-fixture-compositor.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tests/weston-test-fixture-compositor.c b/tests/weston-test-fixture-compositor.c -index 0c9855f..e0e32c9 100644 ---- a/tests/weston-test-fixture-compositor.c -+++ b/tests/weston-test-fixture-compositor.c -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - #include "shared/helpers.h" - #include "weston-test-fixture-compositor.h" --- -2.7.4 - diff --git a/meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch b/meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch deleted file mode 100644 index f6ebfd8f61..0000000000 --- a/meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch +++ /dev/null @@ -1,199 +0,0 @@ -From a1548c742bf2dedbb47282d8a00407b60bbab669 Mon Sep 17 00:00:00 2001 -From: Tom Hochstein -Date: Wed, 22 Feb 2017 15:53:30 +0200 -Subject: [PATCH] weston-launch: Provide a default version that doesn't require - - PAM - -weston-launch requires PAM for starting weston as a non-root user. - -Since starting weston as root is a valid use case by itself, if -PAM is not available, provide a default version of weston-launch -without non-root-user support. - -Upstream-Status: Denied [https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/725] - -Signed-off-by: Tom Hochstein -Signed-off-by: Jussi Kukkonen -Signed-off-by: Denys Dmytriyenko -Signed-off-by: Ming Liu - ---- - libweston/meson.build | 16 ++++++++++++---- - libweston/weston-launch.c | 21 +++++++++++++++++++++ - meson_options.txt | 7 +++++++ - 3 files changed, 40 insertions(+), 4 deletions(-) - -diff --git a/libweston/meson.build b/libweston/meson.build -index 08d23ec..cb9fd3f 100644 ---- a/libweston/meson.build -+++ b/libweston/meson.build -@@ -216,16 +216,24 @@ dep_vertex_clipping = declare_dependency( - ) - - if get_option('weston-launch') -- dep_pam = cc.find_library('pam') -+ deps_weston_launch = [systemd_dep, dep_libdrm] - -- if not cc.has_function('pam_open_session', dependencies: dep_pam) -- error('pam_open_session not found for weston-launch') -+ if get_option('pam') -+ dep_pam = cc.find_library('pam') -+ if not cc.has_function('pam_open_session', dependencies: dep_pam) -+ error('pam_open_session not found for weston-launch') -+ endif -+ -+ if dep_pam.found() -+ deps_weston_launch += dep_pam -+ config_h.set('HAVE_PAM', '1') -+ endif - endif - - executable( - 'weston-launch', - 'weston-launch.c', -- dependencies: [dep_pam, systemd_dep, dep_libdrm], -+ dependencies: deps_weston_launch, - include_directories: common_inc, - install: true - ) -diff --git a/libweston/weston-launch.c b/libweston/weston-launch.c -index 521cb2c..2d42d33 100644 ---- a/libweston/weston-launch.c -+++ b/libweston/weston-launch.c -@@ -51,7 +51,9 @@ - - #include - #include -+#ifdef HAVE_PAM - #include -+#endif - - #ifdef HAVE_SYSTEMD_LOGIN - #include -@@ -100,8 +102,10 @@ drmSetMaster(int drm_fd) - #endif - - struct weston_launch { -+#ifdef HAVE_PAM - struct pam_conv pc; - pam_handle_t *ph; -+#endif - int tty; - int ttynr; - int sock[2]; -@@ -192,6 +196,7 @@ weston_launch_allowed(struct weston_launch *wl) - return false; - } - -+#ifdef HAVE_PAM - static int - pam_conversation_fn(int msg_count, - const struct pam_message **messages, -@@ -232,6 +237,7 @@ setup_pam(struct weston_launch *wl) - - return 0; - } -+#endif - - static int - setup_launcher_socket(struct weston_launch *wl) -@@ -466,6 +472,7 @@ quit(struct weston_launch *wl, int status) - close(wl->signalfd); - close(wl->sock[0]); - -+#ifdef HAVE_PAM - if (wl->new_user) { - err = pam_close_session(wl->ph, 0); - if (err) -@@ -473,6 +480,7 @@ quit(struct weston_launch *wl, int status) - err, pam_strerror(wl->ph, err)); - pam_end(wl->ph, err); - } -+#endif - - /* - * Get a fresh handle to the tty as the previous one is in -@@ -710,6 +718,7 @@ setup_session(struct weston_launch *wl, char **child_argv) - setenv("HOME", wl->pw->pw_dir, 1); - setenv("SHELL", wl->pw->pw_shell, 1); - -+#ifdef HAVE_PAM - env = pam_getenvlist(wl->ph); - if (env) { - for (i = 0; env[i]; ++i) { -@@ -718,6 +727,7 @@ setup_session(struct weston_launch *wl, char **child_argv) - } - free(env); - } -+#endif - - /* - * We open a new session, so it makes sense -@@ -789,8 +799,10 @@ static void - help(const char *name) - { - fprintf(stderr, "Usage: %s [args...] [-- [weston args..]]\n", name); -+#ifdef HAVE_PAM - fprintf(stderr, " -u, --user Start session as specified username,\n" - " e.g. -u joe, requires root.\n"); -+#endif - fprintf(stderr, " -t, --tty Start session on alternative tty,\n" - " e.g. -t /dev/tty4, requires -u option.\n"); - fprintf(stderr, " -v, --verbose Be verbose\n"); -@@ -804,7 +816,9 @@ main(int argc, char *argv[]) - int i, c; - char *tty = NULL; - struct option opts[] = { -+#ifdef HAVE_PAM - { "user", required_argument, NULL, 'u' }, -+#endif - { "tty", required_argument, NULL, 't' }, - { "verbose", no_argument, NULL, 'v' }, - { "help", no_argument, NULL, 'h' }, -@@ -816,11 +830,16 @@ main(int argc, char *argv[]) - while ((c = getopt_long(argc, argv, "u:t:vh", opts, &i)) != -1) { - switch (c) { - case 'u': -+#ifdef HAVE_PAM - wl.new_user = optarg; - if (getuid() != 0) { - fprintf(stderr, "weston: Permission denied. -u allowed for root only\n"); - exit(EXIT_FAILURE); - } -+#else -+ fprintf(stderr, "weston: -u is unsupported in this weston-launch build\n"); -+ exit(EXIT_FAILURE); -+#endif - break; - case 't': - tty = optarg; -@@ -872,8 +891,10 @@ main(int argc, char *argv[]) - if (setup_tty(&wl, tty) < 0) - exit(EXIT_FAILURE); - -+#ifdef HAVE_PAM - if (wl.new_user && setup_pam(&wl) < 0) - exit(EXIT_FAILURE); -+#endif - - if (setup_launcher_socket(&wl) < 0) - exit(EXIT_FAILURE); -diff --git a/meson_options.txt b/meson_options.txt -index 239bd2d..99e4ec3 100644 ---- a/meson_options.txt -+++ b/meson_options.txt -@@ -73,6 +73,13 @@ option( - ) - - option( -+ 'pam', -+ type: 'boolean', -+ value: true, -+ description: 'Define if PAM is available' -+) -+ -+option( - 'xwayland', - type: 'boolean', - value: true, diff --git a/meta/recipes-graphics/wayland/weston/dont-use-plane-add-prop.patch b/meta/recipes-graphics/wayland/weston/dont-use-plane-add-prop.patch index a4444e5d18..1ac0695222 100644 --- a/meta/recipes-graphics/wayland/weston/dont-use-plane-add-prop.patch +++ b/meta/recipes-graphics/wayland/weston/dont-use-plane-add-prop.patch @@ -1,4 +1,7 @@ -Fix atomic modesetting with musl +From ece4c3d261aeec230869c0304ed1011ff6837c16 Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Sat, 12 Sep 2020 14:04:04 -0700 +Subject: [PATCH] Fix atomic modesetting with musl atomic modesetting seems to fail with drm weston backend and this patch fixes it, below errors are seen before weston exits @@ -8,9 +11,15 @@ atomic: couldn't commit new state: Invalid argument Upstream-Status: Submitted [https://gitlab.freedesktop.org/wayland/weston/-/issues/158] Signed-off-by: Khem Raj +--- + libweston/backend-drm/kms.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/libweston/backend-drm/kms.c b/libweston/backend-drm/kms.c +index 780d007..9994da1 100644 --- a/libweston/backend-drm/kms.c +++ b/libweston/backend-drm/kms.c -@@ -1168,8 +1168,8 @@ drm_pending_state_apply_atomic(struct dr +@@ -1142,8 +1142,8 @@ drm_pending_state_apply_atomic(struct drm_pending_state *pending_state, wl_list_for_each(plane, &b->plane_list, link) { drm_debug(b, "\t\t[atomic] starting with plane %lu disabled\n", (unsigned long) plane->plane_id); diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_10.0.0.bb similarity index 86% rename from meta/recipes-graphics/wayland/weston_9.0.0.bb rename to meta/recipes-graphics/wayland/weston_10.0.0.bb index 59ab217a3b..fbb7927820 100644 --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_10.0.0.bb @@ -3,22 +3,19 @@ DESCRIPTION = "Weston is the reference implementation of a Wayland compositor" HOMEPAGE = "http://wayland.freedesktop.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=d79ee9e66bb0f95d3386a7acae780b70 \ - file://libweston/compositor.c;endline=27;md5=6c53bbbd99273f4f7c4affa855c33c0a" + file://libweston/compositor.c;endline=27;md5=eb6d5297798cabe2ddc65e2af519bcf0 \ + " SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ file://weston.png \ file://weston.desktop \ file://xwayland.weston-start \ file://systemd-notify.weston-start \ - file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ - file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \ - file://0001-meson.build-fix-incorrect-header.patch \ - file://0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch \ -" + " SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch " -SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" +SRC_URI[sha256sum] = "5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" @@ -34,13 +31,13 @@ LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" -EXTRA_OEMESON += "-Dbackend-default=auto -Dpipewire=false" +EXTRA_OEMESON += "-Dpipewire=false" -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl clients', '', d)} \ +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms wayland egl clients', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ - ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \ + ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \ ${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', 'headless', d)} \ - launch \ + ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'sysvinit', 'launcher-libseat', '', d)} \ image-jpeg \ screenshare \ shell-desktop \ @@ -59,11 +56,11 @@ PACKAGECONFIG[x11] = "-Dbackend-x11=true,-Dbackend-x11=false,virtual/libx11 libx # Headless Weston PACKAGECONFIG[headless] = "-Dbackend-headless=true,-Dbackend-headless=false" # Weston on framebuffer -PACKAGECONFIG[fbdev] = "-Dbackend-fbdev=true,-Dbackend-fbdev=false,udev mtdev" +PACKAGECONFIG[fbdev] = "-Ddeprecated-backend-fbdev=true,-Ddeprecated-backend-fbdev=false,udev mtdev" # Weston on RDP PACKAGECONFIG[rdp] = "-Dbackend-rdp=true,-Dbackend-rdp=false,freerdp" # weston-launch -PACKAGECONFIG[launch] = "-Dweston-launch=true,-Dweston-launch=false,drm" +PACKAGECONFIG[launch] = "-Ddeprecated-weston-launch=true,-Ddeprecated-weston-launch=false,drm" # VA-API desktop recorder PACKAGECONFIG[vaapi] = "-Dbackend-drm-screencast-vaapi=true,-Dbackend-drm-screencast-vaapi=false,libva" # Weston with EGL support @@ -82,8 +79,6 @@ PACKAGECONFIG[colord] = "-Dcolor-management-colord=true,-Dcolor-management-color PACKAGECONFIG[clients] = "-Dsimple-clients=all -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false" # Virtual remote output with GStreamer on DRM backend PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base" -# Weston with PAM support -PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" # Weston with screen-share support PACKAGECONFIG[screenshare] = "-Dscreenshare=true,-Dscreenshare=false" # Traditional desktop shell @@ -94,6 +89,8 @@ PACKAGECONFIG[shell-fullscreen] = "-Dshell-fullscreen=true,-Dshell-fullscreen=fa PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false" # JPEG image loading support PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" +# support libseat based launch +PACKAGECONFIG[launcher-libseat] = "-Dlauncher-libseat=true,-Dlauncher-libseat=false,seatd" do_install:append() { # Weston doesn't need the .la files to load modules, so wipe them From patchwork Wed Feb 2 18:27:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3214 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 4D547C433FE for ; Wed, 2 Feb 2022 18:28:07 +0000 (UTC) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web09.2286.1643826486098483525 for ; Wed, 02 Feb 2022 10:28:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Db2vAAJF; spf=pass (domain: gmail.com, ip: 209.85.208.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f52.google.com with SMTP id u18so398966edt.6 for ; Wed, 02 Feb 2022 10:28:05 -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=Oz6lB3aefLz4NSlN76l56rKqVUNqPJxx8upxS07zDJ0=; b=Db2vAAJFJgd4/dvt40s5hnD98/1UR57F3kkivK7re3j9gyBsomXAgOaYbtJo21xUoL ysLHZXYtP18DMtORS6iXLtmU4tHGCJyP6UmJHVp5Tw1xYiWtDS0DOdlQTxpSEg1Nh10k drQWskjpRtP626CMIKN9cnrer8ztfRtCcSMwsQtehONFYWLlJzOapcETtowCq7trzyME dT9hMl14vR1MthOxkZJziyDVZQKqcYK4lSqZ7t40zvOsAXRV7Kxkhh1Tt9qamfB6v2jJ TAhLQCiGDrwW0+DrLa5hVzSMoqQH+Bo1RP0LDcCASZ85IUJUATivsRHALqF3fiMYLAQj F3Uw== 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=Oz6lB3aefLz4NSlN76l56rKqVUNqPJxx8upxS07zDJ0=; b=TZ08mOgjetTV5UZvLf4kxDKzk5oxrWa0/DKmITHZddXyTHCYUiR3McPlJofNoXKF9I XVFy/kfwf91BevwaDdkUcTK/56gD4wceRzuoxUdXErKZIV4NAYTgRVMwdi9owZKR4guq 5JVPPKsngBR54FnsUq+C3ncjiIDqN5KdUsRBOKk2ki5+6OnVhPhGik2yJaMn5WaOlU+r Br3q9KVt+OnDvoICidxacQUVbHFR8I52QAhl7lJOkYTzk5JHdi9Ngbgp3RJ/q0OhSfC0 /W5NH76A0X9PhcZcn+714HK3TTFx6cegosNfBtAmuV8QqRjZjN2x2mKJVRJG93IOb30B aQkw== X-Gm-Message-State: AOAM533RO6KKbLVVh5ZlMs7ZA9xf1jx6K1+ZZo/zKg9URwwR+Y1aMDuN ov8wyoI3uUOTTLjpkBSQTcZRIl0YHG4= X-Google-Smtp-Source: ABdhPJzLpxK6QqVOtTVM1OD9q2aiFYuUIIAwotDrIL3KC0Ute6LNNYI2UcdSDpnj6c/1F8BiknFkLA== X-Received: by 2002:a05:6402:2682:: with SMTP id w2mr31073380edd.355.1643826484407; Wed, 02 Feb 2022 10:28:04 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:04 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 03/33] gdb: update 11.1 -> 11.2 Date: Wed, 2 Feb 2022 19:27:28 +0100 Message-Id: <20220202182758.919991-3-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161228 Simplyfy .inc structure: merge gdb.inc into gdb_11.2.bb, rename gdb-${PV}.inc to gdb.inc. This will allow easier automatic updates. Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gdb/gdb-11.1.inc | 19 -- ...ian_11.1.bb => gdb-cross-canadian_11.2.bb} | 2 +- .../{gdb-cross_11.1.bb => gdb-cross_11.2.bb} | 2 +- meta/recipes-devtools/gdb/gdb.inc | 27 +- ...erver-register-set-selection-dynamic.patch | 317 ------------------ .../gdb/{gdb_11.1.bb => gdb_11.2.bb} | 13 +- 6 files changed, 31 insertions(+), 349 deletions(-) delete mode 100644 meta/recipes-devtools/gdb/gdb-11.1.inc rename meta/recipes-devtools/gdb/{gdb-cross-canadian_11.1.bb => gdb-cross-canadian_11.2.bb} (71%) rename meta/recipes-devtools/gdb/{gdb-cross_11.1.bb => gdb-cross_11.2.bb} (50%) delete mode 100644 meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch rename meta/recipes-devtools/gdb/{gdb_11.1.bb => gdb_11.2.bb} (80%) diff --git a/meta/recipes-devtools/gdb/gdb-11.1.inc b/meta/recipes-devtools/gdb/gdb-11.1.inc deleted file mode 100644 index 5364a880e3..0000000000 --- a/meta/recipes-devtools/gdb/gdb-11.1.inc +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ - file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" - -SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ - file://0001-make-man-install-relative-to-DESTDIR.patch \ - file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ - file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ - file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \ - file://0006-use-asm-sgidefs.h.patch \ - file://0007-Change-order-of-CFLAGS.patch \ - file://0008-resolve-restrict-keyword-conflict.patch \ - file://0009-Fix-invalid-sigprocmask-call.patch \ - file://0010-gdbserver-ctrl-c-handling.patch \ - file://0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch \ - " -SRC_URI[sha256sum] = "cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb similarity index 71% rename from meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb rename to meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb index 301035940c..4ab2b7156d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_11.2.bb @@ -1,3 +1,3 @@ require gdb-common.inc require gdb-cross-canadian.inc -require gdb-${PV}.inc +require gdb.inc diff --git a/meta/recipes-devtools/gdb/gdb-cross_11.1.bb b/meta/recipes-devtools/gdb/gdb-cross_11.2.bb similarity index 50% rename from meta/recipes-devtools/gdb/gdb-cross_11.1.bb rename to meta/recipes-devtools/gdb/gdb-cross_11.2.bb index 50cf159fdb..3b654a2f0d 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_11.2.bb @@ -1,2 +1,2 @@ require gdb-cross.inc -require gdb-${PV}.inc +require gdb.inc diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 2c95ed3ca0..cf801b192b 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -1,11 +1,18 @@ -require gdb-common.inc - -inherit gettext pkgconfig - -#LDFLAGS:append = " -s" -#export CFLAGS:append=" -L${STAGING_LIBDIR}" - -# cross-canadian must not see this -PACKAGES =+ "gdbserver" -FILES:gdbserver = "${bindir}/gdbserver" +LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" +SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ + file://0001-make-man-install-relative-to-DESTDIR.patch \ + file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ + file://0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch \ + file://0005-Dont-disable-libreadline.a-when-using-disable-static.patch \ + file://0006-use-asm-sgidefs.h.patch \ + file://0007-Change-order-of-CFLAGS.patch \ + file://0008-resolve-restrict-keyword-conflict.patch \ + file://0009-Fix-invalid-sigprocmask-call.patch \ + file://0010-gdbserver-ctrl-c-handling.patch \ + " +SRC_URI[sha256sum] = "1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32" diff --git a/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch b/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch deleted file mode 100644 index 6fc1859391..0000000000 --- a/meta/recipes-devtools/gdb/gdb/0011-AArch64-Make-gdbserver-register-set-selection-dynamic.patch +++ /dev/null @@ -1,317 +0,0 @@ -From eb79b2318066cafb75ffdce310e3bbd44f7c79e3 Mon Sep 17 00:00:00 2001 -From: Luis Machado -Date: Fri, 29 Oct 2021 14:54:36 -0300 -Subject: [PATCH] [AArch64] Make gdbserver register set selection dynamic - -The current register set selection mechanism for AArch64 is static, based -on a pre-populated array of register sets. - -This means that we might potentially probe register sets that are not -available. This is OK if the kernel errors out during ptrace, but probing the -tag_ctl register, for example, does not result in a ptrace error if the kernel -supports the tagged address ABI but not MTE (PR 28355). - -Making the register set selection dynamic, based on feature checks, solves -this and simplifies the code a bit. It allows us to list all of the register -sets only once, and pick and choose based on HWCAP/HWCAP2 or other properties. - -gdb/ChangeLog: - -2021-11-03 Luis Machado - - PR gdb/28355 - - * arch/aarch64.h (struct aarch64_features): New struct. - -gdbserver/ChangeLog: - -2021-11-03 Luis Machado - - PR gdb/28355 - - * linux-aarch64-low.cc (is_sve_tdesc): Remove. - (aarch64_target::low_arch_setup): Rework to adjust the register sets. - (aarch64_regsets): Update to list all register sets. - (aarch64_regsets_info, regs_info_aarch64): Replace NULL with nullptr. - (aarch64_sve_regsets, aarch64_sve_regsets_info) - (regs_info_aarch64_sve): Remove. - (aarch64_adjust_register_sets): New. - (aarch64_target::get_regs_info): Remove references to removed structs. - (initialize_low_arch): Likewise. - -[ChangeLog entry stripped so that patch applies cleanly] -Upstream-Status: Accepted ---- - -diff --git a/gdb/arch/aarch64.h b/gdb/arch/aarch64.h -index 0eb702c5b5e..95edb664b55 100644 ---- a/gdb/arch/aarch64.h -+++ b/gdb/arch/aarch64.h -@@ -22,6 +22,15 @@ - - #include "gdbsupport/tdesc.h" - -+/* Holds information on what architectural features are available. This is -+ used to select register sets. */ -+struct aarch64_features -+{ -+ bool sve = false; -+ bool pauth = false; -+ bool mte = false; -+}; -+ - /* Create the aarch64 target description. A non zero VQ value indicates both - the presence of SVE and the Vector Quotient - the number of 128bit chunks in - an SVE Z register. HAS_PAUTH_P indicates the presence of the PAUTH -diff --git a/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc -index daccfef746e..9a8cb4169a7 100644 ---- a/gdbserver/linux-aarch64-low.cc -+++ b/gdbserver/linux-aarch64-low.cc -@@ -196,16 +196,6 @@ is_64bit_tdesc (void) - return register_size (regcache->tdesc, 0) == 8; - } - --/* Return true if the regcache contains the number of SVE registers. */ -- --static bool --is_sve_tdesc (void) --{ -- struct regcache *regcache = get_thread_regcache (current_thread, 0); -- -- return tdesc_contains_feature (regcache->tdesc, "org.gnu.gdb.aarch64.sve"); --} -- - static void - aarch64_fill_gregset (struct regcache *regcache, void *buf) - { -@@ -680,40 +670,6 @@ aarch64_target::low_new_fork (process_info *parent, - *child->priv->arch_private = *parent->priv->arch_private; - } - --/* Matches HWCAP_PACA in kernel header arch/arm64/include/uapi/asm/hwcap.h. */ --#define AARCH64_HWCAP_PACA (1 << 30) -- --/* Implementation of linux target ops method "low_arch_setup". */ -- --void --aarch64_target::low_arch_setup () --{ -- unsigned int machine; -- int is_elf64; -- int tid; -- -- tid = lwpid_of (current_thread); -- -- is_elf64 = linux_pid_exe_is_elf_64_file (tid, &machine); -- -- if (is_elf64) -- { -- uint64_t vq = aarch64_sve_get_vq (tid); -- unsigned long hwcap = linux_get_hwcap (8); -- unsigned long hwcap2 = linux_get_hwcap2 (8); -- bool pauth_p = hwcap & AARCH64_HWCAP_PACA; -- /* MTE is AArch64-only. */ -- bool mte_p = hwcap2 & HWCAP2_MTE; -- -- current_process ()->tdesc -- = aarch64_linux_read_description (vq, pauth_p, mte_p); -- } -- else -- current_process ()->tdesc = aarch32_linux_read_description (); -- -- aarch64_linux_get_debug_reg_capacity (lwpid_of (current_thread)); --} -- - /* Wrapper for aarch64_sve_regs_copy_to_reg_buf. */ - - static void -@@ -730,21 +686,36 @@ aarch64_sve_regs_copy_from_regcache (struct regcache *regcache, void *buf) - return aarch64_sve_regs_copy_from_reg_buf (regcache, buf); - } - -+/* Array containing all the possible register sets for AArch64/Linux. During -+ architecture setup, these will be checked against the HWCAP/HWCAP2 bits for -+ validity and enabled/disabled accordingly. -+ -+ Their sizes are set to 0 here, but they will be adjusted later depending -+ on whether each register set is available or not. */ - static struct regset_info aarch64_regsets[] = - { -+ /* GPR registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, -- sizeof (struct user_pt_regs), GENERAL_REGS, -+ 0, GENERAL_REGS, - aarch64_fill_gregset, aarch64_store_gregset }, -+ /* Floating Point (FPU) registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_FPREGSET, -- sizeof (struct user_fpsimd_state), FP_REGS, -+ 0, FP_REGS, - aarch64_fill_fpregset, aarch64_store_fpregset - }, -+ /* Scalable Vector Extension (SVE) registers. */ -+ { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_SVE, -+ 0, EXTENDED_REGS, -+ aarch64_sve_regs_copy_from_regcache, aarch64_sve_regs_copy_to_regcache -+ }, -+ /* PAC registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_PAC_MASK, -- AARCH64_PAUTH_REGS_SIZE, OPTIONAL_REGS, -- NULL, aarch64_store_pauthregset }, -+ 0, OPTIONAL_REGS, -+ nullptr, aarch64_store_pauthregset }, -+ /* Tagged address control / MTE registers. */ - { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_TAGGED_ADDR_CTRL, -- AARCH64_LINUX_SIZEOF_MTE, OPTIONAL_REGS, aarch64_fill_mteregset, -- aarch64_store_mteregset }, -+ 0, OPTIONAL_REGS, -+ aarch64_fill_mteregset, aarch64_store_mteregset }, - NULL_REGSET - }; - -@@ -752,47 +723,95 @@ static struct regsets_info aarch64_regsets_info = - { - aarch64_regsets, /* regsets */ - 0, /* num_regsets */ -- NULL, /* disabled_regsets */ -+ nullptr, /* disabled_regsets */ - }; - - static struct regs_info regs_info_aarch64 = - { -- NULL, /* regset_bitmap */ -- NULL, /* usrregs */ -+ nullptr, /* regset_bitmap */ -+ nullptr, /* usrregs */ - &aarch64_regsets_info, - }; - --static struct regset_info aarch64_sve_regsets[] = -+/* Given FEATURES, adjust the available register sets by setting their -+ sizes. A size of 0 means the register set is disabled and won't be -+ used. */ -+ -+static void -+aarch64_adjust_register_sets (const struct aarch64_features &features) - { -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_PRSTATUS, -- sizeof (struct user_pt_regs), GENERAL_REGS, -- aarch64_fill_gregset, aarch64_store_gregset }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_SVE, -- SVE_PT_SIZE (AARCH64_MAX_SVE_VQ, SVE_PT_REGS_SVE), EXTENDED_REGS, -- aarch64_sve_regs_copy_from_regcache, aarch64_sve_regs_copy_to_regcache -- }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_PAC_MASK, -- AARCH64_PAUTH_REGS_SIZE, OPTIONAL_REGS, -- NULL, aarch64_store_pauthregset }, -- { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_TAGGED_ADDR_CTRL, -- AARCH64_LINUX_SIZEOF_MTE, OPTIONAL_REGS, aarch64_fill_mteregset, -- aarch64_store_mteregset }, -- NULL_REGSET --}; -+ struct regset_info *regset; - --static struct regsets_info aarch64_sve_regsets_info = -- { -- aarch64_sve_regsets, /* regsets. */ -- 0, /* num_regsets. */ -- NULL, /* disabled_regsets. */ -- }; -+ for (regset = aarch64_regsets; regset->size >= 0; regset++) -+ { -+ switch (regset->nt_type) -+ { -+ case NT_PRSTATUS: -+ /* General purpose registers are always present. */ -+ regset->size = sizeof (struct user_pt_regs); -+ break; -+ case NT_FPREGSET: -+ /* This is unavailable when SVE is present. */ -+ if (!features.sve) -+ regset->size = sizeof (struct user_fpsimd_state); -+ break; -+ case NT_ARM_SVE: -+ if (features.sve) -+ regset->size = SVE_PT_SIZE (AARCH64_MAX_SVE_VQ, SVE_PT_REGS_SVE); -+ break; -+ case NT_ARM_PAC_MASK: -+ if (features.pauth) -+ regset->size = AARCH64_PAUTH_REGS_SIZE; -+ break; -+ case NT_ARM_TAGGED_ADDR_CTRL: -+ if (features.mte) -+ regset->size = AARCH64_LINUX_SIZEOF_MTE; -+ break; -+ default: -+ gdb_assert_not_reached ("Unknown register set found."); -+ } -+ } -+} - --static struct regs_info regs_info_aarch64_sve = -- { -- NULL, /* regset_bitmap. */ -- NULL, /* usrregs. */ -- &aarch64_sve_regsets_info, -- }; -+/* Matches HWCAP_PACA in kernel header arch/arm64/include/uapi/asm/hwcap.h. */ -+#define AARCH64_HWCAP_PACA (1 << 30) -+ -+/* Implementation of linux target ops method "low_arch_setup". */ -+ -+void -+aarch64_target::low_arch_setup () -+{ -+ unsigned int machine; -+ int is_elf64; -+ int tid; -+ -+ tid = lwpid_of (current_thread); -+ -+ is_elf64 = linux_pid_exe_is_elf_64_file (tid, &machine); -+ -+ if (is_elf64) -+ { -+ struct aarch64_features features; -+ -+ uint64_t vq = aarch64_sve_get_vq (tid); -+ features.sve = (vq > 0); -+ /* A-profile PAC is 64-bit only. */ -+ features.pauth = linux_get_hwcap (8) & AARCH64_HWCAP_PACA; -+ /* A-profile MTE is 64-bit only. */ -+ features.mte = linux_get_hwcap2 (8) & HWCAP2_MTE; -+ -+ current_process ()->tdesc -+ = aarch64_linux_read_description (vq, features.pauth, features.mte); -+ -+ /* Adjust the register sets we should use for this particular set of -+ features. */ -+ aarch64_adjust_register_sets (features); -+ } -+ else -+ current_process ()->tdesc = aarch32_linux_read_description (); -+ -+ aarch64_linux_get_debug_reg_capacity (lwpid_of (current_thread)); -+} - - /* Implementation of linux target ops method "get_regs_info". */ - -@@ -802,9 +821,7 @@ aarch64_target::get_regs_info () - if (!is_64bit_tdesc ()) - return ®s_info_aarch32; - -- if (is_sve_tdesc ()) -- return ®s_info_aarch64_sve; -- -+ /* AArch64 64-bit registers. */ - return ®s_info_aarch64; - } - -@@ -3294,5 +3311,4 @@ initialize_low_arch (void) - initialize_low_arch_aarch32 (); - - initialize_regsets_info (&aarch64_regsets_info); -- initialize_regsets_info (&aarch64_sve_regsets_info); - } --- -2.27.0 - diff --git a/meta/recipes-devtools/gdb/gdb_11.1.bb b/meta/recipes-devtools/gdb/gdb_11.2.bb similarity index 80% rename from meta/recipes-devtools/gdb/gdb_11.1.bb rename to meta/recipes-devtools/gdb/gdb_11.2.bb index e73e3a2c5c..9c6db4ca2c 100644 --- a/meta/recipes-devtools/gdb/gdb_11.1.bb +++ b/meta/recipes-devtools/gdb/gdb_11.2.bb @@ -1,5 +1,15 @@ +require gdb-common.inc + +inherit gettext pkgconfig + +#LDFLAGS:append = " -s" +#export CFLAGS:append=" -L${STAGING_LIBDIR}" + +# cross-canadian must not see this +PACKAGES =+ "gdbserver" +FILES:gdbserver = "${bindir}/gdbserver" + require gdb.inc -require gdb-${PV}.inc inherit python3-dir @@ -26,3 +36,4 @@ EOF chmod +x ${WORKDIR}/python fi } + From patchwork Wed Feb 2 18:27:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3213 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 41997C433F5 for ; Wed, 2 Feb 2022 18:28:08 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web12.2279.1643826486751331367 for ; Wed, 02 Feb 2022 10:28:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NCelPau5; spf=pass (domain: gmail.com, ip: 209.85.208.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id m11so336555edi.13 for ; Wed, 02 Feb 2022 10:28:06 -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=nUQ+KHPZpgL2m6X+uUbuTSaxZxKPnZfX0cw6RdRfK7g=; b=NCelPau5e6ARCGD0S/yOmlClfhajp+hnaitzWqOpQUr1YKikZ+Id8+3ZLa0jSgW+xO AMY7zpkLaNjU75MhMbXTLHBMc5CUtQe4jUk4b9RQDSCTWrVEJNdKC/uXyIpKHQNQxIYj 8voojg/nyq/LIgI1IBvJjg+zuNAxuE2LG6xCp8OlSdTTXCwZuYEbuEGdDuqKOzwVRuTb IvDMbqXOUBghACjaY2o5U8Shfbm1W/+OnX4IrZyRu2R805GSFS/Tc/dTLb4pCCYh7qPS QOxIiISVq63nFkgJKlM7M7XKYlFeuVHdo02XoajM23WLhD3uPyQaNIEWsFVVANTHkjzI AcoA== 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=nUQ+KHPZpgL2m6X+uUbuTSaxZxKPnZfX0cw6RdRfK7g=; b=cUvSL1beQCcCuxJrA1Kz/ACboQo2hqCSZjAvf/2Xb7HcYJ/ieLoyVz1mBjoI6LFXfH 53UUIcIjLSzQ9muwoI/fX4TegeNCW2QHKYHjrUHgcAsJ2bALB5fja1SxGd1PujIcwh/B t/9A9L1MMPEZxTe0EW/0v9Xk9iHYSVf+us7xuDWSMdWBHMOqTzqrWwlTnB9bv1jZf06i mf19tYCvfA2Q1u5n5+dK7izHe20g3h8/54kqwuzpJE0GDYkosEHBXiu+ym2pg46XJF6t aNHt7bI5Y2hzs92anOUX5Iz2t/Mkj+udk1OEb+FBke+tuJIvEDeEl0p401GWKiqR0/cP 4lyA== X-Gm-Message-State: AOAM533xuf5ysM029KbTJNcwDVelvbxfO4fB095V5XHx49fi6usR6dGl 8AOdDDu1EMThufBHh/zxg2dfqamXnWc= X-Google-Smtp-Source: ABdhPJwaS8ln2ZJ28bJqXA96Nstyc9aFhvRZi6xxIzLzVcqA8O7GEBvgiFysWuerDka8BZ2gZG2SUQ== X-Received: by 2002:a50:baa9:: with SMTP id x38mr4410394ede.213.1643826485267; Wed, 02 Feb 2022 10:28:05 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:04 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 04/33] connman: update 1.40 -> 1.41 Date: Wed, 2 Feb 2022 19:27:29 +0100 Message-Id: <20220202182758.919991-4-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161229 Signed-off-by: Alexander Kanavin --- .../0002-resolve-musl-does-not-implement-res_ninit.patch | 2 +- .../connman/{connman_1.40.bb => connman_1.41.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.40.bb => connman_1.41.bb} (85%) diff --git a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch index 9dca21a02f..63a8fa81b1 100644 --- a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch +++ b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch @@ -1,4 +1,4 @@ -From 01974865e4d331eeaf25248bee1bb96539c450d9 Mon Sep 17 00:00:00 2001 +From f2e6254a48fc0bb41b1617b7832aed4977230cf9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Apr 2015 23:02:21 -0700 Subject: [PATCH] resolve: musl does not implement res_ninit diff --git a/meta/recipes-connectivity/connman/connman_1.40.bb b/meta/recipes-connectivity/connman/connman_1.41.bb similarity index 85% rename from meta/recipes-connectivity/connman/connman_1.40.bb rename to meta/recipes-connectivity/connman/connman_1.41.bb index edb23a1267..736b78eaeb 100644 --- a/meta/recipes-connectivity/connman/connman_1.40.bb +++ b/meta/recipes-connectivity/connman/connman_1.41.bb @@ -9,7 +9,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ SRC_URI:append:libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" -SRC_URI[sha256sum] = "1a57ae7ce234aa3a1744aac3be5c2121d98dce999440ef8ab9cc4edfd5edcb12" +SRC_URI[sha256sum] = "79fb40f4fdd5530c45aa8e592fb16ba23d3674f3a98cf10b89a6576f198de589" RRECOMMENDS:${PN} = "connman-conf" RCONFLICTS:${PN} = "networkmanager" From patchwork Wed Feb 2 18:27:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3216 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 423ABC4332F for ; Wed, 2 Feb 2022 18:28:09 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mx.groups.io with SMTP id smtpd.web10.2243.1643826487887804885 for ; Wed, 02 Feb 2022 10:28:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=oAgTKF8N; spf=pass (domain: gmail.com, ip: 209.85.218.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f53.google.com with SMTP id ah7so263843ejc.4 for ; Wed, 02 Feb 2022 10:28:07 -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=NpQ00nsZVkrpMEAU36ZYLtZ31poX9KxmZih7IzWYKzA=; b=oAgTKF8N9cRN3LA88U8HoecV3Lec/qDrrVubwjQ5YhDz3u7UZc5g92cWoziLr6hqC3 jn3ifGkAYYQr9sWlRCUS6UpZF3oWPKC3vvMtCF34B0bzWgWWa7Tk9Bv+OOoN46iG9Q5d rN/BvShkxL2l21kl3JuabnnBaZL9Gcn1F+HH+VFe+4bIY4diXU33VnrqGI9FDTpG+rwY vCQGFr0OK6+lKm03MR4NG/dF0E8hpwypBo2sPhhXHydpTZEiPK/0H/ZnkOtNRRScVDMG E6cpo2YpYj+UKe4YNmh5AL/qrJT8Osk/hwbzlQxEuIBe4sKxMyyAn7s7WaqxVaRfEyzJ FsEg== 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=NpQ00nsZVkrpMEAU36ZYLtZ31poX9KxmZih7IzWYKzA=; b=mX/EsIWG28gHfx3QFHeBBxSaKRMXLxo1sFFsQvk64Bz5iVhMurk4OeT+I2rbJMzylJ tdMjMRen28xFaFrnEWDxi5gaiLzLrK3w5nmd4pY6+6wCD1e1S/LK7GuPcQVeonjRNwzU 41xMfG62bzRcmvbgd0CxqLnP1r5GHWfJH6ayvywJNeSc8JZ/L5nRUyhhtMqay2+eVPbY K5Lp34H7K51z1N/74+xhahV37nP5pxfvu2a2P95Q7HQvzShVYweTPlDC6BcGtHHWCFKi yejnmABBeoEGqy0y71ji63MMYtZeP7VKR0VCOCH7AbixZGnstydbBsiQxLxLjLSr3Eb2 j+LQ== X-Gm-Message-State: AOAM532XmTVqlRgVHVGziUrXMOWMVAvCGlkhd5ZiICg86lyHby3BZXMw zZSeZVfysDf2fqZiXCuDZh31uAjRLdQ= X-Google-Smtp-Source: ABdhPJwBxGVYXojFKfl9T55kMTV0WGLRdBw5iY4z5jJW8SRzcPoUx1O47zBQUNnliATgbtNbAVvmcQ== X-Received: by 2002:a17:907:6d83:: with SMTP id sb3mr26701906ejc.21.1643826486191; Wed, 02 Feb 2022 10:28:06 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:05 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 05/33] util-linux: update 2.37.2 -> 2.37.3 Date: Wed, 2 Feb 2022 19:27:30 +0100 Message-Id: <20220202182758.919991-5-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161230 Signed-off-by: Alexander Kanavin --- ...til-linux-libuuid_2.37.2.bb => util-linux-libuuid_2.37.3.bb} | 0 meta/recipes-core/util-linux/util-linux.inc | 2 +- .../util-linux/{util-linux_2.37.2.bb => util-linux_2.37.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/util-linux/{util-linux-libuuid_2.37.2.bb => util-linux-libuuid_2.37.3.bb} (100%) rename meta/recipes-core/util-linux/{util-linux_2.37.2.bb => util-linux_2.37.3.bb} (100%) diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.37.2.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.37.3.bb similarity index 100% rename from meta/recipes-core/util-linux/util-linux-libuuid_2.37.2.bb rename to meta/recipes-core/util-linux/util-linux-libuuid_2.37.3.bb diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 1e3cd28801..0309332722 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -37,4 +37,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "6a0764c1aae7fb607ef8a6dd2c0f6c47d5e5fd27aa08820abaad9ec14e28e9d9" +SRC_URI[sha256sum] = "590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776" diff --git a/meta/recipes-core/util-linux/util-linux_2.37.2.bb b/meta/recipes-core/util-linux/util-linux_2.37.3.bb similarity index 100% rename from meta/recipes-core/util-linux/util-linux_2.37.2.bb rename to meta/recipes-core/util-linux/util-linux_2.37.3.bb From patchwork Wed Feb 2 18:27:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3215 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 5DB18C433EF for ; Wed, 2 Feb 2022 18:28:09 +0000 (UTC) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) by mx.groups.io with SMTP id smtpd.web12.2281.1643826488631826780 for ; Wed, 02 Feb 2022 10:28:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=HO7pJsW1; spf=pass (domain: gmail.com, ip: 209.85.208.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f45.google.com with SMTP id u24so355365eds.11 for ; Wed, 02 Feb 2022 10:28:08 -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=ewpstx3ul7uNud0I1bAZYhhFk75Zor0SywQkyHy6Jws=; b=HO7pJsW1aFtNkeNZ+n+mJb24HOUF8oBhkdFd+/JA4W73BIBObTnuePX8lBIzNwYGbp NJoTIBtAfD1e3oBVZAovaBHn6Df6MbchQO+XRvOswczXFro1kHiH9hNZ/1zjLV1Vzys3 homEhOi0p4HlNZ0eO8G46RseylPylayVM9LmbIpnJfiF9JDP1Vs1+vR7846Po5PphYib 9aRD+E/H1/DVdy2WTrbOwt8szI5TMWJSb37/eVIeuYNcltT5rflVSn+PJuqz8BlOvCcC d+YTqY4qeZBNuLy7PwTP6ct44Imss0hX8tGtsutIJLFks6RaZSHDMAsJxI7fkreEmRjJ OHmw== 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=ewpstx3ul7uNud0I1bAZYhhFk75Zor0SywQkyHy6Jws=; b=q83CUxewFv08AqCiHlBXTvsMnCERziM0OWaEoJPW1guqSviwv6GME8gcDVwNGVrK7q zzptzpqN1bFDW0zKL5XQ9KSS8WlOxc3hRPWkdua92pcHQ2PEOKTjzxGmr2TAcJAjJJqg nd5i3OkuUNICmXM6Mf8pEPqPOce68+k7mccrrE2mixpTxqvs5qdjAbIs3yrYptZoio8K Haq5JTkWRrd5dBcBPJPX+kBBLBptbDCQWr4zXl6DHUmxXcYNqZ28obxam9CNYpuOcfwi fv44hgnBSgwRy96o6HlBFiZP8GZto5b241P31XhcYuiTcr7av0QHysfdtdja1V5m82dI ugDg== X-Gm-Message-State: AOAM5336X/rZ+hZ9Un7nJQ/6CJehwGjB38U7RJEH77BLuppSptZLhwaA NYG3dVCFH+QCsQ5YA4xjJmWEFLrC41w= X-Google-Smtp-Source: ABdhPJyZpneGZ4yZOr/VXKWl04fhUW1gg3fVoNJwg3q0FT7YZJFXFRWsQg0J+E0ifWLCrbabFECROQ== X-Received: by 2002:a05:6402:5147:: with SMTP id n7mr31452289edd.2.1643826487219; Wed, 02 Feb 2022 10:28:07 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:06 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 06/33] cmake: update 3.22.1 -> 3.22.2 Date: Wed, 2 Feb 2022 19:27:31 +0100 Message-Id: <20220202182758.919991-6-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161231 Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.22.1.bb => cmake-native_3.22.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.22.1.bb => cmake_3.22.2.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_3.22.1.bb => cmake-native_3.22.2.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_3.22.1.bb => cmake_3.22.2.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.22.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.22.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_3.22.1.bb rename to meta/recipes-devtools/cmake/cmake-native_3.22.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 628734ac73..9276db3c56 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -21,7 +21,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ " -SRC_URI[sha256sum] = "0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0" +SRC_URI[sha256sum] = "3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_3.22.1.bb b/meta/recipes-devtools/cmake/cmake_3.22.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_3.22.1.bb rename to meta/recipes-devtools/cmake/cmake_3.22.2.bb From patchwork Wed Feb 2 18:27:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3217 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 464CBC433FE for ; Wed, 2 Feb 2022 18:28:10 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by mx.groups.io with SMTP id smtpd.web10.2244.1643826489652828620 for ; Wed, 02 Feb 2022 10:28:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZleAceal; spf=pass (domain: gmail.com, ip: 209.85.218.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f53.google.com with SMTP id s5so283495ejx.2 for ; Wed, 02 Feb 2022 10:28:09 -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=IIdEHKTwGIQs0mEaQFCWVV06oEbZexqELwano7oFARs=; b=ZleAcealiTiqM+YVMRz/Kk8sZeQ0X5ssc5BmXQRXNaVreLcnHxsH2+KEf1Ww98LWGP kH0znXXxGSSSL8tprMPaVw1myLL1q2ggAahSDi6LOk/Cpocfyu2zfEBdlYhqgJaX/BTu O+kbl6VfKjUPHV1a+DKryNXBLWzTf1Dp5BA/InPAtGHMefgVm7u6cSae6m4lsdJz7axG 4drijwFLX/Ur4NSQhVjKxvYWcjVLc/qkOMRVJ6jHomBjiYSTq7WajSQl7F8URCbkZFgb GonXWLpbzJVM6j1T800ocxkDRUNwOkfS0u23Chw6In0aAUFNYRQNSegtm0sLxcQ3+BCN vDQw== 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=IIdEHKTwGIQs0mEaQFCWVV06oEbZexqELwano7oFARs=; b=D62L/qG8GX1g7C3O/O4zFuVAS3bojjWWFLt5lg/6UhDhRIbOcveL5ELn+T2bFTnR73 XJNFOfr2kYgULUJQN++7Gox4upA8pRUXVFC958D/W3jhikffoAlUV1LU8Mlwrja0yobP n7e3WcbZGfvOuQ37vhNXeRq+A193iHlXE9YI30sa4J0oBv1V2BXzYExNyVVZIbLLL+Zr 1xtjWnkv+q0IQt5rlJ3IyytoQdw/JHBLp8NDkDVSGcbQauhz0UNmNN1KmMKsyeYhvuB0 yG5hIsOMhMBldTDW1HuzYw3Aegr9OMNRKYtUA1Xk4ZUpmCKCNca3gFQwVCj5OkRLUo+W dHvQ== X-Gm-Message-State: AOAM5329H7jfvOl2u/dTRZIiHuey1BLHWDjEVWHYr1hl7BAzmUjTwsNf pBOb7+AvAK02yOLkYea+5mBBYweE35k= X-Google-Smtp-Source: ABdhPJwT7y95RHMG8abaqnnpYb6GvoszeWN35EUn6q309ljAvPQMVFv66uB6iXCqsN/cGDx6JnWGMw== X-Received: by 2002:a17:907:d1c:: with SMTP id gn28mr26764624ejc.59.1643826488189; Wed, 02 Feb 2022 10:28:08 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:07 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 07/33] git: merge .inc into .bb Date: Wed, 2 Feb 2022 19:27:32 +0100 Message-Id: <20220202182758.919991-7-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161232 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/git.inc | 141 ----------------------- meta/recipes-devtools/git/git_2.34.1.bb | 142 +++++++++++++++++++++++- 2 files changed, 141 insertions(+), 142 deletions(-) delete mode 100644 meta/recipes-devtools/git/git.inc diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc deleted file mode 100644 index 1d74270fdd..0000000000 --- a/meta/recipes-devtools/git/git.inc +++ /dev/null @@ -1,141 +0,0 @@ -SUMMARY = "Distributed version control system" -HOMEPAGE = "http://git-scm.com" -DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." -SECTION = "console/utils" -LICENSE = "GPLv2" -DEPENDS = "openssl curl zlib expat" - -PROVIDES:append:class-native = " git-replacement-native" - -SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ - ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ - file://fixsort.patch \ -" - -S = "${WORKDIR}/git-${PV}" - -LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" - -CVE_PRODUCT = "git-scm:git" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[cvsserver] = "" -PACKAGECONFIG[svn] = "" - -EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ - --without-tcltk \ - --without-iconv \ -" -EXTRA_OECONF:append:class-nativesdk = " --with-gitconfig=/etc/gitconfig " - -# Needs brokensep as this doesn't use automake -inherit autotools-brokensep perlnative bash-completion - -EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" -EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" -EXTRA_OEMAKE += "COMPUTE_HEADER_DEPENDENCIES=no" -EXTRA_OEMAKE:append:class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" - -do_compile:prepend () { - # Remove perl/perl.mak to fix the out-of-date perl.mak error - # during rebuild - rm -f perl/perl.mak -} - -do_install () { - oe_runmake install DESTDIR="${D}" bindir=${bindir} \ - template_dir=${datadir}/git-core/templates - - for section in man1 man5 man7; do - install -d ${D}/${mandir}/$section - install -t ${D}/${mandir}/$section ${WORKDIR}/$section/* - done - - install -d ${D}/${datadir}/bash-completion/completions/ - install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git -} - -perl_native_fixup () { - sed -i -e 's#${STAGING_BINDIR_NATIVE}/perl-native/#${bindir}/#' \ - -e 's#${libdir}/perl-native/#${libdir}/#' \ - ${@d.getVar("PERLTOOLS").replace(' /',d.getVar('D') + '/')} - - if [ ! "${@bb.utils.filter('PACKAGECONFIG', 'cvsserver', d)}" ]; then - # Only install the git cvsserver command if explicitly requested - # as it requires the DBI Perl module, which does not exist in - # OE-Core. - rm ${D}${libexecdir}/git-core/git-cvsserver \ - ${D}${bindir}/git-cvsserver - fi - - if [ ! "${@bb.utils.filter('PACKAGECONFIG', 'svn', d)}" ]; then - # Only install the git svn command and all Git::SVN Perl modules - # if explicitly requested as they require the SVN::Core Perl - # module, which does not exist in OE-Core. - rm -r ${D}${libexecdir}/git-core/git-svn \ - ${D}${datadir}/perl5/Git/SVN* - fi -} - -REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core" -REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" - -do_install:append:class-target () { - perl_native_fixup -} - -do_install:append:class-native() { - create_wrapper ${D}${bindir}/git \ - GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ - GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} -} - -do_install:append:class-nativesdk() { - create_wrapper ${D}${bindir}/git \ - GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ - GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} - perl_native_fixup -} - -FILES:${PN} += "${datadir}/git-core ${libexecdir}/git-core/" - -PERLTOOLS = " \ - ${bindir}/git-cvsserver \ - ${libexecdir}/git-core/git-add--interactive \ - ${libexecdir}/git-core/git-archimport \ - ${libexecdir}/git-core/git-cvsexportcommit \ - ${libexecdir}/git-core/git-cvsimport \ - ${libexecdir}/git-core/git-cvsserver \ - ${libexecdir}/git-core/git-send-email \ - ${libexecdir}/git-core/git-svn \ - ${libexecdir}/git-core/git-instaweb \ - ${datadir}/gitweb/gitweb.cgi \ - ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ - ${datadir}/git-core/templates/hooks/pre-rebase.sample \ - ${datadir}/git-core/templates/hooks/fsmonitor-watchman.sample \ -" - -# Git tools requiring perl -PACKAGES =+ "${PN}-perltools" -FILES:${PN}-perltools += " \ - ${PERLTOOLS} \ - ${libdir}/perl \ - ${datadir}/perl5 \ -" - -RDEPENDS:${PN}-perltools = "${PN} perl perl-module-file-path findutils" - -# git-tk package with gitk and git-gui -PACKAGES =+ "${PN}-tk" -#RDEPENDS_${PN}-tk = "${PN} tk tcl" -#EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" -FILES:${PN}-tk = " \ - ${bindir}/gitk \ - ${datadir}/gitk \ -" - -PACKAGES =+ "gitweb" -FILES:gitweb = "${datadir}/gitweb/" -RDEPENDS:gitweb = "perl" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/git/git_2.34.1.bb b/meta/recipes-devtools/git/git_2.34.1.bb index 24081764a2..a762ebac99 100644 --- a/meta/recipes-devtools/git/git_2.34.1.bb +++ b/meta/recipes-devtools/git/git_2.34.1.bb @@ -1,4 +1,144 @@ -require git.inc +SUMMARY = "Distributed version control system" +HOMEPAGE = "http://git-scm.com" +DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." +SECTION = "console/utils" +LICENSE = "GPLv2" +DEPENDS = "openssl curl zlib expat" + +PROVIDES:append:class-native = " git-replacement-native" + +SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ + ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ + file://fixsort.patch \ +" + +S = "${WORKDIR}/git-${PV}" + +LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" + +CVE_PRODUCT = "git-scm:git" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[cvsserver] = "" +PACKAGECONFIG[svn] = "" + +EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ + --without-tcltk \ + --without-iconv \ +" +EXTRA_OECONF:append:class-nativesdk = " --with-gitconfig=/etc/gitconfig " + +# Needs brokensep as this doesn't use automake +inherit autotools-brokensep perlnative bash-completion + +EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" +EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" +EXTRA_OEMAKE += "COMPUTE_HEADER_DEPENDENCIES=no" +EXTRA_OEMAKE:append:class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" + +do_compile:prepend () { + # Remove perl/perl.mak to fix the out-of-date perl.mak error + # during rebuild + rm -f perl/perl.mak +} + +do_install () { + oe_runmake install DESTDIR="${D}" bindir=${bindir} \ + template_dir=${datadir}/git-core/templates + + for section in man1 man5 man7; do + install -d ${D}/${mandir}/$section + install -t ${D}/${mandir}/$section ${WORKDIR}/$section/* + done + + install -d ${D}/${datadir}/bash-completion/completions/ + install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git +} + +perl_native_fixup () { + sed -i -e 's#${STAGING_BINDIR_NATIVE}/perl-native/#${bindir}/#' \ + -e 's#${libdir}/perl-native/#${libdir}/#' \ + ${@d.getVar("PERLTOOLS").replace(' /',d.getVar('D') + '/')} + + if [ ! "${@bb.utils.filter('PACKAGECONFIG', 'cvsserver', d)}" ]; then + # Only install the git cvsserver command if explicitly requested + # as it requires the DBI Perl module, which does not exist in + # OE-Core. + rm ${D}${libexecdir}/git-core/git-cvsserver \ + ${D}${bindir}/git-cvsserver + fi + + if [ ! "${@bb.utils.filter('PACKAGECONFIG', 'svn', d)}" ]; then + # Only install the git svn command and all Git::SVN Perl modules + # if explicitly requested as they require the SVN::Core Perl + # module, which does not exist in OE-Core. + rm -r ${D}${libexecdir}/git-core/git-svn \ + ${D}${datadir}/perl5/Git/SVN* + fi +} + +REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core" +REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" + +do_install:append:class-target () { + perl_native_fixup +} + +do_install:append:class-native() { + create_wrapper ${D}${bindir}/git \ + GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ + GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} +} + +do_install:append:class-nativesdk() { + create_wrapper ${D}${bindir}/git \ + GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ + GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} + perl_native_fixup +} + +FILES:${PN} += "${datadir}/git-core ${libexecdir}/git-core/" + +PERLTOOLS = " \ + ${bindir}/git-cvsserver \ + ${libexecdir}/git-core/git-add--interactive \ + ${libexecdir}/git-core/git-archimport \ + ${libexecdir}/git-core/git-cvsexportcommit \ + ${libexecdir}/git-core/git-cvsimport \ + ${libexecdir}/git-core/git-cvsserver \ + ${libexecdir}/git-core/git-send-email \ + ${libexecdir}/git-core/git-svn \ + ${libexecdir}/git-core/git-instaweb \ + ${datadir}/gitweb/gitweb.cgi \ + ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ + ${datadir}/git-core/templates/hooks/pre-rebase.sample \ + ${datadir}/git-core/templates/hooks/fsmonitor-watchman.sample \ +" + +# Git tools requiring perl +PACKAGES =+ "${PN}-perltools" +FILES:${PN}-perltools += " \ + ${PERLTOOLS} \ + ${libdir}/perl \ + ${datadir}/perl5 \ +" + +RDEPENDS:${PN}-perltools = "${PN} perl perl-module-file-path findutils" + +# git-tk package with gitk and git-gui +PACKAGES =+ "${PN}-tk" +#RDEPENDS_${PN}-tk = "${PN} tk tcl" +#EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" +FILES:${PN}-tk = " \ + ${bindir}/gitk \ + ${datadir}/gitk \ +" + +PACKAGES =+ "gitweb" +FILES:gitweb = "${datadir}/gitweb/" +RDEPENDS:gitweb = "perl" + +BBCLASSEXTEND = "native nativesdk" EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ From patchwork Wed Feb 2 18:27:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3219 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 47D47C433FE for ; Wed, 2 Feb 2022 18:28:12 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web09.2288.1643826490761447500 for ; Wed, 02 Feb 2022 10:28:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=AOUPZqsb; spf=pass (domain: gmail.com, ip: 209.85.208.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id u18so399308edt.6 for ; Wed, 02 Feb 2022 10:28:10 -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=xWcDtGlg/ahRDF+kHUVWLDwiJX0FoUoElxpKQAeQedA=; b=AOUPZqsbRSh8iq59iKIeRN6PhwDwvqFn3agaQFgVwh4d4Cnqq0s2Dw8r6YXRSaqKlI T6+fAy+C9AJDG9Kpk75N4m8b8jZSQBY2li0L+3QFllAPYXqSs9ooUoJiOk78c99JM8hG 64rqFWTUex8yLH+9HJJzqLdrGLw0Iv39FOFcPeLHfKAaZP8JcwOnIBEtPkkmA8Qn6fdo 08E4nTVBMdosu7Z0snGBHj1HUqQLCx+HYGT2f5wdyoCa/BOQZGG0yuj7LBCyKC/uNkz+ r7t3AURnFn0t3lPiQBVceUfnj+BFwoYVgXWlnPQOQ3gQ+xU5EbFuGWh8xjbpJc7PKFt3 3VgA== 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=xWcDtGlg/ahRDF+kHUVWLDwiJX0FoUoElxpKQAeQedA=; b=x7sya1gTfnNSzb+D/wfpaJe+r5JdgDBsS6VU2lFh/L4e+CWpC6pKY4sy/Q3IjD4ZLb 71jaGCXZGPeZBL9CDpMuuM4nwD/3Ef9Ji8k37a0nt3IZkO2q3M4N5FWk86firoMwHnLe oqtyCp5SHQCU9eVtnHa1oS7hLNMp58n2LrmB56tnqClAxYY9wmk03ese1cv51Q7Za7Pk TkxJPCI1v8223VSHRPTqNT+5w5Wm5oaL+f+/AoyvPx4EulNGEuyIZQyfhAo86Etr1QSz tQN+I0ph95vU0uf6oOc1iSrnjUaE1AXg2d771Z0BJPH80q7tK+uHZ1rL7A97xSIE816J fB7w== X-Gm-Message-State: AOAM531tsH3LIw7dTv0DlAKVyBVIWW8gLr+TxWykx0CjAuNlzaB0u09f tk0SMKgnmjMiFqQSLoF0jCb25zsA+rc= X-Google-Smtp-Source: ABdhPJwkpIH2g6OOgMSh+2ZLuFqkPE46eH77M2ODuOP0m2Bamk8msADreMmoHpBvkdW7aVkq1oY4jA== X-Received: by 2002:a05:6402:26d6:: with SMTP id x22mr31422696edd.366.1643826489389; Wed, 02 Feb 2022 10:28:09 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:08 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 08/33] git: build manpages from source subject to manpages PACKAGECONFIG Date: Wed, 2 Feb 2022 19:27:33 +0100 Message-Id: <20220202182758.919991-8-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161233 This allows automated updates, and better aligns with how documentation is handled in oe-core. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/git_2.34.1.bb | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/git/git_2.34.1.bb b/meta/recipes-devtools/git/git_2.34.1.bb index a762ebac99..71ff6d444c 100644 --- a/meta/recipes-devtools/git/git_2.34.1.bb +++ b/meta/recipes-devtools/git/git_2.34.1.bb @@ -8,7 +8,6 @@ DEPENDS = "openssl curl zlib expat" PROVIDES:append:class-native = " git-replacement-native" SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ - ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ file://fixsort.patch \ " @@ -21,6 +20,7 @@ CVE_PRODUCT = "git-scm:git" PACKAGECONFIG ??= "" PACKAGECONFIG[cvsserver] = "" PACKAGECONFIG[svn] = "" +PACKAGECONFIG[manpages] = ",,asciidoc-native xmlto-native" EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ --without-tcltk \ @@ -29,7 +29,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ EXTRA_OECONF:append:class-nativesdk = " --with-gitconfig=/etc/gitconfig " # Needs brokensep as this doesn't use automake -inherit autotools-brokensep perlnative bash-completion +inherit autotools-brokensep perlnative bash-completion manpages EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" @@ -40,19 +40,22 @@ do_compile:prepend () { # Remove perl/perl.mak to fix the out-of-date perl.mak error # during rebuild rm -f perl/perl.mak + + if [ "${@bb.utils.filter('PACKAGECONFIG', 'manpages', d)}" ]; then + oe_runmake man + fi } do_install () { oe_runmake install DESTDIR="${D}" bindir=${bindir} \ template_dir=${datadir}/git-core/templates - for section in man1 man5 man7; do - install -d ${D}/${mandir}/$section - install -t ${D}/${mandir}/$section ${WORKDIR}/$section/* - done - install -d ${D}/${datadir}/bash-completion/completions/ install -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git + + if [ "${@bb.utils.filter('PACKAGECONFIG', 'manpages', d)}" ]; then + oe_runmake install-man DESTDIR="${D}" + fi } perl_native_fixup () { @@ -146,4 +149,3 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ EXTRA_OEMAKE += "NO_GETTEXT=1" SRC_URI[tarball.sha256sum] = "fc4eb5ecb9299db91cdd156c06cdeb41833f53adc5631ddf8c0cb13eaa2911c1" -SRC_URI[manpages.sha256sum] = "220f1ed68582caeddf79c4db15e4eaa4808ec01fd11889e19232f0a74d7f31b0" From patchwork Wed Feb 2 18:27:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3218 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 47443C433F5 for ; Wed, 2 Feb 2022 18:28:12 +0000 (UTC) Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by mx.groups.io with SMTP id smtpd.web12.2282.1643826491728403929 for ; Wed, 02 Feb 2022 10:28:12 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=YXE1XIJO; spf=pass (domain: gmail.com, ip: 209.85.218.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f45.google.com with SMTP id m4so205350ejb.9 for ; Wed, 02 Feb 2022 10:28:11 -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=wIGctXC0mumNmzG3FWnRoRMD+sDScHHnihR3MrtG5oE=; b=YXE1XIJOJKwGNNyiU8YTUgk33BtD5mpXNv9/48EEeMW0dUI3BLlJM1b5oqnnxn2Lwc bZP4VwkxcBKj8h4pyqR8AfJbFJfhHA53d3U5HAwFI5p7bmwoKA7hjAMlfpDYERMqttVo 5yq7bUMuJeJyV28iASKWvomiE8QZN+cP+NompOcQ7i9exyHrgrWbmjW8OsTLmWHHuO9M 6T6KLmjcb845WImEvWA7DmHl9JOElqx6Y0zJfLIfVBUNbAsgRzismHXrSK5dX7zBR3AF 4yhjfwOMKPKI/BmEP+6kNvcnPeKUJY7scxcVqq8mrAoPd5FXui95SqFR4ZhdqTDfC4zY B3fg== 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=wIGctXC0mumNmzG3FWnRoRMD+sDScHHnihR3MrtG5oE=; b=uUr0RD1xCu7NTiwFnaGNp5eMCliDWBtRijoAorUX8ZiL3+6g5MltE6s2Ri2XZCTK+O 8RzrI+/tPHIprHgs3r6DsELwMLKcp2jfaRqD8iqoGlQM//0MhHDEYV54Q7nITx/4qj1g NssOABzVPhcwSTSuPpFZXSTk5looIEhkBFEKM5B/V0nmTyReOOMIn+reOh0c3P+D2wiJ 4SmDn4865ghyVHWa45ZWP+G1ivEA/0SPpgZEqiBndvrjrZSLvQKWf6xXMbuwpC5BCvpb fi/NMZo2H4QO+G4FlOOVj096PGWTSm8ZADs8Beri7GTJLsytDM673ZDpVSyiP8VlI+pd tsbA== X-Gm-Message-State: AOAM532FXuAjmMIEm39gdyp1pluo8Tlmag0kDJyOGusaqR7CKQnDaIzr TdVYYpIbJeNSjsIrGmCikOEVaCsGuLo= X-Google-Smtp-Source: ABdhPJzWNHQv+z6RSfVkYVs/8tNFex48Hk6CuFWyGTZIoCA2g/eFW373agXFKIov8p478biKtmL5hA== X-Received: by 2002:a17:907:9493:: with SMTP id dm19mr25974674ejc.51.1643826490302; Wed, 02 Feb 2022 10:28:10 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:09 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 09/33] git: update 2.34.1 -> 2.35.1 Date: Wed, 2 Feb 2022 19:27:34 +0100 Message-Id: <20220202182758.919991-9-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161234 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/{git_2.34.1.bb => git_2.35.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.34.1.bb => git_2.35.1.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.34.1.bb b/meta/recipes-devtools/git/git_2.35.1.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.34.1.bb rename to meta/recipes-devtools/git/git_2.35.1.bb index 71ff6d444c..62017b98ef 100644 --- a/meta/recipes-devtools/git/git_2.34.1.bb +++ b/meta/recipes-devtools/git/git_2.35.1.bb @@ -148,4 +148,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "fc4eb5ecb9299db91cdd156c06cdeb41833f53adc5631ddf8c0cb13eaa2911c1" +SRC_URI[tarball.sha256sum] = "9845a37dd01f9faaa7d8aa2078399d3aea91b43819a5efea6e2877b0af09bd43" From patchwork Wed Feb 2 18:27:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3220 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 470C0C433EF for ; Wed, 2 Feb 2022 18:28:14 +0000 (UTC) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by mx.groups.io with SMTP id smtpd.web12.2283.1643826492967011366 for ; Wed, 02 Feb 2022 10:28:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=g93zmz6Q; spf=pass (domain: gmail.com, ip: 209.85.218.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f48.google.com with SMTP id o12so166096eju.13 for ; Wed, 02 Feb 2022 10:28:12 -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=WHn7yE0AYbcLRzVbyWfQ8dZPYpZG6Rycgj784s4DQ3s=; b=g93zmz6QswIaYQJs1iPkZKkkuDLVUd77U0zWypbrg5LFz6aj5HYdI2r/swjK6e+i4g 3WiFmj+ySP3SWmvKl4unzGIYYyA+uNu9hTS2FTTFfCxIv9kSIjXFiFPHBkvESyyjs0he /1fCypNEFC3qpFCPbN2X9k3wJsZZB7FrHnM66VL59SJd9Vt4Sk3lt38KEYSLqbVHAlD/ mlRvgpCex+HN1XR3qlxwQSqDtw7lnKiyHISyu1jgF7hiB5tqlHz0/HN0o4/yYYtlQBf1 Gxws7FwmSKacxdFeWTeBD2cvmGOnX+vpIlg3d4nuoR4Ad+LMkXFWYJak2ckWDS0Dzkl/ Stjw== 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=WHn7yE0AYbcLRzVbyWfQ8dZPYpZG6Rycgj784s4DQ3s=; b=0ot88cLob3DeJSIKM9yLf2czFF36O3vRk61uwhCBY0fV+hNaiTQDQTwo5htxuK8jQs g4oc+55DkQFnJnGgsvXOxMtvSgAwfNDwbYp7+xmnpOgMJfhwmctd4Jn9FG7TQAea0/3k mj6yEG2p8jH5Y/u4jjq2GHcOdBU8LLoBp2bbN8wjenjxkvMdFnA/d3yEktAj5zIWhJlW 2nheXHXmCPFz02/WNjuZpXvWWlvGOIJKAM1AIogbgRGpRK1rlkUcBbDsnoI/Lyq/G8x4 FR8D+Jk9x5ZcyIEJLnuchOqPkSI9g+KKrm7KOhY/1KNcdndAm12AMFkXosIAlAP0wR8A 8lKw== X-Gm-Message-State: AOAM530gXI5ZFkcL1sTui7Moq47P8whTthArkV62XhDcklXiGrUynufp DWBUBqYSs3ctutPw8dS1sUIpymEBRYY= X-Google-Smtp-Source: ABdhPJywI4RS7AR1x4+sid7w61R/sm6xenfsJdq/O+JJ+TbM2lpzkfJXZYfXuDJiyUOC8oSqsTDFDw== X-Received: by 2002:a17:906:730a:: with SMTP id di10mr26451279ejc.489.1643826491582; Wed, 02 Feb 2022 10:28:11 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:10 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 10/33] python3-pycryptodome: update 3.12.0 -> 3.14.0 Date: Wed, 2 Feb 2022 19:27:35 +0100 Message-Id: <20220202182758.919991-10-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161235 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-pycryptodome.inc | 2 +- meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb | 5 +++++ ...cryptodomex_3.12.0.bb => python3-pycryptodomex_3.14.0.bb} | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb rename meta/recipes-devtools/python/{python3-pycryptodomex_3.12.0.bb => python3-pycryptodomex_3.14.0.bb} (69%) diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 071af557ea..29fe80d224 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93" inherit pypi -PYPI_PACKAGE_EXT = "zip" +PYPI_PACKAGE_EXT = "tar.gz" RDEPENDS:${PN} += " \ ${PYTHON_PN}-io \ diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb deleted file mode 100644 index a732441a7a..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb new file mode 100644 index 0000000000..fb2f8d5ff0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "ceea92a4b8ba6c50d8d70f2efbb4ea14b002dac4160ce4dda33f1b7442f8158a" + diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb similarity index 69% rename from meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb rename to meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb index 5f88419ce4..b83549840d 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb @@ -1,7 +1,7 @@ require python-pycryptodome.inc inherit setuptools3 -SRC_URI[sha256sum] = "922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66" +SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282" FILES:${PN}-tests = " \ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ From patchwork Wed Feb 2 18:27:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3221 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 49B93C433F5 for ; Wed, 2 Feb 2022 18:28:15 +0000 (UTC) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web09.2290.1643826494075136021 for ; Wed, 02 Feb 2022 10:28:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pxUR1Zrz; spf=pass (domain: gmail.com, ip: 209.85.218.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f52.google.com with SMTP id k25so252950ejp.5 for ; Wed, 02 Feb 2022 10:28:13 -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=p+3wY2xZGcC/mj6wEwfrI2whSezoSgRnaqLjzBgMKN0=; b=pxUR1ZrzS9JWQ7E+4jxmVN0DhVsNAMz30w+YtQB+v2GqlpcSgnHCollQ0pzvH1sC2w MQAnLVp61yYGn8t4tyNXBv33+RguhvHd7KoupE/BRfw0DJmvcXMIdrrS8gh2j/aFB+Dv UJYLdAoMr0+spQxoXKRtC5lDe7PsAAbgNtAAtC9xSZbp6GtuDJjy6zbuXRpo+yEdIqzO rLbc7CfxwpNrX6XGOYzfYy4k6Q7erijP8dMAeI1jwBtUueiuiRDbtfDrUAYRkvUUBa0F W/TF/tvWOwMtq4ZrdubMu6qFZbGPh7tV9AS+ieD9M8QervTYk2DW7gbmEOBxdtUspu7g FQ5Q== 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=p+3wY2xZGcC/mj6wEwfrI2whSezoSgRnaqLjzBgMKN0=; b=0XxFhePcezGnZCZg0kYMyFhO3IKJCwXkjJ5EOSNar04O0cH93b8xHsBT+ypsvlq3Ko 8rCKCZ1VHcWFokDY5IFBEjmdJW/A6p0drenVt4/CC/B6FBm/IP3VnwSUsvYxKqpNGiPT ahu2+liU07F2xeL6BUQrP+2fPbTXFMW92XCnGXL8B/ZT3wRH/YYakJ1CMlrJVXL/Gxmi xYuTazxeEKoCFbtAfJv6thoMu13ELYkdJ6HLpWaxdZLLZdh6w/asP4//BL+BguZMheYq d9uMNY1Yi66Dz4F55ch1yZZJgqlvefyBwJkLjLZUeRblViJFfVjEsh6L2QkmW1knB+tE hlCw== X-Gm-Message-State: AOAM530SRHFAPLfZPUvoVK6j5Ro5IcP4yggL/rgg8vALUCoSIaU9JS6U vjOJ3MSfKigP6ie0dQKMIjHZM969Tks= X-Google-Smtp-Source: ABdhPJx4E/2plkJNrpSbK3KMqJwli41o3tylcuDc54gq7zJlGG8Hf2tlMwxncLMUjec7g8hhdb7PQg== X-Received: by 2002:a17:906:30c9:: with SMTP id b9mr26812687ejb.377.1643826492533; Wed, 02 Feb 2022 10:28:12 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:12 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Scott Garman , Chen Qi Subject: [PATCH 11/33] at: update 3.2.2 -> 3.2.4 Date: Wed, 2 Feb 2022 19:27:36 +0100 Message-Id: <20220202182758.919991-11-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161236 Drop patch for issue fixed upstream. Change additional source copying to be a part of do_configure to allow automated upgrades. Signed-off-by: Alexander Kanavin --- .../at/at/fix_parallel_build_error.patch | 37 ------------------- .../at/{at_3.2.2.bb => at_3.2.4.bb} | 24 ++++++------ 2 files changed, 11 insertions(+), 50 deletions(-) delete mode 100644 meta/recipes-extended/at/at/fix_parallel_build_error.patch rename meta/recipes-extended/at/{at_3.2.2.bb => at_3.2.4.bb} (81%) diff --git a/meta/recipes-extended/at/at/fix_parallel_build_error.patch b/meta/recipes-extended/at/at/fix_parallel_build_error.patch deleted file mode 100644 index e4f32b82b6..0000000000 --- a/meta/recipes-extended/at/at/fix_parallel_build_error.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 24ef2a6544f9c7ec01bc7ae73dffa2974a1e251d Mon Sep 17 00:00:00 2001 -From: Chen Qi -Date: Wed, 5 Dec 2018 09:46:22 +0800 -Subject: [PATCH] fix parallel build error - -make -j was failing sometimesa like this -| ccache i586-poky-linux-gcc -march=i586 --sysroot=/home/nitin/build/build0/tmp/sysroots/i586-poky-linux -I. -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -o atd atd.o daemon.o -lfl -lpam -Wl,-O1 -Wl,--as-needed -| parsetime.l:5:19: fatal error: y.tab.h: No such file or directory -| compilation terminated. -| make: *** [lex.yy.o] Error 1 -| make: *** Waiting for unfinished jobs.... - -Fixed the issue by adding a dependency in the makefile. -Nitin -2010/09/02 - -Upstream-Status: Pending - -Signed-off-by: Scott Garman -Signed-off-by: Chen Qi ---- - Makefile.in | 2 ++ - 1 file changed, 2 insertions(+) - -Index: at-3.2.1/Makefile.in -=================================================================== ---- at-3.2.1.orig/Makefile.in -+++ at-3.2.1/Makefile.in -@@ -83,6 +83,8 @@ y.tab.c y.tab.h: parsetime.y - lex.yy.c: parsetime.l - $(LEX) -i parsetime.l - -+parsetime.l: y.tab.h -+ - atd.service: atd.service.in - cat $< | sed -e 's![@]sbindir[@]!$(sbindir)!g' | sed -e 's![@]atjobdir[@]!$(atjobdir)!g' > $@ - diff --git a/meta/recipes-extended/at/at_3.2.2.bb b/meta/recipes-extended/at/at_3.2.4.bb similarity index 81% rename from meta/recipes-extended/at/at_3.2.2.bb rename to meta/recipes-extended/at/at_3.2.4.bb index 14b9dace2a..af8c3d6b4c 100644 --- a/meta/recipes-extended/at/at_3.2.2.bb +++ b/meta/recipes-extended/at/at_3.2.4.bb @@ -23,21 +23,20 @@ RCONFLICTS:${PN} = "atd" RREPLACES:${PN} = "atd" SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \ - file://fix_parallel_build_error.patch \ - file://posixtm.c \ - file://posixtm.h \ - file://file_replacement_with_gplv2.patch \ - file://atd.init \ - file://atd.service \ - ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ - file://makefile-fix-parallel.patch \ - file://0001-remove-glibc-assumption.patch \ - " + file://posixtm.c \ + file://posixtm.h \ + file://file_replacement_with_gplv2.patch \ + file://atd.init \ + file://atd.service \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \ + file://makefile-fix-parallel.patch \ + file://0001-remove-glibc-assumption.patch \ + " PAM_SRC_URI = "file://pam.conf.patch \ file://configure-add-enable-pam.patch" -SRC_URI[sha256sum] = "2211da14914fde1f9cc83592838fb6385a32fb11fcecb7816c77700df6559088" +SRC_URI[sha256sum] = "76990cbb6f4b9bfedb926637904fdcc0d4fa20b6596b9c932117a49a0624c684" EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ --with-daemon_username=root \ @@ -53,10 +52,9 @@ INITSCRIPT_PARAMS = "defaults" SYSTEMD_SERVICE:${PN} = "atd.service" -copy_sources() { +do_configure:prepend() { cp -f ${WORKDIR}/posixtm.[ch] ${S} } -do_patch[postfuncs] += "copy_sources" do_install () { oe_runmake -e "IROOT=${D}" install From patchwork Wed Feb 2 18:27:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3223 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 49053C43217 for ; Wed, 2 Feb 2022 18:28:16 +0000 (UTC) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mx.groups.io with SMTP id smtpd.web10.2248.1643826494847417601 for ; Wed, 02 Feb 2022 10:28:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QukvorTg; spf=pass (domain: gmail.com, ip: 209.85.208.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f44.google.com with SMTP id j2so384141edj.8 for ; Wed, 02 Feb 2022 10:28:14 -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=BfiFfEZX0VXSHpfmALr93RMZE9fhizl6S4rs9Arn/sU=; b=QukvorTgd6H8wyURQ3Cq4fqKBdAMOGhrl/yaCaoqt1XRWldd2/0G1wZRkZO1FLpDvc LAqA8iT+2K7yLfCLgJx/X8aK6rxvD4CsZH39CZJewjwOMOgMwnXknOgUtbmKyGbMI3tn p3RaWInwzFLsqqOR9l81qWhiadPbr1Qt+2SL2HTiSmS+/lvFduxOVLckxBDwTGr1xuZH wHTgXFYIFWLdwKxLRX8xqUlPxFm6qiHBAPFrh6X3rYfAq0m04S1HhkZQEOwDZSEBk+tz YmzRhO9GdG2V5rqOSWFddOGJZsfNPk3dgB19/3loPeuJuRJhBDeg+UFPelySlhkcprYj LnUg== 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=BfiFfEZX0VXSHpfmALr93RMZE9fhizl6S4rs9Arn/sU=; b=D46mWtF6sAQDd42iFj/JXxd25Fd0zFxUK1xRr9TbND/76Dl8gc5dyZSXWvpVZrw8B0 qUEI56ZAgW905v9PHrpiX4GBwGRJ1b+/Mh95qrdbzkPkp7WtrjkoYvBBH+kgorh1/b3l chEMlzk0aWnA1HmlD7y26tXg72nmRePS90fysKaExMppW45rKIJimFO0OYhNG04mZiXR HrV9qSi1/lCUDJ6JPvpNz/n9AM3MDxY45KqPveeZNTaGJu/3+8/0983ibAbp6Tg/JCYb fxuEYWqCKmisxs7UUcy6IaF+4pnHa4BcSlNwgdWMe16yd2epRdiVbKoPJGu63bqGO2N6 dP7Q== X-Gm-Message-State: AOAM530I+OAHDZUC1Lv37mpsXh2FLYoP1qaffXuOx0rDG5fbuyKWQSdF 84yb085jaJmcDzrLWXNbOERBOanAF+c= X-Google-Smtp-Source: ABdhPJyu7F5co9wF145+bRtne3l69pnbK8Keeu9YRES4R1TFHOCvLA5XyV09E9ZhRsJbg86ww77yGA== X-Received: by 2002:a05:6402:894:: with SMTP id e20mr31754961edy.267.1643826493425; Wed, 02 Feb 2022 10:28:13 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:12 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 12/33] sudo: update 1.9.8p2 -> 1.9.9 Date: Wed, 2 Feb 2022 19:27:37 +0100 Message-Id: <20220202182758.919991-12-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161237 License-Update: markdown conversion, copyright years Signed-off-by: Alexander Kanavin --- meta/recipes-extended/sudo/sudo.inc | 2 +- meta/recipes-extended/sudo/{sudo_1.9.8p2.bb => sudo_1.9.9.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.9.8p2.bb => sudo_1.9.9.bb} (96%) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 82040de8aa..05d030c2e9 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sudo.ws" BUGTRACKER = "http://www.sudo.ws/bugs/" SECTION = "admin" LICENSE = "ISC & BSD-3-Clause & BSD-2-Clause & Zlib" -LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=b969d389e79703121cbffc9f3ea18a8b \ +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=16cf60b466f3a0606427a7b624a3a670 \ file://plugins/sudoers/redblack.c;beginline=1;endline=46;md5=03e35317699ba00b496251e0dfe9f109 \ file://lib/util/reallocarray.c;beginline=3;endline=15;md5=397dd45c7683e90b9f8bf24638cf03bf \ file://lib/util/fnmatch.c;beginline=3;endline=27;md5=004d7d2866ba1f5b41174906849d2e0f \ diff --git a/meta/recipes-extended/sudo/sudo_1.9.8p2.bb b/meta/recipes-extended/sudo/sudo_1.9.9.bb similarity index 96% rename from meta/recipes-extended/sudo/sudo_1.9.8p2.bb rename to meta/recipes-extended/sudo/sudo_1.9.9.bb index b2afd1f98c..f1c0339bb3 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.8p2.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.9.bb @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ PAM_SRC_URI = "file://sudo.pam" -SRC_URI[sha256sum] = "9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d" +SRC_URI[sha256sum] = "6d6ee863a3bc26c87661093a74ec63e10fd031ceba714642d21636dfe25e3e00" DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" From patchwork Wed Feb 2 18:27:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3222 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 53453C43219 for ; Wed, 2 Feb 2022 18:28:17 +0000 (UTC) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by mx.groups.io with SMTP id smtpd.web10.2250.1643826495801463229 for ; Wed, 02 Feb 2022 10:28:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=kKHm30td; spf=pass (domain: gmail.com, ip: 209.85.218.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f46.google.com with SMTP id p15so226679ejc.7 for ; Wed, 02 Feb 2022 10:28:15 -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=D1hiM2MJuI2QFCJVTRXeajJOQgIVGMoF3r/NQdymTYg=; b=kKHm30tdMiRpdreG/EfUAX8tn1jg7F/Fqp4nNX+ej+KVZWTrJQFsNy2z0rxowFMOZp qiBSxv7lBtavod2JJmobF/mI0EPrKQkS1aPGwTROO/l4x15dOelhfkTIKVcyM6EGuESP leOUlf5L3wPmZ/wrPBj8RX9XSOobdgpeLwKMd4SQdcSrV+kVEKmaSnBPLc4FSoHrFf9/ Q30CLVywj+f7ZaIVuaflIU/vmNwmx6lnAHkrz8Yz+ZJVUmU7TK7WJ9HAO8dfbcrNBRQY pFVNmdpRVwfNTrPCBLl4bNzVQYMvfC6SLisdxpm9rklIXjSzjQYC8epd/tJnk/fjvLb2 yyLw== 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=D1hiM2MJuI2QFCJVTRXeajJOQgIVGMoF3r/NQdymTYg=; b=Mjrtaz+41F42XqU4lmMZbpCU6aR1/qhxWQEVH5nuEdCtRRfnhtPtUr9yNGP1rc/mNo RE7UZUDJGTwtrULMo54fUGdSG8vf4571ekY3LC+DvHqX9cOEDR0j22fBGs0PNfPLPcCs 9iET/RI0eJi3X/BDSS8bQnJG7H18VouOkE/zY5kuHvaanFLjtljSUEzJNrUYnda59aM6 mDkyA7HoMzERfcE/CzpZuSYrEnFQF1afEPDnshbAijQ2DQHnizQNYin3mjYlXubmwh8Y v2jPuzmGcyuNfZ479MjWbI+VhdgCDDXtGQk4RkGBIyY1/C787CD95GxtaFU7n/eojem3 u+ug== X-Gm-Message-State: AOAM53015D02MwHuTwuQ+/V4X9AbV8Xpa+06aUxsndBFTH15aOCFX5NE fIn8DQMrNMuFJIPEgwXsR9xysWKsldI= X-Google-Smtp-Source: ABdhPJz8M+DIZwkwKpuFAYLgv8VUIxQPGPjz3xqeZL74jM/9LByCQ5Di9mwoXKsSsKmsJ0lcpsjdZA== X-Received: by 2002:a17:907:1b11:: with SMTP id mp17mr26032167ejc.541.1643826494415; Wed, 02 Feb 2022 10:28:14 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:13 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 13/33] xf86-input-libinput: update 1.2.0 -> 1.2.1 Date: Wed, 2 Feb 2022 19:27:38 +0100 Message-Id: <20220202182758.919991-13-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161238 Signed-off-by: Alexander Kanavin --- ...86-input-libinput_1.2.0.bb => xf86-input-libinput_1.2.1.bb} | 3 ++- meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_1.2.0.bb => xf86-input-libinput_1.2.1.bb} (67%) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb similarity index 67% rename from meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb rename to meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb index b0168df8d1..e1c47aa5e7 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.2.1.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309" DEPENDS += "libinput" -SRC_URI[sha256sum] = "f80da3c514fe1cbf57fa1b1bd6ff97f6b0a1f87466ad89247bac59cd0a5869f6" +XORG_DRIVER_COMPRESSOR = ".tar.xz" +SRC_URI[sha256sum] = "8151db5b9ddb317c0ce92dcb62da9a8db5079e5b8a95b60abc854da21e7e971b" FILES:${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 65c5e3c48a..0b1df44fe0 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc @@ -8,7 +8,8 @@ PE = "2" DEPENDS = "virtual/xserver xorgproto util-macros" -SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" +XORG_DRIVER_COMPRESSOR ?= ".tar.bz2" +SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}${XORG_DRIVER_COMPRESSOR}" FILES:${PN} += " ${libdir}/xorg/modules/drivers/*.so" From patchwork Wed Feb 2 18:27:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3226 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 54102C4321E for ; Wed, 2 Feb 2022 18:28:17 +0000 (UTC) Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by mx.groups.io with SMTP id smtpd.web11.2220.1643826496570588296 for ; Wed, 02 Feb 2022 10:28:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ihnjgbDQ; spf=pass (domain: gmail.com, ip: 209.85.218.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f47.google.com with SMTP id m4so205777ejb.9 for ; Wed, 02 Feb 2022 10:28:16 -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=BBjs/FYqRUibX+Bo8O0EnkawzbehM6vfZHwrwCL5i/c=; b=ihnjgbDQyXubWOkxS+m5VPR0LG3Nquzao6PFsYcc+VgvTjJItVpCABi8pEt92A6OeN ZUoD1vR+DKABFTHc8jr2K/4q2E3eT4bXXJcYTSV6LtU7TxspV9f2h7qbnlkKzrW2ks84 gsrevoYAneskR63kp75gkTbXFkFp15FBPeFIzVmNUtRch6+4fIsRFr4+kHHwhHU+lyrh ty6eSIHvz7kl8obg7W1SdqSrRmI902tmihEjh1CGMRqBD8kah2i4ejdNp6FMCybqahJl NPJPSY8l8XflH2AaOX070vOUtdevVDr+wjNmlLG+ZYkW5AgKo/4zoToTr3avxgT26MdP D72A== 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=BBjs/FYqRUibX+Bo8O0EnkawzbehM6vfZHwrwCL5i/c=; b=Fn59jc7xsevRYxhXfc6Ekh6HevdagFwwxb34IecgtBvy2MB2OxTinjFqnbMt0ONaAD CtWNv49mM87IXNWx/h+UQl2jcCQBMPrpIdKTPUiP9xvA21ZaE5op71eOiPpVuNYNipxJ h/nznKTbJvJyhKyRHm5Vv/yaErz2ZetA2uJHNG5iYtaKrCC5WQeC+7fpQcFRFULJiRhz XYEUQN9hwpvPnRZrg4xJt9FJDphZwazAi98XBRR5g4oVt2YwrCTSv2OM753AVWkjmWCj sHcLPSuT0vpABZGMRvmZQkbO9I9CkG5u4f8pz11lLiKyiUVsK1qMDTXoZZ3X9TbzZdlS yqsw== X-Gm-Message-State: AOAM532wEJfQ+K6wEbjeyAPc/y6aLqFWYqnQ4EbwSDxeGvfe70OAot2h 9sRMULuUtwiiXkFFYgxyB36XqoL3/Rs= X-Google-Smtp-Source: ABdhPJwtOprmKdLc7kWhrFaWdB8NgtHJcQBur3HSJGWYek5iJ+JORgjcdIQrX0JAJGzbtUaPTyeh9Q== X-Received: by 2002:a17:907:6088:: with SMTP id ht8mr24905622ejc.619.1643826495182; Wed, 02 Feb 2022 10:28:15 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:14 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin , Alexander Kanavin Subject: [PATCH 14/33] libgpg-error: update 1.43 -> 1.44 Date: Wed, 2 Feb 2022 19:27:39 +0100 Message-Id: <20220202182758.919991-14-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161239 Drop accepted patch. Signed-off-by: Alexander Kanavin --- ...not-hardcode-gnu-libc-when-generatin.patch | 27 ------------------- ...gpg-error_1.43.bb => libgpg-error_1.44.bb} | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 meta/recipes-support/libgpg-error/libgpg-error/0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch rename meta/recipes-support/libgpg-error/{libgpg-error_1.43.bb => libgpg-error_1.44.bb} (89%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch deleted file mode 100644 index ef7a7df1b8..0000000000 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7437acb228678ea5d8288b930b4f5b72c3d449ed Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 24 May 2021 11:03:42 +0200 -Subject: [PATCH] configure.ac: do not hardcode gnu libc when generating - lock-obj - -This erroneously excluded e.g. musl libc. - -Upstream-Status: Submitted [by email to gniibe@fsij.org,gnupg-devel@gnupg.org] -Signed-off-by: Alexander Kanavin ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index c0aab53..6d46d13 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -603,7 +603,7 @@ if test x"$gl_use_threads" = xno; then - AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host]) - elif test x$cross_compiling = xyes; then - case $host in -- *-*-linux-gnu*) -+ *-*-linux-*) - AC_CHECK_TOOL(OBJDUMP, [objdump]) - if test -n "$OBJDUMP"; then - lock_obj_h_generated=yes diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.43.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb similarity index 89% rename from meta/recipes-support/libgpg-error/libgpg-error_1.43.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.44.bb index fe3824b8e0..e3171f0f25 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.43.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.44.bb @@ -17,10 +17,9 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch \ file://0001-Do-not-fail-when-testing-config-scripts.patch \ - file://0001-configure.ac-do-not-hardcode-gnu-libc-when-generatin.patch \ " -SRC_URI[sha256sum] = "a9ab83ca7acc442a5bd846a75b920285ff79bdb4e3d34aa382be88ed2c3aebaf" +SRC_URI[sha256sum] = "8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9" BINCONFIG = "${bindir}/gpg-error-config" From patchwork Wed Feb 2 18:27:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3224 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 432EBC433F5 for ; Wed, 2 Feb 2022 18:28:18 +0000 (UTC) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by mx.groups.io with SMTP id smtpd.web12.2285.1643826497385971760 for ; Wed, 02 Feb 2022 10:28:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NEn1vjNJ; spf=pass (domain: gmail.com, ip: 209.85.208.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f53.google.com with SMTP id u24so355929eds.11 for ; Wed, 02 Feb 2022 10:28:17 -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=ATq7/HbYW9myQZM1uHyCtNddOu69qUarWJKcsMEiWk0=; b=NEn1vjNJJhGOGO8TJ5o0ihoomVSIiDf3gD9if53wQdqJ8s+BajVaXppDfotf+xlqzp ynwVP0nS3t5TtLEoUZatd8Xn8Jp4gP8VjmbbwN8e2zkw/D167H5F5A0/8fWf1f6kfgy1 Kr9ZvbRz9wT0mhqIjP5apZ1NHy+8DeyTFqesIvv48cK0IWuhnTU+iQfKaA+CDgMjhxme IlRAXylU+0bgRoufL7egGOAMXs0Py4B7a3YFIu9zpyA/8ffiF0dGjJeXGe41+VF1GAsT dwfmJB2dkhY+Ze62TqAHirLxpjze+YH6lA8krTIFfy5y5QfcTGGiSYfKUYalGK1jdOY+ 7J/g== 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=ATq7/HbYW9myQZM1uHyCtNddOu69qUarWJKcsMEiWk0=; b=M58MJApPRgj9dYPyyTLv5h2qJIQssM5EVaFzvXV+Zam2dfldQU5VMPZHFbHgWyE0l1 z/tKiSmtf/Z44+A5zl1T4gnub9RoukMThBl1dgrzw+QlM/x0HcOKixQnfygU0XOLPVsi RiQ0anli77+bBJ2p8FZmgjIZ/Ze3qTCIiWkrY5P2HzJuV1ZuAWukwKmxU7Thpvyut4aD 1QvJ2YNXobkdhqikrZD3gzAqCeFdQPi/PbIKfiCCSLmFUeD66KZhXFJPrur/xIbozCiY meNaAE+FTyyPX4obkMXp8ul81dFwGsLZ2KkkI00oY8YzJC+In+VIMmigYWllWTH+vrk+ WfCg== X-Gm-Message-State: AOAM5328DcrPznTrPr4AlIXeKQiUMSpihkaXqt/xPG+UGYiCwzTTHUuh 4PdPTiQejGxKlSJE2cRZgLw42HPMRWA= X-Google-Smtp-Source: ABdhPJyAF1HXgxQLCL6TQmssL3Y2QsPIT4qnKEjugQ+X0ew78PYBeslN28dPBR50CxUAqM/GOLQqMg== X-Received: by 2002:a05:6402:2052:: with SMTP id bc18mr31098389edb.63.1643826495914; Wed, 02 Feb 2022 10:28:15 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:15 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 15/33] ell: upgrade 0.47 -> 0.48 Date: Wed, 2 Feb 2022 19:27:40 +0100 Message-Id: <20220202182758.919991-15-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161240 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/ell/{ell_0.47.bb => ell_0.48.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.47.bb => ell_0.48.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.47.bb b/meta/recipes-core/ell/ell_0.48.bb similarity index 89% rename from meta/recipes-core/ell/ell_0.47.bb rename to meta/recipes-core/ell/ell_0.48.bb index 1db0065a37..737302a444 100644 --- a/meta/recipes-core/ell/ell_0.47.bb +++ b/meta/recipes-core/ell/ell_0.48.bb @@ -16,7 +16,7 @@ inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "4901a0baac4eb24163ceafb44fd448430361d25d8f17d89ff29f8b0b162b3eb9" +SRC_URI[sha256sum] = "9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5" do_configure:prepend () { mkdir -p ${S}/build-aux From patchwork Wed Feb 2 18:27:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3225 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 43295C433FE for ; Wed, 2 Feb 2022 18:28:19 +0000 (UTC) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mx.groups.io with SMTP id smtpd.web08.2248.1643826498196364031 for ; Wed, 02 Feb 2022 10:28:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Q61/1a4X; spf=pass (domain: gmail.com, ip: 209.85.218.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f50.google.com with SMTP id s5so284286ejx.2 for ; Wed, 02 Feb 2022 10:28:17 -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=wyIzAK32I9guvooEcOicPRssUPcb/WDBUwd/FV7/bA4=; b=Q61/1a4Xy+lPwFWfSTLw29UGfw4tTwNkos9DlWqBZpL5IS1H0gI+yJunVBubNj82qC o/QSquDR3nl/tXUmeTZzp8KnaAfGJBbX/kG0PKt5+K4A9AzU1gGkYv3+ZSQq/8N4xL9+ +FbhLHsmfnDIgufTuJr9jN0FmaOxR+PU5TuUVUnqOlcllWMaQgOrscDaQ3fURNs41KYE R2jlk219E7UbjkzKsk/qMQCMRvRkF3EJDh8pWYMSrIgLxQcH10hG5v99yEyY5SAwCUBB gi2k5CyEa8f6dI+s3D3Oy+WfM7lar0lM3a+Af2VxUgYtrN5lazaInEtsEJooYNo+PfgP XJPw== 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=wyIzAK32I9guvooEcOicPRssUPcb/WDBUwd/FV7/bA4=; b=U4a/sEfkO9EDq4y66lsgmnBDbjCep5yMZs8Uz8aTTr3X7adK5l32fLAWYIM8+6jVox OMjKyhbcCBXse5ryeOWoLu5UmcwRKNZKoQFkxxzvOK4ivDR5yR+3oo8HG428xH48LEBs OuWfBw65mfcmOoRnOdTP3ijEJBKqub9szB7f7VffQBErInhpbD3npmJWM7IOZkkiMsji DgWyFb1Rksv53aKcu68aRe9IVOJpkx9WUpI6K7eXV5BW9U4yDSETYVyaV1eeiVoEI/xI N053oHsGzEVppJEy5SaQQR+IfICSukOIcoD9vsBpg7q/z8MihDwH3SgUOrW4/JhwXRgN Wcbg== X-Gm-Message-State: AOAM533C9Nv1enezOr4SN7SjC/c/WHH2zKk6mQ5Q81STHthWxycDAfYK NCWApOkCg97PGBA5S3i78thxU+oeO54= X-Google-Smtp-Source: ABdhPJwKUEHREpwDCV7MEi40zwc9nmCjxA5lAVbNWKy8NzCrCZdkXSMrVjgRyRycZyOkXRLsM5TgbQ== X-Received: by 2002:a17:907:6293:: with SMTP id nd19mr25683916ejc.64.1643826496786; Wed, 02 Feb 2022 10:28:16 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:16 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 16/33] glib-2.0: upgrade 2.70.2 -> 2.70.3 Date: Wed, 2 Feb 2022 19:27:41 +0100 Message-Id: <20220202182758.919991-16-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161241 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +- .../glib-2.0/{glib-2.0_2.70.2.bb => glib-2.0_2.70.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.70.2.bb => glib-2.0_2.70.3.bb} (96%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch index 2118c7e6b9..d3bb05e669 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch +++ b/meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch @@ -1,4 +1,4 @@ -From f4b144cbcd474d5f4982e654607fd609e056b532 Mon Sep 17 00:00:00 2001 +From d4e95568151cb7a62b6a29a4d2c3f532fd55c98c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2016 15:35:55 +0000 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.70.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.70.3.bb similarity index 96% rename from meta/recipes-core/glib-2.0/glib-2.0_2.70.2.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.70.3.bb index df0dde5080..760f71dcda 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.70.2.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.70.3.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ " SRC_URI:append:class-native = " file://relocate-modules.patch" -SRC_URI[sha256sum] = "0551459c85cd3da3d58ddc9016fd28be5af503f5e1615a71ba5b512ac945806f" +SRC_URI[sha256sum] = "233fa4841c1e19e396db7607d58f6b75ba3313c50bf0fce07b2e3532d5eb7d46" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON. From patchwork Wed Feb 2 18:27:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3229 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 4947AC433EF for ; Wed, 2 Feb 2022 18:28:20 +0000 (UTC) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by mx.groups.io with SMTP id smtpd.web09.2292.1643826499021618230 for ; Wed, 02 Feb 2022 10:28:19 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QFpaycsf; spf=pass (domain: gmail.com, ip: 209.85.208.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f42.google.com with SMTP id w25so390550edt.7 for ; Wed, 02 Feb 2022 10:28:18 -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=pQY4EneKJzejJgMT+Ge8lSYQU+y5hDmbD9R0I3HJvI0=; b=QFpaycsfPSWcbF4/JWF9EN3VT1/8yvFTEx4PfPnQ+x3xAeSn6IW0LYfKbortIl4rke Q46X+xAre+3gA/GU3U5E7RIRzqbnwrfv/aihz20w59iYz2Uf4IRTZCZaF+/2Gqu2LfBc gY942lvvD9xrbxlt4Sh3uuovwXgts9pPiiCr24C55FHM54mrbtVOMjOjE8uP3yvXSmhs KTxgf+7Tpp8kn6CLfDYVcCAlTDIi1CDZFPTqnRMBU8yOECOF6XeMzJF5m6fMUjRCSWeI ulXpLUmjX3dwblCFlC71SABYikoAn+ongDdpT8OxIHA/NCAxGoFMT42Qu+c4Kbu0gy5x m42w== 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=pQY4EneKJzejJgMT+Ge8lSYQU+y5hDmbD9R0I3HJvI0=; b=q10fd3M1eCfiBj8skDFmleqYyen+INDJFPilYlF1TyVYOHN7zX6i9tEPk5wfLs27tq SS4MMdPCYLiLJv7F33vKXkGTrTaTP/a/NueTP0KvLGKHDxREm8lq+QZ8z4hObuaCWnRo IQxXVC/jfb6KV+Wp2vBHjTlKn1VHpkzTQI0gR++UkUrk323DQp8A12mGWu0KTrwcHzSR aFigVXL83QiKgBElt10T3iaHrbpASHzQm8O4xut/84hpy3JkqBU1KV00wMYvDGOWe9LX UZ2jx5ByP1c5tCPx8zqwWep0DM54UCCLwE/Gty2IJ1jRKqXMdinIpQYuRWB4zYVtRzoV EpFg== X-Gm-Message-State: AOAM530MCAJx2C2M7/m61CQ87Xe8umzhSE+3yv5zd+aHRlYOSuaciTyN hmTIl2KaGftNJEQty+B3cDvc4GDQdbc= X-Google-Smtp-Source: ABdhPJyOLqAWlp+nKOjcguLBg0Xtc+lv73jkb7xspoPfWiJ/wtJiTcCCyjHDEy0mlhcmpVKNh1Vktg== X-Received: by 2002:a05:6402:2792:: with SMTP id b18mr31281684ede.344.1643826497551; Wed, 02 Feb 2022 10:28:17 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:17 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 17/33] lua: upgrade 5.4.3 -> 5.4.4 Date: Wed, 2 Feb 2022 19:27:42 +0100 Message-Id: <20220202182758.919991-17-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161242 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...9057a5146755e737c479850f87fd0e3b6868.patch | 43 ------------------- .../lua/{lua_5.4.3.bb => lua_5.4.4.bb} | 12 ++---- 2 files changed, 3 insertions(+), 52 deletions(-) delete mode 100644 meta/recipes-devtools/lua/lua/74d99057a5146755e737c479850f87fd0e3b6868.patch rename meta/recipes-devtools/lua/{lua_5.4.3.bb => lua_5.4.4.bb} (80%) diff --git a/meta/recipes-devtools/lua/lua/74d99057a5146755e737c479850f87fd0e3b6868.patch b/meta/recipes-devtools/lua/lua/74d99057a5146755e737c479850f87fd0e3b6868.patch deleted file mode 100644 index dcdc04837d..0000000000 --- a/meta/recipes-devtools/lua/lua/74d99057a5146755e737c479850f87fd0e3b6868.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 74d99057a5146755e737c479850f87fd0e3b6868 Mon Sep 17 00:00:00 2001 -From: Roberto Ierusalimschy -Date: Wed, 3 Nov 2021 15:04:18 -0300 -Subject: [PATCH] Bug: C stack overflow with coroutines - -'coroutine.resume' did not increment counter of C calls when -continuing execution after a protected error (that is, -while running 'precover'). ---- - ldo.c | 6 ++++-- - testes/cstack.lua | 14 ++++++++++++++ - 2 files changed, 18 insertions(+), 2 deletions(-) - -Upstream-Status: Backport [https://github.com/lua/lua/commit/74d99057a5146755e737c479850f87fd0e3b6868.patch] -CVE: CVE-2021-43519 - -diff --git a/src/ldo.c b/src/ldo.c -index d0edc8b4f..66f890364 100644 ---- a/src/ldo.c -+++ b/src/ldo.c -@@ -759,11 +759,10 @@ static void resume (lua_State *L, void *ud) { - StkId firstArg = L->top - n; /* first argument */ - CallInfo *ci = L->ci; - if (L->status == LUA_OK) /* starting a coroutine? */ -- ccall(L, firstArg - 1, LUA_MULTRET, 1); /* just call its body */ -+ ccall(L, firstArg - 1, LUA_MULTRET, 0); /* just call its body */ - else { /* resuming from previous yield */ - lua_assert(L->status == LUA_YIELD); - L->status = LUA_OK; /* mark that it is running (again) */ -- luaE_incCstack(L); /* control the C stack */ - if (isLua(ci)) { /* yielded inside a hook? */ - L->top = firstArg; /* discard arguments */ - luaV_execute(L, ci); /* just continue running Lua code */ -@@ -814,6 +813,9 @@ LUA_API int lua_resume (lua_State *L, lua_State *from, int nargs, - else if (L->status != LUA_YIELD) /* ended with errors? */ - return resume_error(L, "cannot resume dead coroutine", nargs); - L->nCcalls = (from) ? getCcalls(from) : 0; -+ if (getCcalls(L) >= LUAI_MAXCCALLS) -+ return resume_error(L, "C stack overflow", nargs); -+ L->nCcalls++; - luai_userstateresume(L, nargs); - api_checknelems(L, (L->status == LUA_OK) ? nargs + 1 : nargs); - status = luaD_rawrunprotected(L, resume, &nargs); diff --git a/meta/recipes-devtools/lua/lua_5.4.3.bb b/meta/recipes-devtools/lua/lua_5.4.4.bb similarity index 80% rename from meta/recipes-devtools/lua/lua_5.4.3.bb rename to meta/recipes-devtools/lua/lua_5.4.4.bb index a204242bc0..f50328ecfd 100644 --- a/meta/recipes-devtools/lua/lua_5.4.3.bb +++ b/meta/recipes-devtools/lua/lua_5.4.4.bb @@ -7,19 +7,13 @@ HOMEPAGE = "http://www.lua.org/" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ file://lua.pc.in \ ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-tests.tar.gz;name=tarballtest file://run-ptest ', '', d)} \ - file://74d99057a5146755e737c479850f87fd0e3b6868.patch \ " # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. -PV_testsuites = "5.4.3" +PV_testsuites = "5.4.4" -SRC_URI[tarballsrc.sha256sum] = "f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb" -SRC_URI[tarballtest.sha256sum] = "5d29c3022897a8290f280ebe1c6853248dfa35a668e1fc02ba9c8cde4e7bf110" - -# remove at next version upgrade or when output changes -# was added after intermittent repro failures poisoned the cache -PR = "r1" -HASHEQUIV_HASH_VERSION .= ".2" +SRC_URI[tarballsrc.sha256sum] = "164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61" +SRC_URI[tarballtest.sha256sum] = "04d28355cd67a2299dfe5708b55a0ff221ccb1a3907a3113cc103ccc05ac6aad" inherit pkgconfig binconfig ptest From patchwork Wed Feb 2 18:27:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3227 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 45581C433FE for ; Wed, 2 Feb 2022 18:28:21 +0000 (UTC) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web11.2222.1643826499875309767 for ; Wed, 02 Feb 2022 10:28:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qoEASl59; spf=pass (domain: gmail.com, ip: 209.85.218.52, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f52.google.com with SMTP id d10so198395eje.10 for ; Wed, 02 Feb 2022 10:28:19 -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=x/q/W6Rcn4W1NLAcJ9o1WKdMuyiZkk72c60ZMpwaeb8=; b=qoEASl59pXn2xvz4zK/fopbVYXz01J6HYFLZL167yUZgsCLg5VuVPMIc5fZSKj2vg2 BKOrKz7FhWmVPZ8FI8TYH4x2s1KYKdmlgqpDI54R/p7TFsw113V6UBjwAsNMq72PEdRv SbICJ+4w1eYHdzmmk2CMRpP0xgajA53pCwCB4lkpQsyELitmmZcDK7ERnir4iN8bN8aE tV1YJDrrfOHShiaJtlyt90vb0m+kfbJbFu1shNxKP4mBmL0vfDtcn01PDD0kxERm6fd7 3yWbekb5ohAh60F8kJdX40wiLwnD0G5iU1J9nRvjc9ClEQzb72pynFNibncKb1mWGfwY d7fw== 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=x/q/W6Rcn4W1NLAcJ9o1WKdMuyiZkk72c60ZMpwaeb8=; b=pEzJ2Cz+QtIKc7ILap6gjy0KDQkn0PFPsKZHaHzY5X/g2Y/PC1+c6CFcZ+wh2vr53N erF4HrgoomylBUwP1LeuQqNOSAyMPVc9cFOCmT/9YIXi7igZKrTQrYI1JNC42Mv1LDCG OP+3qtMQ0yM3Yq2zTtimfyYEfavnx8Erxa1hVnFDMLhm1ioG+c424HQm5FKDM65vqmKm dvBCJ5QVVs9Vc6i3GSL7Bvqyv8zebFYJSoLWsvbBZ9LooltWUC2D0xCLKAYmBbPDoKV3 +bsOk6r/dKkS8Vp825j2cN0Z5xJqygTV3QhR2uJzxMyVSMrajmffInj4ZaLVyy72ERar DKgw== X-Gm-Message-State: AOAM532yEVRguH9JMj8wXZ/dj1EYrqaoHmfoiNcCSY9OPmPbbiMcaMXy 0kApxjMFM0FXmqUtVxDb0lzDJ+zJRO8= X-Google-Smtp-Source: ABdhPJy5Pak3KPhx+gxHuJO+LzjSrkpRFW1o2I0+MsDXbtKXDIhcIqFtsgN7vXjqRtWV04Mhs2s43Q== X-Received: by 2002:a17:906:58c6:: with SMTP id e6mr25297216ejs.733.1643826498490; Wed, 02 Feb 2022 10:28:18 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:18 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 18/33] mmc-utils: upgrade to latest revision Date: Wed, 2 Feb 2022 19:27:43 +0100 Message-Id: <20220202182758.919991-18-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161243 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 5ccdaceb79..918c0a429c 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d" SRCBRANCH ?= "master" -SRCREV = "3969aa4804edb8aed7bcb3c958e49d0c7388b067" +SRCREV = "fd41dca5b14df7faefdda5dc6c0bbcdc8f6facc0" PV = "0.1+git${SRCPV}" From patchwork Wed Feb 2 18:27:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3228 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 42F70C433F5 for ; Wed, 2 Feb 2022 18:28:22 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) by mx.groups.io with SMTP id smtpd.web11.2223.1643826500794356927 for ; Wed, 02 Feb 2022 10:28:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QhtRJlGr; spf=pass (domain: gmail.com, ip: 209.85.218.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f43.google.com with SMTP id o12so166918eju.13 for ; Wed, 02 Feb 2022 10:28:20 -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=/OIS4Z6X4fXzfwAkjamisR752Ktlyttl6TJAE5dPydQ=; b=QhtRJlGrMnu28m9hSFxcmBPXZjaq3VnqptptzJ38KptbYFXE0o0PArcowEDQAKR5/E mxVjYJ2OiKcKqy+TnvQGJQ2vtf1FIdhy9PJ1xKzGnOiDrXYkGamNdQOhdQJLbpcKdDxM 7VNHoq/AnrYbn0fTsu7iN647x/bFxXrhxZJT8PrmvL+TQhhDmp1XnQQ6Ff9NWClZjUHI GEmePqewlua5BnltM3UZcmqQYAAmYXGryV4C802eJUKY8maydRglY3+xMBorXlzuW5E6 3gyEhtRYNZuR71Jw5cJsOwu8c1014O/elLAdPxg3MhEn+dRmfLCbFNiKcNZzm8ZaCLwg AvgA== 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=/OIS4Z6X4fXzfwAkjamisR752Ktlyttl6TJAE5dPydQ=; b=36MP+ISVzqhF4DVbicMRJx842nXB0Jsn8dAx9qriBpTTHwVMVd5PuRM72vdIHpf1UV 0lhWas0iVo5dpuOyPQQs+LwUn/JUYrrT87lwSIAhKf9nwMBhevJlNdgvKJnhcJM+6AXS /HOauIyZixERA3pfi6YBQMA1g8Pe+JSO7DTG4kZJcLf2embk3GRkXJr7dN2x8wTcfV1E 7Xn3vlxNOL49ttIMk8pXLktsXsgpmJEMIZZaIgqpDuAGOqkDEvUhROLMW49DQqPf19Aq 0KjmmmFa2wzF7X1zDVB4dEH7e3h85eQnYF6LKgOU0rGhs4BxsxvukUIBkmKB5mS4rJbt ru1A== X-Gm-Message-State: AOAM532icJnqxzE7DuBSGhNFFb/WwLBr1DloImgntM8t4dM30aNbNUXn EhPMMFgN+h4CEq3Xk+EKC56OZAGFobU= X-Google-Smtp-Source: ABdhPJx9z6d7O846V4UWTjUvOZ9wjGBzJsJoZ9YqjtyxDgYJsu5F5RatYQpH+GQhVs1DrRCyAnZgvg== X-Received: by 2002:a17:907:3e9b:: with SMTP id hs27mr26425509ejc.72.1643826499434; Wed, 02 Feb 2022 10:28:19 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:18 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 19/33] python3-cython: upgrade 0.29.26 -> 0.29.27 Date: Wed, 2 Feb 2022 19:27:44 +0100 Message-Id: <20220202182758.919991-19-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161244 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-cython.inc | 2 +- .../{python3-cython_0.29.26.bb => python3-cython_0.29.27.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_0.29.26.bb => python3-cython_0.29.27.bb} (100%) diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 278da5ea72..aeff3e77ef 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" PYPI_PACKAGE = "Cython" BBCLASSEXTEND = "native nativesdk" -SRC_URI[sha256sum] = "af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312" +SRC_URI[sha256sum] = "c6a442504db906dfc13a480e96850cced994ecdc076bcf492c43515b78f70da2" UPSTREAM_CHECK_REGEX = "Cython-(?P.*)\.tar" inherit pypi diff --git a/meta/recipes-devtools/python/python3-cython_0.29.26.bb b/meta/recipes-devtools/python/python3-cython_0.29.27.bb similarity index 100% rename from meta/recipes-devtools/python/python3-cython_0.29.26.bb rename to meta/recipes-devtools/python/python3-cython_0.29.27.bb From patchwork Wed Feb 2 18:27:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3230 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 45AAFC4332F for ; Wed, 2 Feb 2022 18:28:23 +0000 (UTC) Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by mx.groups.io with SMTP id smtpd.web10.2253.1643826501844198219 for ; Wed, 02 Feb 2022 10:28:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DbiRCswC; spf=pass (domain: gmail.com, ip: 209.85.218.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f41.google.com with SMTP id k25so253741ejp.5 for ; Wed, 02 Feb 2022 10:28:21 -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=BqHYQ0jWM8X3ViRay+rswwkvvS4GvDO//z1sy/KdoUA=; b=DbiRCswCR6vsHa9O2EFZ8ExTuVsTp96of7zlN37ICxEvCkESz1PmQoL1dDS9q1Kslg zhHobZG+u+15mnYen4Uu359K2w8xa+TkXDe857lWtrXnBgbthVnyNWq6AeU2xMnSaFvi r1JWoBFPYspAic289wL+lMVEyKvS0gwcdTyzIoaBtlDLePYdpInm1wBQVckbt95tjKYL HrO/MCkVcbHsSWe2wSNlzxfwLv3OZvIn8dN4pqt9o4YgJkTMmfIIr9D0bj+1HeOq689J otoqjaWpbYtjkyDbnMv5pfoJthEQcfLHKQLAZLU3yPQVrQx8dyVRmdiyJsdwaigUa7tB Nh+g== 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=BqHYQ0jWM8X3ViRay+rswwkvvS4GvDO//z1sy/KdoUA=; b=wuo2V/EtDuvxZh8lCshZ2OKInH8RSj7g2rUkyDbZaTRAYrcJy3EH6nfO1aIUahZ2kB DW5uMt/LWB7FAdF1VIe6rOErPHIPQOJ+fcm/FvSHcQHQxVmaOvcANBIrTfD8dN5YXZ96 x5wJYmylRBmitQXHdorQZTBSIRnXtptzu/ZiGDQr7OIeGLwWnXf3mgRfhN3jE2OUvCIl gPNIlgYqhedI+eRUVUpzQvc0g5P0qVtv8dslJ5/iPSou+JV3kVCYZN+3NnMXb/Aivjdy xyKkH1+E/PKCA8D6+IEj9Q5IgWSiL8NtUn92Wygyq0wlLGF713HBZSNV2y/YqZPpmZZs Cw4Q== X-Gm-Message-State: AOAM533m3Ryie17WhfjG3JVTV7f83gMhVxe/TnRuuoOX2o0xPQGAXjpy 9y6yBj+FNZZ42wFP+fx5MA19CfVk+ow= X-Google-Smtp-Source: ABdhPJzi7tuOVGqDjdkRL4TNicR1vH3F0BMwTWSZAJM9bC6R34tKK1bbxPEi0i/7xVUvr2O4GFH2TA== X-Received: by 2002:a17:907:da3:: with SMTP id go35mr25924132ejc.456.1643826500442; Wed, 02 Feb 2022 10:28:20 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:19 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 20/33] python3-hypothesis: upgrade 6.36.0 -> 6.36.1 Date: Wed, 2 Feb 2022 19:27:45 +0100 Message-Id: <20220202182758.919991-20-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161245 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.36.0.bb => python3-hypothesis_6.36.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.36.0.bb => python3-hypothesis_6.36.1.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.36.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.36.1.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.36.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.36.1.bb index 3918d7d15c..24def74905 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.36.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.36.1.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "2b9c56faa067d660f0802679689f825bf142eec8261ab9e2e6ea916b1d8278a1" +SRC_URI[sha256sum] = "46cbee9d7aed822149af75ec63d5f86cd1042df69b2e8eae17b26a56a4dda781" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Wed Feb 2 18:27:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3232 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 4A7BCC43217 for ; Wed, 2 Feb 2022 18:28:24 +0000 (UTC) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by mx.groups.io with SMTP id smtpd.web09.2294.1643826502743195938 for ; Wed, 02 Feb 2022 10:28:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=R34MfjNs; spf=pass (domain: gmail.com, ip: 209.85.218.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f46.google.com with SMTP id ka4so183424ejc.11 for ; Wed, 02 Feb 2022 10:28:22 -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=tvCkSjb10jemQrXEMXXKUL9UwZUwqk0VocXydenKBOM=; b=R34MfjNsxh0OQ6CJM6e9T3GoMz/1aJU7KGgSq34At8FB1vJXb2jxNbguPT8+SIATdm MV/TbzpWZVkbQWL3DHW3+6e1oQIDf2hlKHLOb+Fu7ITTfjcRtLaVG1GJZ456mBRG1lFt gjCa3Z59wKNyctEhWPEPbwjklcG//m33dt54YrB9cIkCZkXRcUpGpSNDtUXBo8L+ldkg ehkra785QWx7NE5/29yEmdfTFY/+Yqt2K+VV/cngcMjEt+WkCF6AG6qjP4y/pCEpN+O2 1/AwZaSx8C95rdObAaV/bHtVDWE/80boEzeaYWVBqu8el6a+wMtU0mIWFcY9RW0e97ZX Wsbw== 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=tvCkSjb10jemQrXEMXXKUL9UwZUwqk0VocXydenKBOM=; b=nQVUzt7UZzSmlvMzLGThQ69AA7bJ9gOue0jnjNW9HofygckNBrQxGPytmL+vgUvHbS YH5v+qiRvvPtVlij0uP+HXX+hICdJ1RMKGclE50Uz//kO/qLcTInpiyjHsQ+l5JeAKtH ibCrwO5zDQeYUpEsJ/UQBL9vI6B1MO46dFb9RxUid3zjhxAE/1l0R7WsE3rqzsoG9FOE oA7Hp9vPI3/OB48n+ATS0AqnKGD2wJpZiVmMB1G8RZHUpZp/ikLwHZmM/ndqm40KI56r ForIaendtaFARiuQ1hlYl2ta4U/hJ4Rb5vO7ISiAZyb5s0KomqexsZNdhUYdAFw/a7O5 yHMw== X-Gm-Message-State: AOAM533LR3WmRm0OHeOoPiTMzp3PtTnbvBK7QdifLF4rt4yQJ5MbIL+3 fdguBvSOFZBmJqUo0ANL9T04GSXpgCI= X-Google-Smtp-Source: ABdhPJzoxbq+R/+OjoXh0iFy39m5KejL3yKG8ANzRtCnbfnDIUjqM/DJCmUTnHyXBGiIjuona0wcsw== X-Received: by 2002:a17:907:1b1c:: with SMTP id mp28mr26625604ejc.624.1643826501381; Wed, 02 Feb 2022 10:28:21 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:20 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 21/33] python3-pip: upgrade 21.3.1 -> 22.0.2 Date: Wed, 2 Feb 2022 19:27:46 +0100 Message-Id: <20220202182758.919991-21-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161246 From: Alexander Kanavin License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../python/{python3-pip_21.3.1.bb => python3-pip_22.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_21.3.1.bb => python3-pip_22.0.2.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-pip_21.3.1.bb b/meta/recipes-devtools/python/python3-pip_22.0.2.bb similarity index 79% rename from meta/recipes-devtools/python/python3-pip_21.3.1.bb rename to meta/recipes-devtools/python/python3-pip_22.0.2.bb index c893135059..e70a9556e3 100644 --- a/meta/recipes-devtools/python/python3-pip_21.3.1.bb +++ b/meta/recipes-devtools/python/python3-pip_22.0.2.bb @@ -2,7 +2,7 @@ SUMMARY = "The PyPA recommended tool for installing Python packages" HOMEPAGE = "https://pypi.org/project/pip" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c4fa2b50f55649f43060fa04b0919b9b" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030" DEPENDS += "python3 python3-setuptools-native" @@ -10,7 +10,7 @@ inherit pypi setuptools3 SRC_URI += "file://0001-change-shebang-to-python3.patch" -SRC_URI[sha256sum] = "fd11ba3d0fdb4c07fbc5ecbba0b1b719809420f25038f8ee3cd913d3faa3033a" +SRC_URI[sha256sum] = "27b4b70c34ec35f77947f777070d8331adbb1e444842e98e7150c288dc0caea4" do_install:append() { # Install as pip3 and leave pip2 as default From patchwork Wed Feb 2 18:27:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3231 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 450B8C433F5 for ; Wed, 2 Feb 2022 18:28:24 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web10.2255.1643826503556089123 for ; Wed, 02 Feb 2022 10:28:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Nw3bpvVX; spf=pass (domain: gmail.com, ip: 209.85.218.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f54.google.com with SMTP id d10so198722eje.10 for ; Wed, 02 Feb 2022 10:28:23 -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=LpDDaLUhlkyyoBJS+7e4HCRTS3ZL4QH9sC0Qq9do19g=; b=Nw3bpvVX9BsJuypFWxQLRgS9Lo0SjStpoWFZfYFq8nwC0xIjh/hRNNPmN7XSjMGlPg AfXNASZ+TM8NhEnyJGtrNPLziysTg1T4/qhVmh5IJ/Adw7Vu1M47C9/4wRS7K9g0FfXH I7WPQJBleB4bamRBKt2M8NUPIizqSA0xR2oltQmUd3a2r5EOQZnYyOuvO74LlUkEiVtX tlqkM0P78d1D/VKRcBwXK0PGXRzKpGOt1kshiZwegQ/FZEGA0vIJtturImfCQzF3yD12 ZC9FMZZe+1P1/UfCSas9l5vEJaHTXOAcqi5LEF4CAg5UxMBno36YkSytLRfoS6XL84hH GwZw== 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=LpDDaLUhlkyyoBJS+7e4HCRTS3ZL4QH9sC0Qq9do19g=; b=K7murdogrbSDntj2BIUx6s0RubjQTuGoJpSRZGsi1RBsI+xaLUy9eRG9U7K1y/GMh0 H9vXkJj5dWtAFsRaD7aa4ujDAD7mKWQHugcrgrDfXHpZYB/JAlcfAP76cOrV0SH5uu9K uJ5suIUPm5uYwQfTcM0oWHOo6aIHyeHPa+yvjcCfSH50LKr35SUES7anz4ml6Hidc2Pk WjXTMgNysCz6UYDw+EeDv9G6nxlUQItSKnAyElzEtfiaDqG9AreVt1lV7MKu+VdnPOeO GW9zgrLSA6jptkBpNYJ5Tei+u1y3aYqb90JEo6PhUsuedVINZBeJC2OrTW78tATm1RFL 04vw== X-Gm-Message-State: AOAM532Nq/msPEz6CCpMbcVtARnpdlnrrJC+cmSt2Yx2+vc894fRqkQU /5yvnI9VOLJRYofTElh8RXA9Fm88/6w= X-Google-Smtp-Source: ABdhPJxxL/uuw5WVOuwVPh3aICdhOSMy/jWMvlPiyZwqHml6DjI4PHAW170GQlvBZwLbgO9Veij6mw== X-Received: by 2002:a17:907:6e09:: with SMTP id sd9mr23033161ejc.259.1643826502141; Wed, 02 Feb 2022 10:28:22 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:21 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 22/33] cups: upgrade 2.4.0 -> 2.4.1 Date: Wed, 2 Feb 2022 19:27:47 +0100 Message-Id: <20220202182758.919991-22-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161247 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-extended/cups/{cups_2.4.0.bb => cups_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/cups/{cups_2.4.0.bb => cups_2.4.1.bb} (51%) diff --git a/meta/recipes-extended/cups/cups_2.4.0.bb b/meta/recipes-extended/cups/cups_2.4.1.bb similarity index 51% rename from meta/recipes-extended/cups/cups_2.4.0.bb rename to meta/recipes-extended/cups/cups_2.4.1.bb index 42be34c4f3..27c88f82c7 100644 --- a/meta/recipes-extended/cups/cups_2.4.0.bb +++ b/meta/recipes-extended/cups/cups_2.4.1.bb @@ -2,4 +2,4 @@ require cups.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "9abecec128ca6847c5bb2d3e3d30c87b782c0697b9acf284d16fa38f80a3a6de" +SRC_URI[sha256sum] = "c7339f75f8d4f2dec50c673341a45fc06b6885bb6d4366d6bf59a4e6c10ae178" From patchwork Wed Feb 2 18:27:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3233 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 4416AC433EF for ; Wed, 2 Feb 2022 18:28:25 +0000 (UTC) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) by mx.groups.io with SMTP id smtpd.web12.2287.1643826504403752215 for ; Wed, 02 Feb 2022 10:28:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=bORaIpxi; spf=pass (domain: gmail.com, ip: 209.85.218.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f42.google.com with SMTP id jx6so368277ejb.0 for ; Wed, 02 Feb 2022 10:28:24 -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=sTfEgLmg1Yp7+Qa34vnHFnv1EbK2927EXjCOnQn9LcI=; b=bORaIpxi2W6wq86HPSZVUDFDhcrFQbE6j1yC65CT2fqkJpD0khP+o5OdgXi8pLrpRs O9bYsFZacLFFlLQZKq9luJVDjWvMKQ9ofaOLAtDvXYqObDM8XoSbNqmhhv+mcHb7JaVt FmlODiMQS3km7kd2lE7t5exv5QiKjp8svzeaNtYwyeFyBUc5phIEyuyKQVII9dB8xPls uvCWBfd+AldSQkIfALdCOejR4KEMNfa+Y/fJZaErZZRxaHoIosPWIkWsW7CBzYy1U7mG CVIQ95/OpnRGREiQeLN/ihdDQllaZh3eO4W+03LV7lavQSU0cYuo/SE+5Zl9oIpYhoVU JUGQ== 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=sTfEgLmg1Yp7+Qa34vnHFnv1EbK2927EXjCOnQn9LcI=; b=hE/t7kiyVbaZxI95XTxIUeFKBYAYj1Yl8b0rx+EpBqAQByHyfARVcBL8Zdz7xWts1X L898pmHN0oWPgGHR6ZRk6AlU8/PDZ/7foiQX2OVqg9vEZxJQCkLx4ALCgaWVrM83HogZ rr1esn6o/xwp8JbExhZPJMkFPgqe7XEzohPvdpm3S8iEoFSXD5nwAeHYIR/2++enQuLL XRTrGilHr90Ih+cvLwCIkVaCS9HF4TWJXaj/L9cz8X9FpstgS4MwiHgP6a07Sk3KdZzA LZ7WUo8pwdnuUp7dvu/O8UdDCqxPcoVOidcJuhI8p2+xCuNMHlcN9JdGLBssINQVY4zB Wapg== X-Gm-Message-State: AOAM531ne64vaDo3gl4b4zOtVep3ZxMSn3NmfIYJ6pvExsgRoI9Vlj9J ymOeKdufHJdjVLFZVG6uNX167ksjrc0= X-Google-Smtp-Source: ABdhPJwDekUhlfHT1ilSH6IogLgzF5Q0ZhbvB1Q/Uim+GSwa7rz+LY5YKEVJcE0/RawNMZbzoY0xKA== X-Received: by 2002:a17:907:2d8b:: with SMTP id gt11mr26439042ejc.569.1643826502975; Wed, 02 Feb 2022 10:28:22 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:22 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 23/33] stress-ng: upgrade 0.13.10 -> 0.13.11 Date: Wed, 2 Feb 2022 19:27:48 +0100 Message-Id: <20220202182758.919991-23-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161248 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../stress-ng/{stress-ng_0.13.10.bb => stress-ng_0.13.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.13.10.bb => stress-ng_0.13.11.bb} (93%) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb similarity index 93% rename from meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb index 700ee1595e..72c9de38b1 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" -SRCREV = "b81116cb69a97aa671ab207a7f600aaacca091d1" +SRCREV = "48be8ff4ffc4a04a0e3b5f2feaf63cce0cbd4f2b" S = "${WORKDIR}/git" DEPENDS = "coreutils-native" From patchwork Wed Feb 2 18:27:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3234 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 45625C433FE for ; Wed, 2 Feb 2022 18:28:26 +0000 (UTC) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by mx.groups.io with SMTP id smtpd.web08.2252.1643826505216199653 for ; Wed, 02 Feb 2022 10:28:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=AckmoY3H; spf=pass (domain: gmail.com, ip: 209.85.218.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f46.google.com with SMTP id p15so227554ejc.7 for ; Wed, 02 Feb 2022 10:28:24 -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=Cb/qqOATwY5eQcnbRwPBPmdCNXnAigVQZr6N+qXFc0E=; b=AckmoY3H/smJhyemJh37RSeNHMUQs551m5pfrp6vWQ3+Q+5GerVaarIohJx1Tb/hlK TDz+ES5znz0VFiApMCpxbBB7Go/e/HE+WoM4JbYCYk0mR83saB2eYuOGNTJXIkV1eRqw EidylozQH0cXCiSeM8/8Er0xLWUcx9Te53z1eKZX0v8MYORTZxhLjERqu3h/G+fGknq7 jmOzFmLJ9H8eVISxM3QyoQZ5JU48XTs/C3HZ8yFMoRIETD2A2+3zU/I/sSe5QRGkBtmK QW6DvsCsZJaAvPtjAT/yqh/d/y4wzrMCOeeWL6h0u+mVgf+sTtD7ew5qVnaVAPu7kyx/ 1/Ug== 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=Cb/qqOATwY5eQcnbRwPBPmdCNXnAigVQZr6N+qXFc0E=; b=k9oFF255551F3onsqR1lXFhFiOh3+xZcuIUAx2QY56MRtfURARsSeEXrC4xKeXGVi/ b634pefqIdortaaLtjK8NR0Zw6ASYcN1vrYWn+vSjdWyUmByO8n95z1kgrlpuAFgnCJP bSmp6kA+35xieya5WgT90pC16RQApIMVtZEMFmd3rGSoEN08TAR+e/YKcqszFF6qWZg1 mKY5ftNa9fnZ6SD5Ctfh+tdgs3ZiRu1ghil40WOhNgDUsubkuRgVp5xgFawxGEenE4zF AKrdssUVsbas3g7Ib3cn5PCXXor/P8KbltQmq4G7FVA5E9Xxh4X6h7LyA0RZrEBTOpH7 6SfA== X-Gm-Message-State: AOAM53376dJnxOyJWQjg+Ye4R78dqpw3HBIFGDFGGnjBONgkThDoQWuO KO9W1Oj6w3uyvXI7Aqx3MFOCrfn3rDU= X-Google-Smtp-Source: ABdhPJyBe+CKkyGTmkEeLOFLmLfggI6IaRFOs1ezarqIa1YUKrJ9G+oHUxRjGMoxsajySQK7bFn2/Q== X-Received: by 2002:a17:907:7f87:: with SMTP id qk7mr20078304ejc.748.1643826503788; Wed, 02 Feb 2022 10:28:23 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:23 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 24/33] harfbuzz: upgrade 3.2.0 -> 3.3.1 Date: Wed, 2 Feb 2022 19:27:49 +0100 Message-Id: <20220202182758.919991-24-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161249 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../harfbuzz/{harfbuzz_3.2.0.bb => harfbuzz_3.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_3.2.0.bb => harfbuzz_3.3.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_3.3.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_3.3.1.bb index 647bafc4d3..656b556d29 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_3.3.1.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] = "0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd" +SRC_URI[sha256sum] = "8c083384838f39f4a4856a6584def595b10cc071754a08d5e999293462b34296" inherit meson pkgconfig lib_package gtk-doc gobject-introspection From patchwork Wed Feb 2 18:27:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3236 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 45EFCC433EF for ; Wed, 2 Feb 2022 18:28:27 +0000 (UTC) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web10.2257.1643826506140233282 for ; Wed, 02 Feb 2022 10:28:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pSvuxARZ; spf=pass (domain: gmail.com, ip: 209.85.218.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f54.google.com with SMTP id j2so244263ejk.6 for ; Wed, 02 Feb 2022 10:28:25 -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=lu3yuf6TJ6CbXvSpMRIC9LG0nSTnKw37sSC9qDE7n94=; b=pSvuxARZj/XSovpVAbhrrMLkWQtcPi1w0KDMbwRDj4NYbbgLg7t6klKA7t3TBSYqA5 L7QS/5PqrMtgBo4ceCTJpfejtvuiHTEhhgryTwDFvlu1IP2yjmzXAAqhZhsYkmtUynbA RUcBK3cmea6BTY+XvsF22M/cSSaB9kZ6qX0qGsOvVAA65sEQBwbvwBylMI4Pfw/GOJKJ as4g590P6JqgYYdTQ8PXnnBESguQ1c4HBPUxqDCCwhfazxQTPLmEDLKlCkgzPz6dRbfF bJFjZT5bwjPimTQ1D8mN/hOeC2gYx5dcvlP6ihhGbyv/LhOgcXv2gYkyKoU/JXLFdx9J syAg== 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=lu3yuf6TJ6CbXvSpMRIC9LG0nSTnKw37sSC9qDE7n94=; b=hCDSC0l5Bef1JKdYY3Wdn6g4hM+jej4XCKLVLs6Co/ke44ylX08pfOzuuQ59lajL7b qWvhvtDNkBJQbVfllLIbEVTXyVqI9PWJ1YhjIrtZi1lYHtQeXvFm3qnClAuMidP/AQ1n LqogQLcBlhkjaYUtmBU78r5u5xsErktmVmsUlA2/3wrgBG1avGQ9poIObuNTwkL3pMLm H9Yl8KDjK1j0+ZhSc2tzzt57wvtDNltHdLqqdWqsmVMMqjqIR+uAaWYXqE1+cL5qd2zc OHa5TNUCFt6KetKTKraJMYNelRwAJzE2BNtyQSCgMPiEKiSBWkCH9xN8X4pZLJnGNAcF Jw3g== X-Gm-Message-State: AOAM5337nlbhab6sSeRTQGcJdjyqObW3vcbZ5NLo6ihLWqTO33N67kJy +fof/Nu+2JDylCF6MfxRSouZghNqC+M= X-Google-Smtp-Source: ABdhPJyrAAlWtWBQ5hAWnOhc6xP6K2eTsyoiQlCpldoxDCpzu4lNMrpuLfT2AityGkzP/2pfu43P2A== X-Received: by 2002:a17:907:2849:: with SMTP id el9mr26400105ejc.201.1643826504719; Wed, 02 Feb 2022 10:28:24 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:24 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 25/33] mesa: upgrade 21.3.4 -> 21.3.5 Date: Wed, 2 Feb 2022 19:27:50 +0100 Message-Id: <20220202182758.919991-25-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161250 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_21.3.4.bb => mesa-gl_21.3.5.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.3.4.bb => mesa_21.3.5.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_21.3.4.bb => mesa-gl_21.3.5.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_21.3.4.bb => mesa_21.3.5.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.3.4.bb b/meta/recipes-graphics/mesa/mesa-gl_21.3.5.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_21.3.4.bb rename to meta/recipes-graphics/mesa/mesa-gl_21.3.5.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 71cc3b4617..e8093f5665 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -23,7 +23,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch \ " -SRC_URI[sha256sum] = "77104fd4a93bce69da3b0982f8ee88ba7c4fb98cfc491a669894339cdcd4a67d" +SRC_URI[sha256sum] = "d93b2a9d2464ee856d7637a07dff6b7cd950f295ad58518bb959f76882cf4a4c" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_21.3.4.bb b/meta/recipes-graphics/mesa/mesa_21.3.5.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_21.3.4.bb rename to meta/recipes-graphics/mesa/mesa_21.3.5.bb From patchwork Wed Feb 2 18:27:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3235 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 4BC72C433F5 for ; Wed, 2 Feb 2022 18:28:28 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by mx.groups.io with SMTP id smtpd.web11.2225.1643826506996022779 for ; Wed, 02 Feb 2022 10:28:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=dd6URo2j; spf=pass (domain: gmail.com, ip: 209.85.208.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f54.google.com with SMTP id p7so349545edc.12 for ; Wed, 02 Feb 2022 10:28:26 -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=9NguQPb/bXHjyTpea2SUCMdzHAFpWfHcrUsAnjBk/Cs=; b=dd6URo2jCD/XWQBCWfg5Co0lGyK9Ok7G8zsnVWZNyinBF6bST1F9EHQaJnlBjqHcUJ zZWUeQIkjHFj7f3TvAxmgXLaNa+yqhpplOrtpJhvP6KGc+wrp8Z+bO5aLu9eN8jUD2DA EiE8v2ZSRx254KWUut4BRm7mNjFEW3kWTk1FXhPqWH1DDaACfUxBcrdicRfXKdjDcT7L fYj2fMoRYao+c7MTdJs2+Mm9M3+9OckQVTBHZ8xWGCqRT4EgNbtd48QGPkRAf2jkuxIG JrBUfA8TL1GQ4fU6BllBHSXqnZgpxll0+vfajx21CD+MUnkTdnahe7ERXrOtZxJc7++R qkXw== 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=9NguQPb/bXHjyTpea2SUCMdzHAFpWfHcrUsAnjBk/Cs=; b=q2gPh/3iW/CC7VbwxT7b7V85hHNDVbN2ZR243AQVfTlS/pOkkheeiTyy1AofTLy3QQ XRkVrkfML0JtKmKtLlLY07f6XLjUF9TTMtEgxOWNV4IQbSBRIp/6hCMqjn3idyShlc7u Jb+YqCVZLGv04b8hoGM3xST7YADJLAyt57RMShtJwpAaGbogHYk3CzgDxLD/fpBDlMfn pvjP4NeiSCXLx+1mtBFIYyWafMSWosC5Y9cgwbI5tL3/B60YPL6GumRGExXRj4skFwm0 6iXDjA4xxpcO9a3PrOP0vG9jcTYwBd5m+oEoQKaRRGOUpAZFu6t4blogZ7MVMjG4T5Bs k/lw== X-Gm-Message-State: AOAM532XieTi1ifIrwz3cC8dMhyfbWKZFQi03V4MCahfQ1pPRmr0GY2r nuMyEL1LJ+PTtQZQ2o0+qkO/DTHJy9M= X-Google-Smtp-Source: ABdhPJzcHBVrUsGoe9AB+T/vE0SPSv1QVwPMsIQtZbGYU6E+F/nBkQt7tPETVIcmCWunDiDYozZmZQ== X-Received: by 2002:a50:9d0d:: with SMTP id v13mr31751386ede.242.1643826505604; Wed, 02 Feb 2022 10:28:25 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:25 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 26/33] piglit: upgrade to latest revision Date: Wed, 2 Feb 2022 19:27:51 +0100 Message-Id: <20220202182758.919991-26-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161251 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...file.py-make-test-lists-reproducible.patch | 31 ------------- ...gen_tcs-tes_input_tests.py-do-not-ha.patch | 44 ------------------- ...lizer.py-make-.gz-files-reproducible.patch | 30 ------------- ...sort-the-file-list-before-working-on.patch | 28 ------------ meta/recipes-graphics/piglit/piglit_git.bb | 6 +-- 5 files changed, 1 insertion(+), 138 deletions(-) delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-framework-profile.py-make-test-lists-reproducible.patch delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-serializer.py-make-.gz-files-reproducible.patch delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-tests-shader.py-sort-the-file-list-before-working-on.patch diff --git a/meta/recipes-graphics/piglit/piglit/0001-framework-profile.py-make-test-lists-reproducible.patch b/meta/recipes-graphics/piglit/piglit/0001-framework-profile.py-make-test-lists-reproducible.patch deleted file mode 100644 index c90f601cfa..0000000000 --- a/meta/recipes-graphics/piglit/piglit/0001-framework-profile.py-make-test-lists-reproducible.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 9086d42df1f3134bafcfe33ff16db7bbb9d9a0fd Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 30 Nov 2020 23:08:22 +0000 -Subject: [PATCH] framework/profile.py: make test lists reproducible - -These are created with os.walk, which yields different -order depending on where it's run. - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/610] -Signed-off-by: Alexander Kanavin ---- - framework/profile.py | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/framework/profile.py b/framework/profile.py -index c210e535e..9b5d51d68 100644 ---- a/framework/profile.py -+++ b/framework/profile.py -@@ -528,7 +528,11 @@ class TestProfile(object): - else: - opts[n] = self.test_list[n] - else: -- opts = self.test_list # pylint: disable=redefined-variable-type -+ opts = collections.OrderedDict() -+ test_keys = list(self.test_list.keys()) -+ test_keys.sort() -+ for k in test_keys: -+ opts[k] = self.test_list[k] - - for k, v in self.filters.run(opts.items()): - yield k, v diff --git a/meta/recipes-graphics/piglit/piglit/0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch b/meta/recipes-graphics/piglit/piglit/0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch deleted file mode 100644 index cb675e8d99..0000000000 --- a/meta/recipes-graphics/piglit/piglit/0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 1b23539aece156f6fe0789cb988f22e5915228f6 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Tue, 10 Nov 2020 17:12:32 +0000 -Subject: [PATCH 1/2] generated_tests/gen_tcs/tes_input_tests.py: do not - hardcode the full binary path - -This helps reproducibility. - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/610] -Signed-off-by: Alexander Kanavin ---- - generated_tests/gen_tcs_input_tests.py | 2 +- - generated_tests/gen_tes_input_tests.py | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/generated_tests/gen_tcs_input_tests.py b/generated_tests/gen_tcs_input_tests.py -index face4f19a..e36671af4 100644 ---- a/generated_tests/gen_tcs_input_tests.py -+++ b/generated_tests/gen_tcs_input_tests.py -@@ -272,7 +272,7 @@ class Test(object): - relative probe rgb (0.75, 0.75) (0.0, 1.0, 0.0) - """) - -- test = test.format(self=self, generator_command=" ".join(sys.argv)) -+ test = test.format(self=self, generator_command="generated_tests/gen_tcs_input_tests.py") - - filename = self.filename() - dirname = os.path.dirname(filename) -diff --git a/generated_tests/gen_tes_input_tests.py b/generated_tests/gen_tes_input_tests.py -index 3d847b5cc..954840b20 100644 ---- a/generated_tests/gen_tes_input_tests.py -+++ b/generated_tests/gen_tes_input_tests.py -@@ -301,7 +301,7 @@ class Test(object): - relative probe rgb (0.75, 0.75) (0.0, 1.0, 0.0) - """) - -- test = test.format(self=self, generator_command=" ".join(sys.argv)) -+ test = test.format(self=self, generator_command="generated_tests/gen_tes_input_tests.py") - - filename = self.filename() - dirname = os.path.dirname(filename) --- -2.17.1 - diff --git a/meta/recipes-graphics/piglit/piglit/0001-serializer.py-make-.gz-files-reproducible.patch b/meta/recipes-graphics/piglit/piglit/0001-serializer.py-make-.gz-files-reproducible.patch deleted file mode 100644 index a1db2987ac..0000000000 --- a/meta/recipes-graphics/piglit/piglit/0001-serializer.py-make-.gz-files-reproducible.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 1919bb7f4072d73dcbb64d0e06eff5b04529c3db Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 16 Nov 2020 18:01:02 +0000 -Subject: [PATCH] serializer.py: make .gz files reproducible - -.gz format contains mtime of the compressed data, and -SOURCE_DATE_EPOCH is the standard way to make it reproducuble. - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/610] -Signed-off-by: Alexander Kanavin ---- - tests/serializer.py | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/tests/serializer.py b/tests/serializer.py -index bd14bc3db..bc5b45d7f 100644 ---- a/tests/serializer.py -+++ b/tests/serializer.py -@@ -138,7 +138,10 @@ def serializer(name, profile, outfile): - et.SubElement(env, 'env', name=k, value=v) - - tree = et.ElementTree(root) -- with gzip.open(outfile, 'wb') as f: -+ reproducible_mtime = None -+ if 'SOURCE_DATE_EPOCH' in os.environ: -+ reproducible_mtime=os.environ['SOURCE_DATE_EPOCH'] -+ with gzip.GzipFile(outfile, 'wb', mtime=reproducible_mtime) as f: - tree.write(f, encoding='utf-8', xml_declaration=True) - - diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-shader.py-sort-the-file-list-before-working-on.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-shader.py-sort-the-file-list-before-working-on.patch deleted file mode 100644 index dee876bcbe..0000000000 --- a/meta/recipes-graphics/piglit/piglit/0001-tests-shader.py-sort-the-file-list-before-working-on.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 5bf89c6a314952313b2b762fff0d5501fe57ac53 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Wed, 2 Dec 2020 21:21:52 +0000 -Subject: [PATCH] tests/shader.py: sort the file list before working on it - -This allows later xml output to be reproducible. - -Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/610] -Signed-off-by: Alexander Kanavin ---- - tests/shader.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/tests/shader.py b/tests/shader.py -index 849273660..e6e65d1ba 100644 ---- a/tests/shader.py -+++ b/tests/shader.py -@@ -52,7 +52,9 @@ for basedir in [TESTS_DIR, GENERATED_TESTS_DIR]: - for group, files in shader_tests.items(): - assert group not in profile.test_list, 'duplicate group: {}'.format(group) - -- # We'll end up with a list of tuples, split that into two lists -+ # This makes the xml output reproducible, as os.walk() order is random -+ files.sort() -+ # We'll end up with a list of tuples, split that into two list - files, installedfiles = list(zip(*files)) - files = list(files) - installedfiles = list(installedfiles) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 08bbbac05a..807b2a2819 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -10,15 +10,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma file://0001-cmake-install-bash-completions-in-the-right-place.patch \ file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ file://0001-Add-a-missing-include-for-htobe32-definition.patch \ - file://0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch \ file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ - file://0001-serializer.py-make-.gz-files-reproducible.patch \ - file://0001-framework-profile.py-make-test-lists-reproducible.patch \ - file://0001-tests-shader.py-sort-the-file-list-before-working-on.patch \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "11ee10ba04a95d4b36ef844420f0a5838002b5a8" +SRCREV = "f328af2ddd0d1bab0f3d149373a36657b252b337" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Wed Feb 2 18:27:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3239 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 4AA65C4332F for ; Wed, 2 Feb 2022 18:28:29 +0000 (UTC) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by mx.groups.io with SMTP id smtpd.web10.2258.1643826507766399568 for ; Wed, 02 Feb 2022 10:28:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=bwa/RdYi; spf=pass (domain: gmail.com, ip: 209.85.208.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f51.google.com with SMTP id n10so430835edv.2 for ; Wed, 02 Feb 2022 10:28:27 -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=7iNCITmlBPqMyXWdlnLtRWeAQQbi31rS0nCWuuDFFPc=; b=bwa/RdYi9PEXDUUNMO5wkeQoNB7T3tISN1IEzjsnJp+YzRLPorIn1cmQmumDQifiJU 3cjAfJ67hhtuCjiUeR4o/dNyH3A03ECdvIICVKsbEP5T9Hr2z5qeqHL+6CzLv0x5u4bP HSWWmAwN1Q5kQRwQhNdBMzcypSj9Pa4Kebs2pW9PA4ZAm07H97IZW79C44efZYSHDQpb hP72Kv5o04K0ehFxJmeE38OGv5y6iTpQE8/mC9UAl3FJSITkG9ikgX6dwa/DHLXj6MTW Vm+LIwvUHU9YF2c6AroIc5OQRQLDCN6QzmLE2AyGGPE0JmDEvoRmNHCxtcUPU6602pmR Kfeg== 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=7iNCITmlBPqMyXWdlnLtRWeAQQbi31rS0nCWuuDFFPc=; b=hlp/Ck1Ce2GhaUX03O/d4kUaVfUQOb6+kb8Mpqs4eKmjVNMex/jwGxxTsqA7UJpsTv mE78ZT6fR3E6dhRkozt5ohpYC6YU7Ks9i5FgU0yyYIcpgY6Am6Zm3WgL5qUcFxW4JT27 3WyUCZtZJHvTpcppeAaQicjYSG02vpKAUqarxk5YI34kjDWaGWkTHAVjyKU46FKMskC+ KabPqSKCxN3L6R5JTCtpITCEh3O2La9yUYb3kjAUQ4OBmBin1LKhE9+wnr66yidDvLnD efHpzUhzrvLJ9NG7z9/+haxCOnWC6JK9nyJ68LRCrC3GiVZnmPqsON6mw6o7QbjCYOBD qOBA== X-Gm-Message-State: AOAM531rx9NbsA11CVl5lgNPISnifggdRqVtKsUKyfaUJ/A7V3I6NrE+ 8W0o5Iq3oS9uZc+S9oKl0ZodiHNfvnE= X-Google-Smtp-Source: ABdhPJysIv81cqD9Hf/LaFxa2aSo70mAW76zIgTG2nuVg9igm5fQhI/JE87Mwo6f2ApO8t3zCFbRyA== X-Received: by 2002:a05:6402:f0c:: with SMTP id i12mr31940389eda.156.1643826506391; Wed, 02 Feb 2022 10:28:26 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:25 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 27/33] wayland-protocols: upgrade 1.24 -> 1.25 Date: Wed, 2 Feb 2022 19:27:52 +0100 Message-Id: <20220202182758.919991-27-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161252 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{wayland-protocols_1.24.bb => wayland-protocols_1.25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.24.bb => wayland-protocols_1.25.bb} (91%) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb similarity index 91% rename from meta/recipes-graphics/wayland/wayland-protocols_1.24.bb rename to meta/recipes-graphics/wayland/wayland-protocols_1.25.bb index 0cfdb90b68..074801b22d 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2" +SRC_URI[sha256sum] = "f1ff0f7199d0a0da337217dd8c99979967808dc37731a1e759e822b75b571460" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" From patchwork Wed Feb 2 18:27:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3238 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 456C1C433FE for ; Wed, 2 Feb 2022 18:28:29 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) by mx.groups.io with SMTP id smtpd.web09.2297.1643826508502791845 for ; Wed, 02 Feb 2022 10:28:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fHg02sU1; spf=pass (domain: gmail.com, ip: 209.85.208.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f41.google.com with SMTP id r10so437534edt.1 for ; Wed, 02 Feb 2022 10:28:28 -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=6x9PU4K6bXgukvzizFlYv2a2KYObPjSjaS4t1COnNNw=; b=fHg02sU1Q1cW4c14Em6DWDAszbJzZpwY0MW4jR+vZWN2aa5McexbwmtqV0DsAngLqJ Ssj+E/DITpvKa8zhgv9Xgv2xcVUpPGeXpGIASfgCbm2MYbwedOUiNFbXQjMdh5eZ1aNz djKR9gsQToZSjvEwpNIRYjzWQWqlkioCERVw3Q/hqr4ZdIypEvayCOOPc6PQbklkfQ8K ls5gptonPggEJ44euOeqaHD+zpJ09qPYZdJppCj9DmU0ipbogOhwBwLcOgNCo9MWAg9J CYmeB7kLgquUrRgAvM/HX7HzvJ8at8e1biBguhYbgDetPWbXM2x3m7A9rqBi7uVOB0Pe Mnrw== 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=6x9PU4K6bXgukvzizFlYv2a2KYObPjSjaS4t1COnNNw=; b=8H1SdaPdcvfcVwZdXh3IH6cU83gp9rXUgk0ewSCV87hsESTFpozC7P4wkz6yimTl+B ktFif384j0sJgRNr1S93K2d+OritzN4K1FVcsAcmuhSkLTD6fDD0EgEDVU9ZA2ncgUkP x08z5iynf6p0hln/CcKk2zVQMc+0McpFnKIa6ysh+NtkbU8GI5apSvI1R2ogHMESUgYV Qa5++2gF3JSbqUJrJTsqoLlbfppy4Or0hrrsh3Rn8i1+DK6ckbYzzLil9/XifxQhkbYi 5ztr7lMxF4rgCX12cE4lch6CJjgTstwhNGCDnQiHIMnFTLcDzUXndriczBAh7cl+O8k0 4Bog== X-Gm-Message-State: AOAM530AsUPMVGlyg4tZNrLPrwAw2HJEjUuLBNW1SSnNM933Q7h3Ft+j ZMb/Uq/FaWNtsjU5xkzIylpP7AlGOXI= X-Google-Smtp-Source: ABdhPJxUA4FH2yqer03g+dkVRZVcvG//UrwV9JsjryAmZMitutqCtD/BCnLyqjaxLr67dl/tBgF5kA== X-Received: by 2002:a05:6402:1d49:: with SMTP id dz9mr31174248edb.238.1643826507131; Wed, 02 Feb 2022 10:28:27 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:26 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 28/33] lttng-tools: upgrade 2.13.2 -> 2.13.4 Date: Wed, 2 Feb 2022 19:27:53 +0100 Message-Id: <20220202182758.919991-28-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161253 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../lttng/{lttng-tools_2.13.2.bb => lttng-tools_2.13.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.13.2.bb => lttng-tools_2.13.4.bb} (98%) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb similarity index 98% rename from meta/recipes-kernel/lttng/lttng-tools_2.13.2.bb rename to meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb index d6ce2c7e32..98b91270ba 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.2.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb @@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ file://disable-tests.patch \ " -SRC_URI[sha256sum] = "ced2ba00020da77fd17ac92b5a53825502409a07e3aeca28f9515d4a844fd7bd" +SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6" inherit autotools ptest pkgconfig useradd python3-dir manpages systemd From patchwork Wed Feb 2 18:27:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3237 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 5A890C43219 for ; Wed, 2 Feb 2022 18:28:30 +0000 (UTC) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mx.groups.io with SMTP id smtpd.web11.2226.1643826509399264104 for ; Wed, 02 Feb 2022 10:28:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VsdDEsXB; spf=pass (domain: gmail.com, ip: 209.85.208.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f43.google.com with SMTP id w14so367413edd.10 for ; Wed, 02 Feb 2022 10:28:29 -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=GN/ocqDk4xj65xoOfk9N3YYL0jheOGkWGSJYDduRNF4=; b=VsdDEsXBmjd3taIzbMI+5Xkj2Io3WwwZyiWi+RWkacmE8zFm44C/6ZBq38ID6LKtTF oLvpXu9gdvUdGlXU9YRp9Kd2jDNGqzsbA1kvjOU1Zy+qcf5dSwmTnEgb8ErvIGCTW3zc 7VLF9ZW55HFy+j6GUZN1K59B3F01hKUAnSB+bpumre/D34+kKjW2ND5Ue7pxFFejpAe+ O2rr36n9D8CKZJf6F6wPVm537p2zAzm2zGc4rf4IlHOgKmXyyM6ltbMmu2czLkPi9+df 1pM2VfTXyc4He/lI+W1z/e4HWq80Vtnwz2u3qnq43cBDttiX/pWTzmIMsmgY7JmlijJG mMDg== 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=GN/ocqDk4xj65xoOfk9N3YYL0jheOGkWGSJYDduRNF4=; b=j8gIjQ+JChFv1tbxYqcXxJiakhDR2iL/Ab1TJplDsIf2tNXxV/fDazA8GTFEjbVrXa CTC/3smW6LUf5Y4fSmfautD0q4Z1gtw7a7CltkAEniFjprXHnIYziXtRmX4apqlb4Csy 7MDLmqOqWeRrP2e3jGe3s7Jl6gg8ITIk++GQPQbv9Xa1/NaP+roJMhL31mqGyIX8HjG4 cY4LvMbLD0CnKhzxU1WnjvhR7S9R/ByuOzdeDlzUt8zMk3sRGmgrlHwCSTdVPbJSeCaR pQIfapFDnogbxi2sOmJGhUIHxSfVXVrtWtgfGDSTLekF7fAtCvLAZjCDAkcwnTJAKp6+ 86aw== X-Gm-Message-State: AOAM531W4J1tesSD3BvVHeoVAIUofnkG1lurvpvSKSeGoP34JAtn+oSv ONy8thp3G6aXLgnqjd2cfbH6KAleQt8= X-Google-Smtp-Source: ABdhPJyLBhQRv36YTloXpTQUkad5ZeyZ2qzP16hKub19HHICQ2+mrXanjYe82BR/UClLw8iTWrmK8A== X-Received: by 2002:a05:6402:1caf:: with SMTP id cz15mr31310450edb.61.1643826507992; Wed, 02 Feb 2022 10:28:27 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:27 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 29/33] puzzles: upgrade to latest revision Date: Wed, 2 Feb 2022 19:27:54 +0100 Message-Id: <20220202182758.919991-29-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161254 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 0bf878fc96..381d3cc456 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "229d062d6ce63f0a5e00d2de62ee0fb389ccfdb6" +SRCREV = "c43a34fbfe430d235bafc379595761880a19ed9f" PE = "2" PV = "0.0+git${SRCPV}" From patchwork Wed Feb 2 18:27:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3240 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 453D2C433EF for ; Wed, 2 Feb 2022 18:28:31 +0000 (UTC) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by mx.groups.io with SMTP id smtpd.web11.2227.1643826510395886811 for ; Wed, 02 Feb 2022 10:28:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Sy+Nr6Ni; spf=pass (domain: gmail.com, ip: 209.85.218.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f44.google.com with SMTP id k25so254612ejp.5 for ; Wed, 02 Feb 2022 10:28:30 -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=IhH2ciXdHkxRTVHM4uCpv8CdemmkNGyBZAS+MIW9knw=; b=Sy+Nr6NiyhhpPR5njOI5TbSEiHtCi1+8XUrF+1AFvqQFPF/WF1JORaRZujb3xWuuUe hTCSgrPvxVXFd2eKyfYyBhopggsHqzrvgroNJHbCJWvpZ7LyXnuQfOXwl7n+NO42egYZ FqWIi9VAS+irgqyBx5rnS/aFpNJnsHRlVlLI25q/TsCJKSkSHxWRNFE8F4UQSo8fIUtv I9aZ7TsjXgosdkwGG1CGd7QC/tCjE14gEc0bMm8SY7NQC36vKuSMd9VElF4MMEb01XhH FsZ7DBY1DAl0aHWqaog9YGU1fBeFskS9lIz1TSNkc358iQK/g/ZhjE2Q7yA60ceaCybt 59Tg== 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=IhH2ciXdHkxRTVHM4uCpv8CdemmkNGyBZAS+MIW9knw=; b=ta8MKq+iKX7x9vVPYXqk3hCje3KaPin+24rvW2Vi5XdoJ/N/hI4VJ9iRB5f5pQQzu1 dcSCJpjpJnwkQwFnXVTkxLpxTyBZccTDD7Dx6fZZnlaPCoLS43RaDBEbMDt7bq/LxbA6 /HMndER0YGhqAtjTKSdXw/NjFPbcWZBoLTCjCNtUnmJRR+wIOdR9wz+S42GlUXK3T3P1 kJh53Vp/OUkK6Zcwp/rd2DQfGiIQKaX/V3eBtsf5KXRC6KT+Me8lWpu7uskFbmyHVQdJ L5I5qGC8EgzA2OjSCMRU9cJsp0sbzce3aor/R4GvMQMqSm7hg0VO08Iq1HxS0uLNrI7y MVCw== X-Gm-Message-State: AOAM532SOMlByaWdsLSzXn6ka9E1DkHlaXOE1U/04SCmWaBV6I4YB3Su yjwODP7vz2SNK0wPqi88wuEgm8gbXr8= X-Google-Smtp-Source: ABdhPJyJ/Jr5NJbNWPugIIKxBJKQvYCJCS7ne0I8RLiWP5Ob879LuMQ0Etx/PUtQxDYOtRM7x16T8w== X-Received: by 2002:a17:907:868e:: with SMTP id qa14mr26355413ejc.672.1643826508944; Wed, 02 Feb 2022 10:28:28 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:28 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 30/33] diffoscope: upgrade 201 -> 202 Date: Wed, 2 Feb 2022 19:27:55 +0100 Message-Id: <20220202182758.919991-30-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161255 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_201.bb => diffoscope_202.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_201.bb => diffoscope_202.bb} (92%) diff --git a/meta/recipes-support/diffoscope/diffoscope_201.bb b/meta/recipes-support/diffoscope/diffoscope_202.bb similarity index 92% rename from meta/recipes-support/diffoscope/diffoscope_201.bb rename to meta/recipes-support/diffoscope/diffoscope_202.bb index b3c25e1bda..8273056c59 100644 --- a/meta/recipes-support/diffoscope/diffoscope_201.bb +++ b/meta/recipes-support/diffoscope/diffoscope_202.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope" inherit pypi setuptools3 -SRC_URI[sha256sum] = "07bd0b2972e7c4926db7f65bcf23fd106ad42169dbdaef3dc63278af82c5e38f" +SRC_URI[sha256sum] = "cf0d4e1505818403ec8678fd9b8b4c3b955fb1d041c5d826e69f20021bff8a1e" RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" From patchwork Wed Feb 2 18:27:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3241 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 4A1D1C433FE for ; Wed, 2 Feb 2022 18:28:32 +0000 (UTC) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mx.groups.io with SMTP id smtpd.web08.2256.1643826511428214881 for ; Wed, 02 Feb 2022 10:28:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=kdWBk+ZW; spf=pass (domain: gmail.com, ip: 209.85.208.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f44.google.com with SMTP id l5so420044edv.3 for ; Wed, 02 Feb 2022 10:28:31 -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=rPZnShSFqaLdqIFiBjWIC1i/jKzYWZzMfKh/NtilzAE=; b=kdWBk+ZWrFX2h7XjVnyGRpqYHjPticOOzbMR8/tj36rGY4mvxJLeXabTAoDD7UqeZ3 VLBk+KFOMyqiPUpXYkL2b6whpovFKGRjjSWUGB3qSwukLVra0qbwnVYUmoA6fhMgpVpc L47NmU6lulFoXcScrAMAvBRqmaPhmFwjzKsdQ7KH/TpkeqXeeA3s8fUI0pa8Sw5W2Pwl gQoRaNegki4wTn1SWVOhz4f3W3eopYqR3nLJwJ+taGaBzqkWXeZID2DfjbCGXzd8Cvny KYlcTAr2fIPyAh/lOjYYyNoD7Mz+6RIMeBF8SPLPSb+AbsMTUncpVZ6EcIflKGHm5ims BCpw== 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=rPZnShSFqaLdqIFiBjWIC1i/jKzYWZzMfKh/NtilzAE=; b=gbhzeBGSiPFvJf7PWw/7x9DECYPaQWHQURRjTWBbvlQftbvoVZMYT36eiKB557ePxg wH/b9NA61s6143RC22XbhzeU8gdwTqa7tP+K+y0Awb5iJxr+aFzR+xhoVMLTdsoIj5VC LZOzqT5KfJ6b/Vs+W228XSEJld+BUJnbakXewOQsWC+1eJs2tiFtt4k6HXUdEBW1XlsX gy/2xhI7j4hoRhyftsWQJ1VJxi0IFjJZZZWMzUBMkY8nEJ2pzcpUrIv8Mk+rLX2Q/+mR VrjPEynN0ZQn9XJ1XyPOGHnItWMq2EN+gv7nZF0CViKwmFNJ6hFuGsj0cVk/U1Y09tV0 JcaA== X-Gm-Message-State: AOAM531azK5tsiwjfr5uN9eaYUpBTJ8QOrDfFBkVH84HvJG8tzbSnjI8 uXyVTBkJtBvHUUWFuSSbOoDKZYbZaKo= X-Google-Smtp-Source: ABdhPJwvQyNglshmbCow7uLqlHo9AabKt9zSQXuD/vPuFk8F+Tfnoxztebshn+vEVfSrbKLugTaXuQ== X-Received: by 2002:a05:6402:3c3:: with SMTP id t3mr31656580edw.336.1643826510053; Wed, 02 Feb 2022 10:28:30 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:29 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 31/33] libcap: upgrade 2.62 -> 2.63 Date: Wed, 2 Feb 2022 19:27:56 +0100 Message-Id: <20220202182758.919991-31-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161256 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 4 ++-- .../recipes-support/libcap/{libcap_2.62.bb => libcap_2.63.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libcap/{libcap_2.62.bb => libcap_2.63.bb} (96%) diff --git a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch index 89f6bcd65f..9884fb5641 100644 --- a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch +++ b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch @@ -1,4 +1,4 @@ -From 42b3e19d4e584fb9b47fb471e02bb25de90ac641 Mon Sep 17 00:00:00 2001 +From fc60e000169618a4adced845b9462d36ced1efdd Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 14 Oct 2021 15:57:36 +0800 Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl @@ -20,7 +20,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcap/execable.h b/libcap/execable.h -index 0bcc5d4..6e2a080 100644 +index fee17b4..5bb0c55 100644 --- a/libcap/execable.h +++ b/libcap/execable.h @@ -23,7 +23,7 @@ diff --git a/meta/recipes-support/libcap/libcap_2.62.bb b/meta/recipes-support/libcap/libcap_2.63.bb similarity index 96% rename from meta/recipes-support/libcap/libcap_2.62.bb rename to meta/recipes-support/libcap/libcap_2.63.bb index e08cac7218..4b7111890e 100644 --- a/meta/recipes-support/libcap/libcap_2.62.bb +++ b/meta/recipes-support/libcap/libcap_2.63.bb @@ -16,7 +16,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ SRC_URI:append:class-nativesdk = " \ file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ " -SRC_URI[sha256sum] = "190c5baac9bee06a129eae20d3e827de62f664fe3507f0bf6c50a9a59fbd83a2" +SRC_URI[sha256sum] = "0c637b8f44fc7d8627787e9cf57f15ac06c1ddccb53e41feec5496be3466f77f" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" From patchwork Wed Feb 2 18:27:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3242 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 4D222C433EF for ; Wed, 2 Feb 2022 18:28:33 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) by mx.groups.io with SMTP id smtpd.web11.2230.1643826512424916226 for ; Wed, 02 Feb 2022 10:28:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=LVZaH61D; spf=pass (domain: gmail.com, ip: 209.85.208.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-ed1-f50.google.com with SMTP id p7so349988edc.12 for ; Wed, 02 Feb 2022 10:28:32 -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=YNVMf0uHPVUGzexkkujMh8dxxMuaCyBBSQLRZl9quro=; b=LVZaH61DbGRwIlGE8oMlCJXG7oOXfTEQLNQR+I6tTAwkFNHFormB+cp5/9tCLit0bh r+8VxwZwMye0kRAw1sVhDXGTPmbKx7yyyLAGFYTc6jyBLDW2yR5DlX05zJWAWTQBrGRG eQkXiNvoxqhmML4tG8LZZGd0NyPU5/kUCqPpivxzcAaK1CBLhtkJM+JpkMplLItBAmbJ IWDa3+5W/lJO/H7dN8x8GNzHMnjtB3z1JSjuS75jC0da6eyO8MuAI1231GxQcptcKgRT t4wkoHnrMWvbX0QJ3p62tXrsN3FEdBheCPHxTaiXpmiCJAo6HHdF+gARWYhqfSluTn9V OwTA== 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=YNVMf0uHPVUGzexkkujMh8dxxMuaCyBBSQLRZl9quro=; b=PTEWLlwpBGmgAn8FwdTdFuV30nAsal9AMuFe5kfaXfTmZ98pirl8aC02NxqvBj/CJe zhdmOK5czbSLK25MdB86/G7TTpSShZEIHMowrvjgbz/Fo8jTaOstlU3yU+eU9FwFAiro EO+R5snNwrFT/cFHMEyh0Imvk6CRPQikTtBA/nCeBZPZ5bzmU+kTi1rdaqDrvPdY7fYp LphCg8SlQXpPiC9Gl0gUPIWlr8msU9nhxkPoGOw7EMJ0uIYuxC7ceA2XucrDRQLDiHWf gNL9YcHzcsJtJGz4fBpYw6/tuPZ0nBTsTvYYqtZ+aIDiBzMcSKn4JBJ4fDnbTXff+Z5u fZrA== X-Gm-Message-State: AOAM5339K9GckO2h7fkI1i+/Q1D4WMMPKZRUf85L1ZHvpBEs8btNwtPy Ump34/B+SM1O7iTHreajQJFcnhwEV0U= X-Google-Smtp-Source: ABdhPJxRpaU+zMgEMZzjxcJlXn/7swXWa3CSTV2+zJX0olqiu2BwF7+r6fSFu0BpCaUKKImWm1J24w== X-Received: by 2002:a05:6402:5201:: with SMTP id s1mr31412506edd.371.1643826511055; Wed, 02 Feb 2022 10:28:31 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:30 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 32/33] libusb1: upgrade 1.0.24 -> 1.0.25 Date: Wed, 2 Feb 2022 19:27:57 +0100 Message-Id: <20220202182758.919991-32-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161257 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libusb/{libusb1_1.0.24.bb => libusb1_1.0.25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libusb/{libusb1_1.0.24.bb => libusb1_1.0.25.bb} (94%) diff --git a/meta/recipes-support/libusb/libusb1_1.0.24.bb b/meta/recipes-support/libusb/libusb1_1.0.25.bb similarity index 94% rename from meta/recipes-support/libusb/libusb1_1.0.24.bb rename to meta/recipes-support/libusb/libusb1_1.0.25.bb index e70021f4f7..ca812b018e 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.24.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.25.bb @@ -16,7 +16,7 @@ SRC_URI = "https://github.com/libusb/libusb/releases/download/v${PV}/libusb-${PV UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb/releases" -SRC_URI[sha256sum] = "7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a" +SRC_URI[sha256sum] = "8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849" S = "${WORKDIR}/libusb-${PV}" From patchwork Wed Feb 2 18:27:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 3243 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 455BDC433FE for ; Wed, 2 Feb 2022 18:28:34 +0000 (UTC) Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by mx.groups.io with SMTP id smtpd.web12.2288.1643826513410161740 for ; Wed, 02 Feb 2022 10:28:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ijEqHCdt; spf=pass (domain: gmail.com, ip: 209.85.218.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-ej1-f41.google.com with SMTP id s13so275714ejy.3 for ; Wed, 02 Feb 2022 10:28:33 -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=AnuSxB4O3//kYhrbQfWXeT8VKGFV/k+FtVWHWzsPtKc=; b=ijEqHCdtxBNY19CTb9llwblQomHpcL4kzlo+pTY4z7cPuKzTGsPUnZYU3TQjLqKnJx F3YnZndtL6Ec2WhXgFtaROIMCIBnbKJ/jNcg4ZOf9ogWy3L1uSJOI8V0HNHHL183yU7Z DbUyoO5rNvyfUAIEqAl9IA4TSZ+KRwiFcSJCzLIV0er0MA3KjExNebYmwbrEnccGYmFp UWfqmvFjnApajjI43KIW1lEpIL/rrCRJenRnMLVJqLyCdt3XxeQE2PogYdxBLsDm/fcJ 6sRP4Q/zjePzaOTVfy0cjhanhGjfQOFfQlU0MZVAEwmVFgpa8dt+EVzOr1fIanuGMV73 suig== 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=AnuSxB4O3//kYhrbQfWXeT8VKGFV/k+FtVWHWzsPtKc=; b=wPI+cQsM4fqc65TayBsWrMbDRjtZwPu10bpD57ubQyLrhhhLZRDL6SjV/aOKYVZIgy L7JtrwEmEUEzAZr4E7FNHE8icegDlf8Ncp7fo1GzJfypgEMc3ydyRV7AI9GMdw50Y3xx GsSifkGmLZrDEJt8fzOiAeWWkP8bvh+lyCHxeR4FvBbi+hld+B17TMrS0Y3WX2FJp7F3 VO4oPPn64nMACByEoJ01TftBkuiC4Ey4BuI5OHyah0AroxI3QjeIU+8fHnH3azgK22+E pwm6FcY9DMuqpv3H1AgEcdLSxtsLMAOmEJfXXfGYcmsMAsnxAyRCnY/+ya3A6JUewn+J SAcw== X-Gm-Message-State: AOAM531GeKkxL0PvAFgm2Y+cvz6opTxWCf50c7O6B9aXAzMZnkyh0yHL vmlPBGFDTqWCd+PrVJsQ8zX1Iu+gQZ8= X-Google-Smtp-Source: ABdhPJyYukKlLui9kZ1fqu2h5lA5j1HOs41CZqc3zPmg+e4BN1exHw1qFTXCLyQVEppIAeFcGwpjAw== X-Received: by 2002:a17:907:3e27:: with SMTP id hp39mr27024871ejc.761.1643826511973; Wed, 02 Feb 2022 10:28:31 -0800 (PST) Received: from nereus.lab.linutronix.de. (ip-109-090-143-203.um36.pools.vodafone-ip.de. [109.90.143.203]) by smtp.gmail.com with ESMTPSA id i12sm15644203ejy.43.2022.02.02.10.28.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Feb 2022 10:28:31 -0800 (PST) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 33/33] re2c: upgrade 2.2 -> 3.0 Date: Wed, 2 Feb 2022 19:27:58 +0100 Message-Id: <20220202182758.919991-33-alex@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220202182758.919991-1-alex@linutronix.de> References: <20220202182758.919991-1-alex@linutronix.de> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 02 Feb 2022 18:28:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/161258 From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-support/re2c/{re2c_2.2.bb => re2c_3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/re2c/{re2c_2.2.bb => re2c_3.0.bb} (91%) diff --git a/meta/recipes-support/re2c/re2c_2.2.bb b/meta/recipes-support/re2c/re2c_3.0.bb similarity index 91% rename from meta/recipes-support/re2c/re2c_2.2.bb rename to meta/recipes-support/re2c/re2c_3.0.bb index 9a0968a984..ab047601ae 100644 --- a/meta/recipes-support/re2c/re2c_2.2.bb +++ b/meta/recipes-support/re2c/re2c_3.0.bb @@ -8,7 +8,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d" SRC_URI = "https://github.com/skvadrik/re2c/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "0fc45e4130a8a555d68e230d1795de0216dfe99096b61b28e67c86dfd7d86bda" +SRC_URI[sha256sum] = "b3babbbb1461e13fe22c630a40c43885efcfbbbb585830c6f4c0d791cf82ba0b" UPSTREAM_CHECK_URI = "https://github.com/skvadrik/re2c/releases" BBCLASSEXTEND = "native nativesdk"