[oe-commits] Koen Kooi : patch.bbclass: remove -dn for quilt builds in getopt-compat mode

GIT User account git at amethyst.openembedded.net
Thu Nov 13 17:10:01 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 094130e453bbbbf3db8b0df4f47f909f49d83ca5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=094130e453bbbbf3db8b0df4f47f909f49d83ca5

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 13 18:08:16 2008 +0100

patch.bbclass: remove -dn for quilt builds in getopt-compat mode
* not sure if this is wanted or not, but it makes my builds continue :)

---

 classes/patch.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/classes/patch.bbclass b/classes/patch.bbclass
index 075e826..addc655 100644
--- a/classes/patch.bbclass
+++ b/classes/patch.bbclass
@@ -245,7 +245,6 @@ def patch_init(d):
 			args = ["import", "-p", patch["strippath"]]
 			if force:
 				args.append("-f")
-				args.append("-dn")
 			args.append(patch["file"])
 
 			self._runcmd(args)





More information about the Openembedded-commits mailing list