]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch.bbclass: Fix force options for recent quilt versions
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:04:27 +0000 (21:04 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:04:27 +0000 (21:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1122 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/patch.bbclass

index 1bd99354b576a2b479dcff3d63e3a97891f6cddf..e051b0344a353b4b36cb8e49748f9fc3b1fafac8 100644 (file)
@@ -229,6 +229,7 @@ def patch_init(d):
                        args = ["import", "-p", patch["strippath"]]
                        if force:
                                args.append("-f")
+                               args.append("-dn")
                        args.append(patch["file"])
 
                        self._runcmd(args)