diff --git a/recipes-sota/ostree/ostree/ostree-finalize-staged-set-default-timeout-to-infinity.patch b/recipes-sota/ostree/ostree/ostree-finalize-staged-set-default-timeout-to-infinity.patch deleted file mode 100644 index 55047af..0000000 --- a/recipes-sota/ostree/ostree/ostree-finalize-staged-set-default-timeout-to-infinity.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/boot/ostree-finalize-staged.service b/src/boot/ostree-finalize-staged.service -index 570138c..37b5679 100644 ---- a/src/boot/ostree-finalize-staged.service -+++ b/src/boot/ostree-finalize-staged.service -@@ -31,6 +31,7 @@ Conflicts=final.target - Type=oneshot - RemainAfterExit=yes - ExecStop=/usr/bin/ostree admin finalize-staged -+TimeoutStopSec=infinity - - [Install] - WantedBy=multi-user.target diff --git a/recipes-sota/ostree/ostree_%.bbappend b/recipes-sota/ostree/ostree_%.bbappend deleted file mode 100644 index 6711b48..0000000 --- a/recipes-sota/ostree/ostree_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://ostree-finalize-staged-set-default-timeout-to-infinity.patch"