]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
fixup! rename _runcmd ross/split/patchrun
authorRoss Burton <ross.burton@arm.com>
Mon, 24 Jun 2024 13:41:30 +0000 (14:41 +0100)
committerRoss Burton <ross.burton@arm.com>
Thu, 12 Feb 2026 18:20:09 +0000 (18:20 +0000)
meta/lib/oe/patch.py

index 64159ffbed1681c650f9d53700df7ef16ee12d05..c12681ae5d99c2b4b714ddfa0fd5f02920a5476a 100644 (file)
@@ -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":