oe.patch: for 'patch', always use -f
authorChris Larson <chris_larson@mentor.com>
Fri, 22 Oct 2010 18:04:36 +0000 (11:04 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 8 Nov 2010 14:59:23 +0000 (07:59 -0700)
commit9018df571adb705688c8ec975d1407af70e82cde
treed03865d64fed404d9535383256aa1c7422db1a4a
parent4e8c767f3fc281e26472e66ccde07419a2c092fc
oe.patch: for 'patch', always use -f

Apparently quilt always ignores hunks that seem already applied, so let's do
the same via -f.  -t would probably be better, but isn't safe to use from a
portability standpoint.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/oe/patch.py