From 644ea6cc50dfdba0d1521fb9d45228d29187054f Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 25 Mar 2024 08:51:33 +0000 Subject: [PATCH] [WIP] base: ostree: drop fetcher curl set timeout patch Fixed Upstream in PR2843 and available v2024.5 https://github.com/ostreedev/ostree/pull/2843 Signed-off-by: Jose Quaresma --- meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend b/meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend index 0ec5e6cea9..6a2398d3c2 100644 --- a/meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend +++ b/meta-lmp-base/recipes-extended/ostree/ostree_%.bbappend @@ -13,3 +13,5 @@ SRC_URI:append = " \ " PACKAGECONFIG:remove = "static" + +SRC_URI:remove = "file://0001-ostree-fetcher-curl-set-a-timeout-for-an-overall-req.patch"