ostree: remove custom ostree recipe

patch-file is now available in meta-updater and thus this bbappend file
is not required anymore.

BugzID: 55796

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Lucien Mueller 2019-02-21 14:07:34 +01:00 committed by Alexandre Bard
parent 24f65fc2e1
commit 01a2b20b1c
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://ostree-finalize-staged-set-default-timeout-to-infinity.patch"