From patchwork Thu Jan 6 00:25:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2088 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 ED5EBC433FE for ; Thu, 6 Jan 2022 00:26:17 +0000 (UTC) Received: from mail-ua1-f50.google.com (mail-ua1-f50.google.com [209.85.222.50]) by mx.groups.io with SMTP id smtpd.web11.2153.1641428761985921374 for ; Wed, 05 Jan 2022 16:26:02 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.50, mailfrom: otavio.salvador@gmail.com) Received: by mail-ua1-f50.google.com with SMTP id c36so1409910uae.13 for ; Wed, 05 Jan 2022 16:26:01 -0800 (PST) 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=U5BFtJK87H3CSWIYq1M1MecHHUGRvhUyQ6QrGKEuJT4=; b=PiqmIiZnmYqg0dmGb+B+RYPdvNC6BEBlLxaMyjRjaZtk0rwk7IhXsKNDJGZsV2NSaa cr5vsPqezjOSjpmfanWZDQhS7fHINwSFPcvS6zPQA4xknW7c7qWLZT0JTzHfinRyo3Re at/o/PhThKO1PXiyGniTZ3jGoeOmG4mZPyzBdtQPfNk62i1A9QI14W7hPz+18ElPQset FRxR2XMTEJHC90KweX8xSsaN0FmrohSZ31FjB4OHPxDq1WiIobNamzG0nDEFF5mi0Zok a5EiI4NpiyvTFv1APFp3lol/qaZ3Plw5inZa/521ji40ua1yeRyDDescA8NnvW/F2Iib WstA== X-Gm-Message-State: AOAM531koTvYwsYMdAgd75MUJA/eYYlVdY8MIHAZDypedCyiJOPxzUFZ VhNfrHoMMNA+ISlw95CzCISatE89cgs+NSoq X-Google-Smtp-Source: ABdhPJwAWCOJYsqt3m5MURk51klp0JWw6e3O3krMUDkYk2ooCtEozTZOp8aJoz7X0AKpY+edYkzQGg== X-Received: by 2002:a05:6102:3009:: with SMTP id s9mr17824772vsa.23.1641428760760; Wed, 05 Jan 2022 16:26:00 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id g4sm258323vkd.46.2022.01.05.16.25.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jan 2022 16:26:00 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 1/3] libxcrypt, libxcrypt-compat: upgrade 4.4.26 -> 4.4.27 Date: Wed, 5 Jan 2022 21:25:33 -0300 Message-Id: <20220106002535.658797-1-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 06 Jan 2022 00:26:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160219 License-Update: build-aux files updated. Signed-off-by: Otavio Salvador --- Changes in v2: - fix license checksum error - update libxcrypt too .../libxcrypt/files/fix_cflags_handling.patch | 10 +++++----- ...ypt-compat_4.4.26.bb => libxcrypt-compat_4.4.27.bb} | 0 meta/recipes-core/libxcrypt/libxcrypt.inc | 4 ++-- .../{libxcrypt_4.4.26.bb => libxcrypt_4.4.27.bb} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.26.bb => libxcrypt-compat_4.4.27.bb} (100%) rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.26.bb => libxcrypt_4.4.27.bb} (100%) diff --git a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch index 0772998c72..94aa3fed49 100644 --- a/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch +++ b/meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch @@ -1,4 +1,4 @@ -From fd9a46695594c3cd836ecb7d959f03f605e69a2f Mon Sep 17 00:00:00 2001 +From 7b2a0cdc281d94a5782c37ef87040c341447b4b4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Apr 2021 10:35:02 +0100 Subject: [PATCH] libxcrypt: Update to 4.4.19 release and fix symbol version @@ -15,13 +15,13 @@ Upstream-Status: Submitted [https://github.com/besser82/libxcrypt/pull/126] Signed-off-by: Richard Purdie --- - build-aux/compute-symver-floor | 2 ++ + build-aux/scripts/compute-symver-floor | 2 ++ 1 file changed, 2 insertions(+) -diff --git a/build-aux/compute-symver-floor b/build-aux/compute-symver-floor +diff --git a/build-aux/scripts/compute-symver-floor b/build-aux/scripts/compute-symver-floor index 4ec82e1..8117342 100644 ---- a/build-aux/compute-symver-floor -+++ b/build-aux/compute-symver-floor +--- a/build-aux/scripts/compute-symver-floor ++++ b/build-aux/scripts/compute-symver-floor @@ -36,6 +36,8 @@ sub preprocessor_check { die "C compiler not available\n" unless @CC; diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.27.bb diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 9186c45e18..725965e535 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -3,14 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part." HOMEPAGE = "https://github.com/besser82/libxcrypt" SECTION = "libs" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://LICENSING;md5=29c5f9af198623cdce52a77f85695164 \ +LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " inherit autotools pkgconfig SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https" -SRCREV = "8ff7a8c5019cbd50419f7d0a8cd691eb99d6b086" +SRCREV = "814e715dd8580ff00344112d7d8383a6a5a5b83d" SRCBRANCH ?= "develop" SRC_URI += "file://fix_cflags_handling.patch" diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.27.bb similarity index 100% rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.27.bb From patchwork Thu Jan 6 00:25:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2089 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 F0610C433F5 for ; Thu, 6 Jan 2022 00:26:29 +0000 (UTC) Received: from mail-vk1-f181.google.com (mail-vk1-f181.google.com [209.85.221.181]) by mx.groups.io with SMTP id smtpd.web10.2127.1641428788816300149 for ; Wed, 05 Jan 2022 16:26:29 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.221.181, mailfrom: otavio.salvador@gmail.com) Received: by mail-vk1-f181.google.com with SMTP id 78so683138vkz.7 for ; Wed, 05 Jan 2022 16:26:28 -0800 (PST) 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=i0KUalcEytlvV0NYGkt5aQMnfXch4/5121n8sd4pOAE=; b=SQlYWCgtKpVUCGKtoKGN2FbWgheFuQcowygdgRs2yH6zavmpTObnNLaUkTzdNBhYnh JpEbmAkze2UZDCoanzCwZNEaDyTtWbT+g0ezUdCUOlqB5kJfpoX+pnGQ6m+sQTsoIfF3 ybUjW9H3IUJigYmKvZsuL7YmvVxunTjQwa+le6tJs0Qo5D3dNGHiY6/2uD5sN78YFv8m cr0c52sizza8lUWg1u/VmFmmkHAWrlXsgSZjHT9QxBOqbBllaTZNSaAfxvueFDhliIYZ cf0IYOSHHcBcDnXowAKvfsdH6H1ByVliX/GEMnSbkdkMC3+1qC59SgOXKLHzt7MW+6Up y/1w== X-Gm-Message-State: AOAM531I9fGehgvtXpLggwKsKCFc4cipRK3TrmH2IG1X6h0qRjNzFFtB ijgZ1mIY5V4dqRYSBEEz2xk7VLQvx+h0o8yn X-Google-Smtp-Source: ABdhPJzRzzEhhR6v+WS5MChv5kgk0Ny00rUhHct396IZ7XKg1SWuiBMMJ9dza+XABM0JB/KzVGE2mA== X-Received: by 2002:a1f:2497:: with SMTP id k145mr10438419vkk.21.1641428787689; Wed, 05 Jan 2022 16:26:27 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id y13sm289218vsk.30.2022.01.05.16.26.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jan 2022 16:26:27 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 2/3] [DNM] python3-setuptools: upgrade 59.5.0 -> 60.2.0 Date: Wed, 5 Jan 2022 21:25:34 -0300 Message-Id: <20220106002535.658797-2-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220106002535.658797-1-otavio@ossystems.com.br> References: <20220106002535.658797-1-otavio@ossystems.com.br> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 06 Jan 2022 00:26:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160220 Signed-off-by: Otavio Salvador --- The patch seems to break some native package building due do host contamination; I faced it at btrfs-progs, for example. I need someone which has more intimacy in Python to help on this so I'd like to ask for the patch to not be merged as it has known issues. Changes in v2: - remove wrong patch header ...01-conditionally-do-not-fetch-code-by-easy_install.patch | 6 +++--- ...n3-setuptools_59.5.0.bb => python3-setuptools_60.2.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_59.5.0.bb => python3-setuptools_60.2.0.bb} (94%) diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 5e2ee454da..5d508f759f 100644 --- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From da88c57fe03e4474ba20325edacf519e80c1d7a8 Mon Sep 17 00:00:00 2001 +From 74abf3fae060c87b04e5fb8c382ecc835afc3a50 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install @@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index fc848d0..c04a5de 100644 +index fb34d10..217fce1 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py -@@ -642,6 +642,11 @@ class easy_install(Command): +@@ -649,6 +649,11 @@ class easy_install(Command): os.path.exists(tmpdir) and rmtree(tmpdir) def easy_install(self, spec, deps=False): diff --git a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_60.2.0.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_59.5.0.bb rename to meta/recipes-devtools/python/python3-setuptools_60.2.0.bb index 878fa08404..8748f91388 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_60.2.0.bb @@ -13,7 +13,7 @@ SRC_URI += "\ file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ " -SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" +SRC_URI[sha256sum] = "675fcebecb43c32eb930481abf907619137547f4336206e4d673180242e1a278" DEPENDS += "${PYTHON_PN}" From patchwork Thu Jan 6 00:25:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 2090 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 0A008C433EF for ; Thu, 6 Jan 2022 00:26:33 +0000 (UTC) Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com [209.85.222.41]) by mx.groups.io with SMTP id smtpd.web10.2128.1641428791781745069 for ; Wed, 05 Jan 2022 16:26:32 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: gmail.com, ip: 209.85.222.41, mailfrom: otavio.salvador@gmail.com) Received: by mail-ua1-f41.google.com with SMTP id o1so1489447uap.4 for ; Wed, 05 Jan 2022 16:26:31 -0800 (PST) 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=ANHynJN/5CiNNZrB0udxo3urEK/c5B/ja9XAWc6Zba0=; b=wh82MYeukMRUnXxzZMiCxknQZWDwhPCW3m85XxL3+91+bMU8MKBpJPv5K6Rfw1Ej4e HVfSlVi6+Ee9kkkK5ktUbJI/JGUmllxBgSg15pRL4g4AzV8P02Bx8C3ra0ZPvdBNeGRJ 8Jjrrqmme4Y7zrQmLKPtJiJgzVPsKYUpmqMWZq3KCN+cKU0fmZ9rB4DzMBUbi5Y+3MQl yCix3uEGXOEOaT8SnOMc7OfUo0VJ0kVo++RErdSAKOSqQu3+13cTx8eKF3JmhovfSVqK PvUGYVJEpoDl3y7kVwyFqfrbwT55VhWw996fA/GtylGRoW8ojmKGnK9NaGp+pSVOi7nX jxjQ== X-Gm-Message-State: AOAM5315XH49TUoatoA5s0GLXgSKXCzbZohfHArqnIcYtzObzU/0aUIZ k5iyilaoEcZIS9t3gd6tDJvVOQI6JHH0f/UZ X-Google-Smtp-Source: ABdhPJynZtdt2lV/ohVMz5bl4OQIleLHNheCUAiSGLWFDx0f0Ymi6F63mrRYhKoxID0G2d5ATrzocg== X-Received: by 2002:a67:cd82:: with SMTP id r2mr17838820vsl.49.1641428790638; Wed, 05 Jan 2022 16:26:30 -0800 (PST) Received: from localhost (201-34-65-230.user3p.brasiltelecom.net.br. [201.34.65.230]) by smtp.gmail.com with ESMTPSA id t3sm299687vsl.25.2022.01.05.16.26.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jan 2022 16:26:30 -0800 (PST) From: Otavio Salvador To: OpenEmbedded Core Mailing List Cc: Otavio Salvador Subject: [PATCH 3/3] [DNM] e2fsprogs: upgrade 1.46.4 -> 1.46.5 Date: Wed, 5 Jan 2022 21:25:35 -0300 Message-Id: <20220106002535.658797-3-otavio@ossystems.com.br> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220106002535.658797-1-otavio@ossystems.com.br> References: <20220106002535.658797-1-otavio@ossystems.com.br> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 06 Jan 2022 00:26:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/160221 Signed-off-by: Otavio Salvador --- The ptest is failing[1]; I didn't spot anything obvious and couldn't reproduce the error in my NixOS host (ended sending the update so it also runs on their CI - https://github.com/NixOS/nixpkgs/pull/153660). 1. https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/2963/steps/12/logs/stdio I need someone to help on this so I'd like to ask for the patch to not be merged as it has known issues. Changes in v2: - remove patch headers - avoid changing not required patches ...ct_io-expect-correct-expected-output.patch | 69 ------------------- ...2fsprogs_1.46.4.bb => e2fsprogs_1.46.5.bb} | 9 +-- 2 files changed, 3 insertions(+), 75 deletions(-) delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.46.4.bb => e2fsprogs_1.46.5.bb} (94%) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch deleted file mode 100644 index f198df83eb..0000000000 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-tests-u_direct_io-expect-correct-expected-output.patch +++ /dev/null @@ -1,69 +0,0 @@ -From ea5adf259e01c790f9ba69d6fe88d691de410b6f Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Sun, 22 Aug 2021 14:37:32 +0200 -Subject: [PATCH] tests/u_direct_io/expect: correct expected output - -This is likely the right fix, but upstream needs to confirm. - -Upstream-Status: Inappropriate [issue reported https://github.com/tytso/e2fsprogs/issues/80] -Signed-off-by: Alexander Kanavin ---- - tests/u_direct_io/expect | 16 +++++++++------- - 1 file changed, 9 insertions(+), 7 deletions(-) - -diff --git a/tests/u_direct_io/expect b/tests/u_direct_io/expect -index b0cdc730..830cbd75 100644 ---- a/tests/u_direct_io/expect -+++ b/tests/u_direct_io/expect -@@ -19,8 +19,8 @@ Filesystem OS type: Linux - Inode count: 32768 - Block count: 32768 - Reserved block count: 1638 --Overhead clusters: 5131 --Free blocks: 27631 -+Overhead clusters: 6155 -+Free blocks: 26607 - Free inodes: 32757 - First block: 0 - Block size: 4096 -@@ -29,27 +29,29 @@ Reserved GDT blocks: 7 - Blocks per group: 32768 - Fragments per group: 32768 - Inodes per group: 32768 --Inode blocks per group: 1024 -+Inode blocks per group: 2048 - Flex block group size: 16 - Mount count: 0 - Check interval: 15552000 (6 months) - Reserved blocks uid: 0 - Reserved blocks gid: 0 - First inode: 11 --Inode size: 128 -+Inode size: 256 -+Required extra isize: 32 -+Desired extra isize: 32 - Journal inode: 8 - Default directory hash: half_md4 - Journal backup: inode blocks - Directories: 2 - Group 0: block bitmap at 9, inode bitmap at 25, inode table at 41 -- 27631 free blocks, 32757 free inodes, 2 used directories -+ 26607 free blocks, 32757 free inodes, 2 used directories - e2fsck -fn -N test_filesys $LOOP - Pass 1: Checking inodes, blocks, and sizes - Pass 2: Checking directory structure - Pass 3: Checking directory connectivity - Pass 4: Checking reference counts - Pass 5: Checking group summary information --test_filesys: 11/32768 files (9.1% non-contiguous), 5137/32768 blocks -+test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks - Exit status is 0 - e2fsck -fn -N test_filesys $TMPFILE - Pass 1: Checking inodes, blocks, and sizes -@@ -57,5 +59,5 @@ Pass 2: Checking directory structure - Pass 3: Checking directory connectivity - Pass 4: Checking reference counts - Pass 5: Checking group summary information --test_filesys: 11/32768 files (9.1% non-contiguous), 5137/32768 blocks -+test_filesys: 11/32768 files (9.1% non-contiguous), 6161/32768 blocks - Exit status is 0 diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb similarity index 94% rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb index f42cefcaf9..68b8531565 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.4.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.5.bb @@ -4,14 +4,11 @@ SRC_URI += "file://remove.ldconfig.call.patch \ file://run-ptest \ file://ptest.patch \ file://mkdir_p.patch \ - file://0001-tests-u_direct_io-expect-correct-expected-output.patch \ + file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ + file://quiet-debugfs.patch \ " -SRC_URI:append:class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ - file://quiet-debugfs.patch \ -" - -SRCREV = "849005eac51ea2097bd9e5f2b0adc16b53c5486d" +SRCREV = "02540dedd3ddc52c6ae8aaa8a95ce75c3f8be1c0" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+\.\d+(\.\d+)*)$" EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \