From: Ross Burton Date: Mon, 24 Jun 2024 13:41:30 +0000 (+0100) Subject: fixup! rename _runcmd X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bd4911deb23d47cd37d575352b7d1505e9a3a73f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git fixup! rename _runcmd --- diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 64159ffbed1..c12681ae5d9 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py @@ -678,7 +678,7 @@ class QuiltTree(PatchSet): # determine which patches are applied -> self._current try: - output = self.run_quilt(["applied", self.dir]) + output = self.run_quilt(["applied"]) except subprocess.CalledProcessError: import sys if sys.exc_value.output.strip() == "No patches applied":