oe.patch: don't use dry-run for 'patch'
authorChris Larson <chris_larson@mentor.com>
Fri, 22 Oct 2010 01:46:27 +0000 (18:46 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 22 Oct 2010 03:10:06 +0000 (20:10 -0700)
commit44887999faab4d885a7280d7e686a89a1720c4e6
tree1837ec0f9b493873768853b801fecf2d0bf63fcc
parentc7a68fe6ff738b86d6da5e55ce4927f8fb06b38c
oe.patch: don't use dry-run for 'patch'

There are patches which 'patch' thinks it can't apply, but which do apply, so
stop using dry-run.  In addition, --dry-run isn't compatible with all versions
of patch.

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