From patchwork Fri Jan 27 13:02:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18737 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 59108C61DA7 for ; Fri, 27 Jan 2023 13:02:40 +0000 (UTC) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mx.groups.io with SMTP id smtpd.web11.101346.1674824553459995994 for ; Fri, 27 Jan 2023 05:02:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DPE+O3aU; spf=pass (domain: gmail.com, ip: 209.85.167.53, mailfrom: martin.jansa@gmail.com) Received: by mail-lf1-f53.google.com with SMTP id j17so8067722lfr.3 for ; Fri, 27 Jan 2023 05:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=DyvR5hX5VoP1LvAiwx7ijG6e67Ww3K+tuAoFtRC4aAI=; b=DPE+O3aUUstf0+CtDDH4WtQRJrplNXpvVSFg1e7zpYyArOFr7ddl1CGrIoZGP6wxJB IVqVd4KQPdoGi5szY2oijN2CjDez6MDrjEDBljYQ+SbCD6+7sWZHpAwvIY3Xbnr9NoVv bFMWnBw3CNt8SujbiAfLEnRB7Ng02+K+TgAHhv8jeatmK2XVKtvcLh5VPqJqaXUXNIzr uMEnL3FdDWNukan0d6UH2oYlCRYBqQfAvi14LA2TXdoMuBc2WsZEX377R0OEplZp+Ri3 k54spJIFJJrnyrZ7088Tu2UlUueymZR7bS8oiHXYanR0VJim+9+xmb3KlJHmc0cIef/M Rutg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=DyvR5hX5VoP1LvAiwx7ijG6e67Ww3K+tuAoFtRC4aAI=; b=aoiqNhw6uHDLfRZ2k/doigQ0CxG/HZs6DxY7F0V8BF23L1t8IizUcO1+D0SL112KQG QgHqLoG1HtVUNoLHFsMWrprv8lpDOCW3NSuUxaxptYjojZzufVGO9xZrPyWWZZHHUsor UaQ0AIWyjkxd0bTDga03VndWJVS+ooyTMv9aCXjh7TQtNowPeVNd5HyM5AnECKf4+3vQ COcjgXVC96QseLkO8pNfZevbuHfEXXsjdMijd71E4xkLk3KCSkrH2B1z33cltcqGlXR3 DC90Tvw2ce+OBZJOza1V/pKscUJG8mr19WgYWJNjkWlafNSKqEC5IbwJ5XFD65IvGPcv A7Ww== X-Gm-Message-State: AFqh2krZo32Z3C4L/ldSrXZqO25RgocPAUT4r6KQWXnStk6wugKAHFoP JtcKn46xLlGjOaRm05qumQVf3cjoIxM= X-Google-Smtp-Source: AMrXdXt4eCswtCaWLEUudVtDLZIlaHtO0+TOvABhMoRuK37VtA+F9z0smDjd9GYRRqTytDUNRkPPlg== X-Received: by 2002:a05:6512:318a:b0:4b5:5bc1:678c with SMTP id i10-20020a056512318a00b004b55bc1678cmr13546619lfe.21.1674824551510; Fri, 27 Jan 2023 05:02:31 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id m15-20020a056000024f00b002bfae16ee2fsm4155676wrz.111.2023.01.27.05.02.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:30 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 1/6] mm-common: fix Upstream-Status formatting Date: Fri, 27 Jan 2023 14:02:20 +0100 Message-Id: <20230127130225.1280161-1-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100816 Signed-off-by: Martin Jansa --- ...1-meson.build-do-not-ask-for-python-installation-versi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/mm-common/mm-common/0001-meson.build-do-not-ask-for-python-installation-versi.patch b/meta-oe/recipes-core/mm-common/mm-common/0001-meson.build-do-not-ask-for-python-installation-versi.patch index 7d1dbc6ee4..4866a5fbe0 100644 --- a/meta-oe/recipes-core/mm-common/mm-common/0001-meson.build-do-not-ask-for-python-installation-versi.patch +++ b/meta-oe/recipes-core/mm-common/mm-common/0001-meson.build-do-not-ask-for-python-installation-versi.patch @@ -11,7 +11,7 @@ just ask for python3 executable. | meson.build:9:0: ERROR: ['<...>/recipe-sysroot-native/usr/bin/python3-native/python3']> is not a valid python or it is missing setuptools -Upstream-Status: Inappropriate [OE specific] +Upstream-Status: Inappropriate [OE specific] Signed-off-by: Andreas Müller From patchwork Fri Jan 27 13:02:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18733 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 57E41C54EAA for ; Fri, 27 Jan 2023 13:02:40 +0000 (UTC) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mx.groups.io with SMTP id smtpd.web10.101351.1674824554205435060 for ; Fri, 27 Jan 2023 05:02:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=cDEt1E4x; spf=pass (domain: gmail.com, ip: 209.85.128.49, mailfrom: martin.jansa@gmail.com) Received: by mail-wm1-f49.google.com with SMTP id j17so3422901wms.0 for ; Fri, 27 Jan 2023 05:02:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=470/bXnZ7WD4WQXfjpKTC+agVGSlrZ3Am/fEVgAPe/Q=; b=cDEt1E4xE9vfJmybn3YiSYALLu/Cprid5QWj1JQl76a9U21T868VD1WWXV2GpgAZTJ MuRTg39ljh2ZakF06pYung2wKkKHWlUy0wQTjLeau6hkXZ7RWTV/qGy7oHNVMav8z+XC Wg6lj89uKPaXUqV/9gurhroOgKwWLMuT2rD7ewC9ru0jDTpnamD0hiA+QIrU7/JeqGjN JU+SF/t4BngpPTYEvVAYeAY3uf0xm4iNOXFRGA8mOFScJiiDXsbtKBVe8YFzxcynXSPs AjU44yBHIy1fGWbFqsF3TLDD5VcBA5NImoShSozVBl1HEbzQz6xJ1ql0BRVdS0GGLxsr u42A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=470/bXnZ7WD4WQXfjpKTC+agVGSlrZ3Am/fEVgAPe/Q=; b=s1/yJoN03Gqdwr3X9XvhTTEh6gypehPot9PRzA+cUt7l1/OIiuCyp+UWXFoIyNSPkE n/hRXPNXDdl0ky+l9IhI/OD2hCBgrVE7EM7TwB8eueikOnVjfINYRtaNgooPwRriF5m/ KmsijDr2EZgQ/JaZ0Lsq1wtyraE52LPD9REyeq02rK3bunkvHeEoFpg1a5PuEXe/V7nJ wgikYuYEMN5sAIDEbkC2NuQye9VfcqWMHEo4VLvMpAbH23cQtnNwyE+es/7S3UBx1o3w hOpI/H2SK8hppVAJ7gFkMt9/VqzGLcg40xRzeb9f+VRdLi0X39ATKmwdIvrWT8s4UI/a CIxw== X-Gm-Message-State: AFqh2krPKNpzrdvSVBVPfJktfUpombYgWjiLzJqNKKEx/230a4h1nomS jg05x2gntQ0OzXLZIVsyOtcrzxHBF4U= X-Google-Smtp-Source: AMrXdXtcjpZPTmoEKmELlsY7Wc9TCqMv1J2ziLJNPvzJnQDrLQFM3zgP4LctB8GJ+nU9Jp4FJ9zMxg== X-Received: by 2002:a05:600c:22c6:b0:3da:fc30:bfc5 with SMTP id 6-20020a05600c22c600b003dafc30bfc5mr40565213wmg.13.1674824552471; Fri, 27 Jan 2023 05:02:32 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id h23-20020a05600c499700b003dab40f9eafsm4143479wmp.35.2023.01.27.05.02.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:32 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 2/6] keyutils: fix Upstream-Status formatting Date: Fri, 27 Jan 2023 14:02:21 +0100 Message-Id: <20230127130225.1280161-2-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127130225.1280161-1-Martin.Jansa@gmail.com> References: <20230127130225.1280161-1-Martin.Jansa@gmail.com> 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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100817 Signed-off-by: Martin Jansa --- ...1-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-security/keyutils/files/0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch b/meta-oe/recipes-security/keyutils/files/0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch index 769118e422..314487aef6 100644 --- a/meta-oe/recipes-security/keyutils/files/0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch +++ b/meta-oe/recipes-security/keyutils/files/0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch @@ -6,7 +6,7 @@ Subject: [PATCH] tests/toolbox.inc.sh: update regex for getting endian Update regex for getting endian in following condition: /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2 -Upstream-Status: Submited [Submitted to keyrings@vger.kernel.org ] +Upstream-Status: Submitted [Submitted to keyrings@vger.kernel.org ] Signed-off-by: Changqing Li --- From patchwork Fri Jan 27 13:02:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18734 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 6A26AC61DB3 for ; Fri, 27 Jan 2023 13:02:40 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web10.101352.1674824554848630937 for ; Fri, 27 Jan 2023 05:02:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Os6aSRVB; spf=pass (domain: gmail.com, ip: 209.85.128.48, mailfrom: martin.jansa@gmail.com) Received: by mail-wm1-f48.google.com with SMTP id l41-20020a05600c1d2900b003daf986faaeso3402680wms.3 for ; Fri, 27 Jan 2023 05:02:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=x4se8FGUitsYlQwgHpKudWCZfTTMZRBSOqX6iLKdXEk=; b=Os6aSRVBUpqDR6wdxQg9Cuzm1UACPXvlRNG2mo+M8YHegUOzaiNL+CFCIZGlxKuvpE Zjk5JMV+EE7kMFxnCny2yyt9T+xmyRqrml1yTEJe5Ks3qE9jYkxqTU6PCL2iBvg+Nwgc c/rywY63TLu0RB+hcomWZl/EkZf9wSz6qX5zX+AYn5vt9vtvcE6hVcYFUOZfqZQYr17k Q3Fz9pv6cWvuyrzCnhFiY+BSZxPbU1R0cwNuvS//4PlmHZCnHp9H5zV9i20GbfX8Czee JDYWlOpFH1/oMAbBLZ9ABiPoee/UnDDPD0Dp3YjE3lbAHKI10m6nc+K5ejE7CNw7g/aW lDPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=x4se8FGUitsYlQwgHpKudWCZfTTMZRBSOqX6iLKdXEk=; b=R+7BEDxPjo0Mdz6KSdI2QPJlL5VVoZ1DXKJ1TwOAbwAHV6VZKP9TMl8RuZHFUiCU+O qwFxI/0z24SpvvX+RX1r2mUbZ+aXaRM8W7gRyMslGB82Ck48dSmWnaC0lgvsS9g4zNAI rgYXFqlN9v/0oM38lJyYCT8FTLgJMJTGVdhfgG0/gJ++vwfM3outTXYMXJO8QLOgDK80 P9e05j4qHaAtCAnio0x/KiH4s63tmyaqbYhVQrQYw1k78YPJK8uo54CZGqCTj4kLEaxQ 7rttjvZXC7HSnNJQG+LGS4iq0vaS10M0QogaZuzneMZArdk0pjs3qzjnVUnRnP2Q+LJe MtSA== X-Gm-Message-State: AFqh2kq0lQV/CfxlcY7+2U9XN3cv5hurUIi/EUO5aaqQ1Sg8Ftm1KYCy rXxlt67Qz27yyKqcPNUZFvNbp/I2W4U= X-Google-Smtp-Source: AMrXdXvtvZYgp+zfMhzjsruJhF/uGw+k+YymCxjDbMKS9VdOTKbHt20/rXCVsHABhQ9a0MA6/2nu8A== X-Received: by 2002:a05:600c:a13:b0:3db:1de2:af31 with SMTP id z19-20020a05600c0a1300b003db1de2af31mr31753586wmp.37.1674824553350; Fri, 27 Jan 2023 05:02:33 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id n9-20020a5d67c9000000b00294176c2c01sm3932646wrw.86.2023.01.27.05.02.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:33 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 3/6] gphoto2: fix Upstream-Status formatting Date: Fri, 27 Jan 2023 14:02:22 +0100 Message-Id: <20230127130225.1280161-3-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127130225.1280161-1-Martin.Jansa@gmail.com> References: <20230127130225.1280161-1-Martin.Jansa@gmail.com> 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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100818 Signed-off-by: Martin Jansa --- .../libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch index f93650f86c..fd647b7386 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch @@ -11,7 +11,7 @@ together with oe autotools.bbclass this is done twice and causes: | autoreconf: running: aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/aclocal-copy/ --automake-acdir=/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ --force -I auto-m4 -I m4m | configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS. -Upstream-Status: Inapropriate [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Andreas Müller --- From patchwork Fri Jan 27 13:02:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18736 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 68763C636BD for ; Fri, 27 Jan 2023 13:02:40 +0000 (UTC) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by mx.groups.io with SMTP id smtpd.web10.101353.1674824555733224485 for ; Fri, 27 Jan 2023 05:02:36 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=FsWUL8C9; spf=pass (domain: gmail.com, ip: 209.85.128.52, mailfrom: martin.jansa@gmail.com) Received: by mail-wm1-f52.google.com with SMTP id d4-20020a05600c3ac400b003db1de2aef0so3417766wms.2 for ; Fri, 27 Jan 2023 05:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=3VGQY7A3BdxZGGH0Jvp/zeq29GPuTRtyhq2jvulsAvQ=; b=FsWUL8C9GhOCIjl8jjp92RU2puBYeHWw6p+TgAsZJGHF9GTmu4UII7CS4GD5brPnE8 af6PyEa4ewFaRGMwBE0I0OllqCAZinKggvBh1/zaeGhUZar84fZ7sGDFx/sg8Sccbq6L K62DYWOsBdT9ReDjjuk247K1WcTff++5BLWjOjHTqD0T81RUq/ufoQrI02s0Sly2vrkh TZ9G4R556KSL018KT3/BQWepUFdW1cm+vKsG/H8vuTgSjRajR4Zyoe7kWzBW7//hFXc5 /Ph46OMGX11S836JlnI1zjSa5GC337he9Ff6FlT6g9AxEOYGaUTloOZUoAp4d0+CvnMW uB9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3VGQY7A3BdxZGGH0Jvp/zeq29GPuTRtyhq2jvulsAvQ=; b=WSmfSlgXMfvEAdoj0RJszMPOdd+LJrkSw6Jhvjev0MMMsusmlmkumMCzwzs+YxK4+z +ypsBpRmimpG7bHZzU50rOf8+EvwAw0g0X8zhTLVpiuVHZ6md2hB7yyvH0U/vAKODpt0 Ycgs2qCdykTOWjjpIKsNV6RDkGSh/Spfi7qKzqhTIUDCxtRlqT3B2Qo+Xa2xv1FTgZXK b4B9okKTKQCALJ8eGSOIZpyHeAmZIB1S6635hpND4XuvKii3kCTV3m39ZDPd+kYqPoRr N2LVfH65pZ5iVXIirDij5ShheDeqJv0zds/2QZRnoxpmn8UskX4fatyxJnkNVXU1qrJo fhgw== X-Gm-Message-State: AO0yUKXQ23KtTlqjGq8U/Dn7jv5D/g9YZRlb37OiaQSRjn0hq2zUyXlT hE9cVYUZ/ic9jCZ5aTDLszk8JccUJHk= X-Google-Smtp-Source: AK7set8JaLCVFyYe6ZuSlhLv2XgIMvhjSPe7SYNCHj3Udbwf6shKPQJKr3VOZ8DKC0R68Bu10mVdsA== X-Received: by 2002:a05:600c:4e8b:b0:3dc:1436:af5c with SMTP id f11-20020a05600c4e8b00b003dc1436af5cmr13905268wmq.31.1674824554171; Fri, 27 Jan 2023 05:02:34 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id p17-20020a056000019100b002bddaea7a0bsm3897867wrx.57.2023.01.27.05.02.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:33 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 4/6] android-tools: fix Upstream-Status formatting Date: Fri, 27 Jan 2023 14:02:23 +0100 Message-Id: <20230127130225.1280161-4-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127130225.1280161-1-Martin.Jansa@gmail.com> References: <20230127130225.1280161-1-Martin.Jansa@gmail.com> 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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100819 Signed-off-by: Martin Jansa --- ...5-libsparse-Split-off-most-of-sparse_file_read_normal-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/android-tools/android-tools/core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch b/meta-oe/recipes-devtools/android-tools/android-tools/core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch index b3893f0c80..5009c73a05 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools/core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch +++ b/meta-oe/recipes-devtools/android-tools/android-tools/core/0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch @@ -8,7 +8,7 @@ This carves out the core of sparse_file_read_normal and splits it off so it can be reused in the next patch. No functional change intended. Change-Id: Id00491fd7e5bb6fa28c517a0bb32b8b506539d4d -Upstream-status: Backport [95657f3e5976d96073f7bbfe3a49192509999d1d] +Upstream-Status: Backport [95657f3e5976d96073f7bbfe3a49192509999d1d] Signed-off-by: Sean Anderson --- libsparse/sparse_read.c | 21 ++++++++++++++++----- From patchwork Fri Jan 27 13:02:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18735 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 57ED4C61DA4 for ; Fri, 27 Jan 2023 13:02:40 +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.web11.101348.1674824557019295972 for ; Fri, 27 Jan 2023 05:02:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lII042OC; spf=pass (domain: gmail.com, ip: 209.85.208.42, mailfrom: martin.jansa@gmail.com) Received: by mail-ed1-f42.google.com with SMTP id y11so4669887edd.6 for ; Fri, 27 Jan 2023 05:02:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=6WPLyvqC28EGt5YcnO60+193aovbzG0LIvF0FiqkLmA=; b=lII042OCDS2y1jHFA/Yq+lp5Vu8ksPwA1VypzMhcvrRvSBy1jHWvklwkgoCG5FYq9H M58bsRnwX4N5nsGRxUk8mTct1WhvQIIskLcqyFNTt1ObHKh4ceLKkVJZgcMTfdOryKxT u2pcG4qR7DAB+CJ1BJfi7SN2lrHJ8in51HoEUU5vuZQ4ByxLdnHZGvKiEAUfqMyDugsc DCc+ObdacNFAaA3d86Yy4QHWfI9JtX6MZx+RwrTMdWjdVeHS03rsmoUqcp3fRpr/CJDm 4St1XMhlHebjHwHmhu3Th7iHYsS49gEOQgR0BTAbTXG/TvGgqzpUVhj+IoHAx80yDraB Gd/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6WPLyvqC28EGt5YcnO60+193aovbzG0LIvF0FiqkLmA=; b=scwktTTkP/9H5N53gOrCE6fXmnTk7h+D2P+eEILjIWEvdIM5OeAgWbfD6LNkGY9ZDa PxC7Vfl0xGaZ0Jh/FagY+ybXZ9+ZQeHOsavUhMTkKHPQUBUGPBpdwA3T7xy4VLWBh4GH z9H7H4GlHkm/19qggxYIw3yplyDFarGr+/SS78mDjrlMNEcUo/DOEuVWl6c2SuU3Fr0i kO2R8FQvRibzEq41fRXcMhFmhiHiVg1XjW/VjMsC9BO9Qo7290Rk5ZGvV+CN0TFuCEUI hg2BymWuKudflDlXtBgDJmZVoweZkF8t43wmgNaa31dVzb2KQydPJNxZRrDZgv5rlOk0 Rdmg== X-Gm-Message-State: AFqh2koFQE5LMq5GltWZpt448Q6yaCsthcRG8r0INSOo8gt4nRCn/4sj fOkKajXKeKFAQq2bXBeY5ek0dfSveJY= X-Google-Smtp-Source: AMrXdXsqMIkfKU+V4SdI49tmrvW94yatPRuZZQqxCYLsKUmMrAJeF5BBX69JDyXbsc0kYx/ttlXobw== X-Received: by 2002:a05:6402:5512:b0:49e:30a2:a6b9 with SMTP id fi18-20020a056402551200b0049e30a2a6b9mr40313877edb.6.1674824555008; Fri, 27 Jan 2023 05:02:35 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id g9-20020a05600c308900b003db0dbbea53sm4076687wmn.30.2023.01.27.05.02.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:34 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 5/6] .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core Date: Fri, 27 Jan 2023 14:02:24 +0100 Message-Id: <20230127130225.1280161-5-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127130225.1280161-1-Martin.Jansa@gmail.com> References: <20230127130225.1280161-1-Martin.Jansa@gmail.com> 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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100820 Signed-off-by: Martin Jansa --- .../0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch | 2 +- .../recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch | 2 +- .../recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch | 2 +- .../recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch | 2 +- .../autofs/autofs/add-the-needed-stdarg.h.patch | 2 +- .../Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch | 3 +-- .../recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch | 2 +- .../tftp-hpa/files/add-error-check-for-disk-filled-up.patch | 2 +- .../recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch | 2 +- .../netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch | 2 +- .../net-snmp-add-knob-whether-nlist.h-are-checked.patch | 2 +- .../openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch | 2 +- ...0001-fping-Initialize-msghdr-struct-in-a-portable-way.patch | 2 +- .../0001-fix-compile-error-with-linux-kernel-v4.8.patch | 2 +- .../recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch | 2 +- .../glmark2/files/0001-fix-dispmanx-build.patch | 2 +- .../glmark2/files/0002-run-dispmanx-fullscreen.patch | 2 +- .../lmbench/lmbench/fix-lmbench-memory-check-failure.patch | 2 +- .../lmbench/lmbench/lmbench_result_html_report.patch | 2 +- .../obex-data-server-0.4.6-build-fixes-1.patch | 3 ++- .../files/psqlodbc-donot-use-the-hardcode-libdir.patch | 2 +- .../doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch | 2 +- ...001-CMakeLists.txt-Do-not-use-private-makefile-target.patch | 3 +-- .../fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch | 3 +-- ...-build-Make-systemd-init-systemd-detection-contingent.patch | 3 +-- .../libwmf/0001-configure-use-pkg-config-for-freetype.patch | 2 +- .../recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch | 2 +- .../libusbg/libusbg/0001-Fix-out-of-tree-builds.patch | 2 +- .../recipes-support/log4c/log4c/fix_configure_with-expat.patch | 2 +- .../openct/openct/etc-openct.udev.in-disablePROGRAM.patch | 2 +- .../openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch | 2 +- .../picocom/picocom/0001-Fix-building-with-musl.patch | 2 +- ...0001-setup.py-link-in-sysroot-not-in-host-directories.patch | 2 +- .../fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch | 2 +- .../recipes-webadmin/webmin/files/disable-version-check.patch | 2 +- .../recipes-webadmin/webmin/files/mount-excludefs.patch | 2 +- .../recipes-webadmin/webmin/files/mysql-config-fix.patch | 2 +- .../recipes-webadmin/webmin/files/proftpd-config-fix.patch | 2 +- .../recipes-webadmin/webmin/files/samba-config-fix.patch | 2 +- 39 files changed, 40 insertions(+), 43 deletions(-) diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch b/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch index 7e215e3080..c612dd8d5d 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch +++ b/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch @@ -8,7 +8,7 @@ of any of the GNU specific argp extensions. Include unistd.h directly to allow building with musl on linux, whilst retaining compatibility with glibc and other unices. -Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] +Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Signed-off-by: Alex Kiernan --- src/fatcat.cpp | 8 ++------ diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch b/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch index caaf105eea..306e36d068 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch +++ b/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch @@ -10,7 +10,7 @@ same as lseek64 This helps compiling on latest musl where lseek64 and friends are not available -Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] +Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Signed-off-by: Khem Raj --- CMakeLists.txt | 2 ++ diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch index d05cf02b71..b174ec127e 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch @@ -1,6 +1,6 @@ * tremor provides libvorbisidec, use it instead of libvorbisdec -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Tim Orling diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch index 96b5d2d246..e10002f78e 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch @@ -1,7 +1,7 @@ * luaL_checkint and luaL_optint were deprecated in lua 5.3 * replacement functions are luaL_checkinteger and luaL_optinteger -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Tim Orling diff --git a/meta-networking/recipes-daemons/autofs/autofs/add-the-needed-stdarg.h.patch b/meta-networking/recipes-daemons/autofs/autofs/add-the-needed-stdarg.h.patch index 816a409cdd..4cfd8edf9f 100644 --- a/meta-networking/recipes-daemons/autofs/autofs/add-the-needed-stdarg.h.patch +++ b/meta-networking/recipes-daemons/autofs/autofs/add-the-needed-stdarg.h.patch @@ -3,7 +3,7 @@ From: Roy Li Date: Tue, 19 Aug 2014 11:31:35 +0800 Subject: [PATCH] [PATCH] add the needed stdarg.h -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Roy Li diff --git a/meta-networking/recipes-daemons/ptpd/ptpd/Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch b/meta-networking/recipes-daemons/ptpd/ptpd/Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch index 1d2a5368c1..91028d82bc 100644 --- a/meta-networking/recipes-daemons/ptpd/ptpd/Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch +++ b/meta-networking/recipes-daemons/ptpd/ptpd/Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch @@ -8,8 +8,7 @@ Added minimum POSIX timer interval to prevent from timers firing to quickly for the process to handle, resulting in 100% CPU and endless signal queue. -Upstream-status: Backport -[From commit 1f0baae98a7b23e85f2bfd8f5de64795421c270e: +Upstream-Status: Backport [From commit 1f0baae98a7b23e85f2bfd8f5de64795421c270e: - critical: added minimum POSIX timer interval to prevent from timers firing to quickly for the process to handle, resulting in 100% CPU and endless signal queue] diff --git a/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch b/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch index e4578dda74..cb8c81385b 100644 --- a/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch +++ b/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch @@ -6,7 +6,7 @@ Subject: [PATCH] ptpd: use pkgconfig Yocto uses pkg-config for libpcap, rather than pcap-config, so use that instead as the source for libs and cflags. -Upstream-status: Inappropriate [ embedded specific ] +Upstream-Status: Inappropriate [ embedded specific ] Signed-off-by: Joe MacDonald --- diff --git a/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch b/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch index d01c20d385..e4acd099ab 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch +++ b/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch @@ -3,7 +3,7 @@ From: "Roy.Li" Date: Thu, 22 Aug 2013 08:56:09 +0800 Subject: [PATCH] tftp-hpa: add error check for disk filled up -Upstream-status: Pending [Sent to http://www.syslinux.org/archives/2013-August/020765.html] +Upstream-Status: Pending [Sent to http://www.syslinux.org/archives/2013-August/020765.html] Add error check when the write-buffer is finally flushed to the file, the caller can detect if the disk filled up (or had an i/o error) and diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch index d54cea9fdc..715ddb7b68 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch @@ -2,7 +2,7 @@ This fixes an issue when building with gcc 4.x https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc -Upstream-status: Backported +Upstream-Status: Backported Signed-off-By: Armin Kuster diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch index efd060f365..7afd70859f 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch @@ -1,6 +1,6 @@ make rexec support ipv6 -Upstream-status: Pending +Upstream-Status: Pending rexec equals rexec_af(... ,AF_INET) which only support ipv4, use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4. diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-add-knob-whether-nlist.h-are-checked.patch b/meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-add-knob-whether-nlist.h-are-checked.patch index c5a453abe2..3152ce288a 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-add-knob-whether-nlist.h-are-checked.patch +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-add-knob-whether-nlist.h-are-checked.patch @@ -6,7 +6,7 @@ Subject: [PATCH] net-snmp: add knob whether nlist.h are checked Previously, it still was checked when there was no nlish.h in sysroots directory. Add knob to decide whether nlist.h are checked or not. -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Chong Lu diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch index c11a127b81..c9cf15c1db 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch @@ -10,7 +10,7 @@ it in place but remove the #if guard since it is only there to ensure that the l2tp_private.h file is updated if the rpc source file is changed and the two get out of sync. -Upstream-status: pending +Upstream-Status: pending Signed-off-by: Joe MacDonald --- diff --git a/meta-networking/recipes-support/fping/fping/0001-fping-Initialize-msghdr-struct-in-a-portable-way.patch b/meta-networking/recipes-support/fping/fping/0001-fping-Initialize-msghdr-struct-in-a-portable-way.patch index 2a5b3e6193..9965d2ec57 100644 --- a/meta-networking/recipes-support/fping/fping/0001-fping-Initialize-msghdr-struct-in-a-portable-way.patch +++ b/meta-networking/recipes-support/fping/fping/0001-fping-Initialize-msghdr-struct-in-a-portable-way.patch @@ -7,7 +7,7 @@ Initializing the structure assuming glibc layout results in compile errors on musl, therefore do partial intialization and then assigning the members individually. -Upstream-status: Submitted [https://github.com/schweikert/fping/pull/263] +Upstream-Status: Submitted [https://github.com/schweikert/fping/pull/263] Signed-off-by: Khem Raj --- src/fping.c | 16 +++++++--------- diff --git a/meta-networking/recipes-support/linux-atm/linux-atm/0001-fix-compile-error-with-linux-kernel-v4.8.patch b/meta-networking/recipes-support/linux-atm/linux-atm/0001-fix-compile-error-with-linux-kernel-v4.8.patch index 583a6ca60b..403146e603 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm/0001-fix-compile-error-with-linux-kernel-v4.8.patch +++ b/meta-networking/recipes-support/linux-atm/linux-atm/0001-fix-compile-error-with-linux-kernel-v4.8.patch @@ -13,7 +13,7 @@ We should exclude the linux time.h by disable linux/atm_zatm.h and move some useful definition in linux/atm_zatm.h to zntune.c to resolve it. -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Dengke Du --- diff --git a/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch b/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch index 6a5350c37c..63e743f64b 100644 --- a/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch +++ b/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch @@ -13,7 +13,7 @@ dhrystone sources: Additionally, this patch adds a simple Makefile. -Upstream-status: Pending +Upstream-Status: Pending Sign-off-by: Kimmo Surakka Signed-off-by: Jose Alarcon diff --git a/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch b/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch index e9b880c260..9d652e10ad 100644 --- a/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch +++ b/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch @@ -16,7 +16,7 @@ See: My contribution is to tweak the wscript to link all the required libraries. -Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] +Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135] Signed-off-by: Trevor Woerner --- src/native-state-dispmanx.cpp | 22 +++++++++++++++++----- diff --git a/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch b/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch index 27bd62edb9..0cb22fd563 100644 --- a/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch +++ b/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch @@ -6,7 +6,7 @@ Subject: [PATCH] run dispmanx fullscreen The dispmanx flavour can only run fullscreen, therefore set the size to fullscreen when glmark2-es2-dispmanx is run. -Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] +Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135] Signed-off-by: Trevor Woerner --- src/main.cpp | 5 +++++ diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch b/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch index cbab5c424e..0274bc32af 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch +++ b/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch @@ -24,7 +24,7 @@ Signed-off-by: Fupan Li Add and reword above comments -Upstream-status: inappropriate [ configuration ] +Upstream-Status: Inappropriate [ configuration ] Signed-off-by: Mark Hatle diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch b/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch index 30708c81db..ae2443476a 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch +++ b/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch @@ -13,7 +13,7 @@ Signed-off-by: Fupan Li Reworded patch description. -Upstream-status: inappropriate [ configuration ] +Upstream-Status: Inappropriate [ configuration ] Signed-off-by: Mark Hatle diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch b/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch index e2c4e9ff6c..c18627b2fa 100644 --- a/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch +++ b/meta-oe/recipes-connectivity/obex/obex-data-server/obex-data-server-0.4.6-build-fixes-1.patch @@ -1,10 +1,11 @@ Submitted By: Armin K. Date: 2012-07-06 Initial Package Version: 0.4.6 -Upstream Status: Unknown Origin: Self Description: Some build fixes. +Upstream-Status: Pending + Index: obex-data-server-0.4.6/src/ods-obex.c =================================================================== --- obex-data-server-0.4.6.orig/src/ods-obex.c diff --git a/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch index acfaa3f6be..84d4467c0e 100644 --- a/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch +++ b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch @@ -3,7 +3,7 @@ From: "Roy.Li" Date: Tue, 5 Sep 2017 10:24:10 +0800 Subject: [PATCH] [PATCH] do not use the hardcode libdir -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Roy.Li Signed-off-by: Jackie Huang diff --git a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch index 6906efd1c0..47c8edb497 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch +++ b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch @@ -10,7 +10,7 @@ C library. We don't need this check in meta-openembedded. Signed-off-by: Bartosz Golaszewski Signed-off-by: Randy MacLeod -Upstream-status: Inappropriate +Upstream-Status: Inappropriate - upstream doxygen must build on many architectures, this change is too intrusive for upstream --- diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch index b4634a2445..f5a1716c07 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0001-CMakeLists.txt-Do-not-use-private-makefile-target.patch @@ -8,8 +8,7 @@ are not under control or to be used at the CMakeLists level. In 3.20 that private generation changed pre-requisite targets[1] and now logs contain the path compiler_depend.ts instead of the actual file. -Upstream status: Pending [1] -[1] https://github.com/fluent/fluent-bit/issues/5492 +Upstream-Status: Pending [https://github.com/fluent/fluent-bit/issues/5492] --- CMakeLists.txt | 6 +----- lib/chunkio/CMakeLists.txt | 7 +------ diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch index af31b436db..6c585c2f5b 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Do-not-overwrite-CFLAGS.patch @@ -7,8 +7,7 @@ bitbake passes CFLAGS that are often in conflict with the ones set in mbedtls' CMakeLists.txt. Such conflicts are the inability to use FORTIFY_SOURCE=2 except in release mode -Upstream status: Innapropriate due to fluent-bit having it's own Release -flags that also overwrite bitbake ones. +Upstream-Status: Innapropriate [due to fluent-bit having it's own Release flags that also overwrite bitbake ones.] --- lib/mbedtls-2.28.0/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch index 9d4d950d15..f6e3dce2f3 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-build-Make-systemd-init-systemd-detection-contingent.patch @@ -8,8 +8,7 @@ Use pkg-config to get systemd.pc variables and systemdunitdir. Those variable ensure that .service files are installed in the correct paths and only when systemd is detected. -Upstream Status: Pending [1] -[1] https://github.com/fluent/fluent-bit/pull/5818 +Upstream-Status: Pending [https://github.com/fluent/fluent-bit/pull/5818] --- cmake/FindJournald.cmake | 4 ++++ diff --git a/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch b/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch index 0f133e2e75..21a6f292c8 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch +++ b/meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch @@ -3,7 +3,7 @@ From: Koen Kooi Date: Wed, 6 Aug 2014 14:53:03 +0200 Subject: [PATCH] configure: use pkg-config for freetype -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Koen Kooi --- configure.ac | 37 ++++++++----------------------------- diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch index 33116b3c06..dd9230dd4e 100644 --- a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch +++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch @@ -2,7 +2,7 @@ allow systemd path to be defined by configure option. The configure probes the host for systemd path information. -Upstream Status: Inappropriate [Embedded] +Upstream-Status: Inappropriate [Embedded] Signed-off-By: Armin Kuster diff --git a/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch b/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch index 6be49fbca4..16506999e2 100644 --- a/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch +++ b/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch @@ -7,7 +7,7 @@ The include flag should point to the source directory, not the build directory. Signed-off-by: Koen Kooi -Upstream-status: Submitted [https://github.com/libusbg/libusbg/pull/9] +Upstream-Status: Submitted [https://github.com/libusbg/libusbg/pull/9] --- examples/Makefile.am | 2 +- src/Makefile.am | 2 +- diff --git a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch index 4872eb4f5e..dadefec33a 100644 --- a/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch +++ b/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch @@ -1,7 +1,7 @@ The original use of AC_ARG_WITH is buggy and causes expat support to be *disabled* if "--with-expat" is passed to configure. -Upstream status: pending +Upstream-Status: Pending Index: log4c-1.2.4/configure.in =================================================================== diff --git a/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch b/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch index 745f923af1..e2401bb31b 100644 --- a/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch +++ b/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch @@ -5,7 +5,7 @@ Subject: [PATCH 1/2] etc/openct.udev.in: disablePROGRAM Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871 -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Li Xin --- diff --git a/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch b/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch index d5e3fe5753..22eda729fb 100644 --- a/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch +++ b/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch @@ -5,7 +5,7 @@ Subject: [PATCH 2/2] etc/openct_usb.in: modify UDEVINFO this patch is from Fedora -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Li Xin --- diff --git a/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch b/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch index 5b344b9e83..c6b01d06fc 100644 --- a/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch +++ b/meta-oe/recipes-support/picocom/picocom/0001-Fix-building-with-musl.patch @@ -3,7 +3,7 @@ From: Paul Eggleton Date: Sun, 14 Jul 2019 19:13:21 -0700 Subject: [PATCH] Fix building with musl -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Paul Eggleton --- diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch index f4c74384f9..85423a3fec 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch +++ b/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch @@ -5,7 +5,7 @@ Subject: [PATCH] setup.py: link in sysroot, not in host directories Signed-off-by: Koen Kooi -Upstream-status: Unknown +Upstream-Status: Unknown --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch b/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch index d05abd25ca..e160b8644a 100644 --- a/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch +++ b/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Fix implicit fallthrough warning Fixes a warning about an implicit fall through in a case statement (-Werror=implicit-fallthrough) with newer versions of GCC -Upstream-status: Submitted [https://github.com/gnosek/fcgiwrap/pull/54] +Upstream-Status: Submitted [https://github.com/gnosek/fcgiwrap/pull/54] Signed-off-by: Joshua Watt --- configure.ac | 3 + diff --git a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch index 9aad894e0c..1ca26ca0dd 100644 --- a/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch +++ b/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch @@ -3,7 +3,7 @@ Disable OS version check in status screen The code is not able to accurately detect the correct distro/version at the moment. -Upstream-status: Inappropriate +Upstream-Status: Inappropriate Signed-off-by: Paul Eggleton diff --git a/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch b/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch index 8cb74c4b13..787bd8c69b 100644 --- a/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch +++ b/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch @@ -6,7 +6,7 @@ since these shouldn't be modified from the web interface. Signed-off-by: Paul Eggleton -Upstream-status: Pending +Upstream-Status: Pending --- webmin-1.570.orig/mount/index.cgi +++ webmin-1.570/mount/index.cgi diff --git a/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch b/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch index 2cbc627076..c6c1f0df79 100644 --- a/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch +++ b/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch @@ -3,7 +3,7 @@ From: Diego Rondini Date: Thu, 18 Feb 2016 15:44:06 +0100 Subject: [PATCH] Adjust Mysql config defaults -Upstream-status: Inappropriate [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Diego Rondini --- diff --git a/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch b/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch index 492a652d48..4e78ff4c22 100644 --- a/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch +++ b/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch @@ -1,4 +1,4 @@ -Upstream-status: Inappropriate [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Zhai Edwin diff --git a/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch b/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch index 46645ac30e..d9ea2d145e 100644 --- a/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch +++ b/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch @@ -1,4 +1,4 @@ -Upstream-status: Inappropriate [configuration] +Upstream-Status: Inappropriate [configuration] Signed-off-by: Zhai Edwin From patchwork Fri Jan 27 13:02:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 18738 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 6AFE0C636CB for ; Fri, 27 Jan 2023 13:02:40 +0000 (UTC) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web10.101357.1674824557644002616 for ; Fri, 27 Jan 2023 05:02:37 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Sxe3R8g7; spf=pass (domain: gmail.com, ip: 209.85.221.50, mailfrom: martin.jansa@gmail.com) Received: by mail-wr1-f50.google.com with SMTP id n7so4917736wrx.5 for ; Fri, 27 Jan 2023 05:02:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/HlmNebWrsiIBTGHAB5IdLytNWLjfXng1qpeRKDQGAs=; b=Sxe3R8g7vi7rVwke/PadfOM+Rwu0ROG1wqdp0xcEBEqr/wJIE5RuHZ3hDdNc0rpbCl 5gj6cogm/UZWHf7CIi+mcpubeiX9m6Vj04NKjCWhex9o78yUG66/Ybm3ZCLUVaPXYGrS QNt1SyibsGisTXBJcJwzo/aJrkmJqZXG8IgZQGSKIUIoi4JSWAjBLA+fVhDttniJpSAj Wu8vUC74Ud2SoKFT3NCsEsNSpYyBfasJ6rNEGBDJKit7qLR8OZ07hGyrnBjqbdGlNc76 HIeZMWmlvE26Xgo5SCkWfs8b52WqLLz+viSlgMSUsiR0XZo0jV2prgHzh3KIQvzbANQM ab3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/HlmNebWrsiIBTGHAB5IdLytNWLjfXng1qpeRKDQGAs=; b=0mQ4jVgze1rDR4bQ65m8SUq4e6AOxEUGdouxWqM50z91Pl1DxC28qWdlksJ8gXyoas h5T05TYzwvoF28cmeoTAIKqh3mALqdyyQGaexdbhUy84cCSmJhjtiZVxgYdw5ovrsTiG tYa7Kazwpt03Ln5Yj9ElkO9v1KgeB7F7h7X7/V3CLsBekVSuxTCImiS+kwmecc1z5z67 9KKQj0VR3mbihsv/PGXDakXy8KdXQ1dhx7M2EZC/0iJeWVQgYd1mmZ0Zsh/lPJlmLaem Daor0FKOtUuXxc7SpowYsD0MEUrnq9IYhEbCMAx6LhDnE0S1myVUbcThB85R/f7xOyOt olzA== X-Gm-Message-State: AFqh2koauinnydp7ZMoBpbUFVfscsrkMNU0t8dZ6n19L7xITrKRrtNLQ HoTc7V5uNLLjafQDEltsbQyyKLYjdow= X-Google-Smtp-Source: AMrXdXtP9LfS5uph9Vy6ygEuy3xq/RoaQqKRIcTlzgTxSJ9l8XKAhCInvlPbNXe7zLk0Pk6hojt2Fw== X-Received: by 2002:a05:6000:388:b0:2bc:7ec3:8b2 with SMTP id u8-20020a056000038800b002bc7ec308b2mr38095156wrf.68.1674824555787; Fri, 27 Jan 2023 05:02:35 -0800 (PST) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id s5-20020a5d5105000000b002bdfcd8c77csm3960669wrt.101.2023.01.27.05.02.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:02:35 -0800 (PST) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-devel@lists.openembedded.org Cc: Martin Jansa Subject: [meta-oe][PATCH 6/6] .patch: fix Signed-off-by formatting issues reported by patchreview tool from oe-core Date: Fri, 27 Jan 2023 14:02:25 +0100 Message-Id: <20230127130225.1280161-6-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230127130225.1280161-1-Martin.Jansa@gmail.com> References: <20230127130225.1280161-1-Martin.Jansa@gmail.com> 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 ; Fri, 27 Jan 2023 13:02:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100821 Signed-off-by: Martin Jansa --- meta-networking/recipes-daemons/proftpd/files/build_fixup.patch | 2 +- meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch | 2 +- .../netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch | 2 +- .../netkit-rsh/netkit-rsh/rsh-redone_link_order_file.patch | 2 +- meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch | 2 +- .../telepathy-python_fix_for_automake_1.12.patch | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch index d888dd8263..8126b3619a 100644 --- a/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch +++ b/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch @@ -6,7 +6,7 @@ make, move-pidfile-to-var-run, move-runfile-to-var-run move pidfile to /var/run redefine PR_RUN_DIR as ${localstatedir}/run -Signed-off-By: Armin Kuster +Signed-off-by: Armin Kuster diff --git a/Make.rules.in b/Make.rules.in diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch index 715ddb7b68..089156a7ae 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch @@ -4,7 +4,7 @@ https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netk Upstream-Status: Backported -Signed-off-By: Armin Kuster +Signed-off-by: Armin Kuster --- netkit-rpc-0.17/rpcgen/rpc_cout.c~gcc4 +++ netkit-rpc-0.17/rpcgen/rpc_cout.c diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch index cd6df62fb3..c6e2e60624 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/fixup_wait3_api_change.patch @@ -8,7 +8,7 @@ https://sourceware.org/ml/libc-alpha/2016-02/msg00342.html Upstream-Status: Inappropriate [ no upstream maintaner ] -Signed-off-by Armin Kuster +Signed-off-by: Armin Kuster Index: netkit-rsh-0.17/rlogin/rlogin.c =================================================================== diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/rsh-redone_link_order_file.patch b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/rsh-redone_link_order_file.patch index c12ee9b465..ab0b9b64bc 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/rsh-redone_link_order_file.patch +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/rsh-redone_link_order_file.patch @@ -8,7 +8,7 @@ Most distos have there own verison of this fix. This was derived by -- Colin Watson Tue, 13 Sep 2011 10:07:08 +0100 -signed-off-by: Armin Kuster +Signed-off-by: Armin Kuster Index: netkit-rsh-0.17/rsh/Makefile =================================================================== diff --git a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch index dd9230dd4e..d47e086c46 100644 --- a/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch +++ b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch @@ -4,7 +4,7 @@ The configure probes the host for systemd path information. Upstream-Status: Inappropriate [Embedded] -Signed-off-By: Armin Kuster +Signed-off-by: Armin Kuster Index: ipmiutil-3.0.5/configure.ac =================================================================== diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch index f613fdce4d..0498f3ddd0 100644 --- a/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch +++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/telepathy-python_fix_for_automake_1.12.patch @@ -9,7 +9,7 @@ of warning-errors. | make[1]: Leaving directory `/srv/home/nitin/builds2/build0/tmp/work/i586-poky-linux/telepathy-python-0.15.19-r4/telepathy-python-0.15.19/src' | make: *** [all-recursive] Error 1 -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2012/07/10 Index: telepathy-python-0.15.19/src/Makefile.am ===================================================================