diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-09-22 17:21:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-23 09:53:13 +0100 |
commit | e0b9a96002bb23e7c2c8a8c9c4d2431461fd6cb7 (patch) | |
tree | b554f7d50f4887da9c73cc33c3bd6aa2bb8f89a3 /scripts/oe-setup-rpmrepo | |
parent | 8fb70c6e7a1203c0b18938d5d851a91a5d27c2e3 (diff) | |
download | poky-e0b9a96002bb23e7c2c8a8c9c4d2431461fd6cb7.tar.gz |
lib/oe/patch: fix for git am not cleaning up after itself
Unfortunately it appears that under certain circumstances, a failed
git am followed by git am --abort won't clean up any changes the patch
might have made - this was seen when running "devtool extract" on the
unzip recipe; unzip-6.0_overflow3.diff has a malformed date as far as
git am is concerned but it triggers this condition. Add a
git reset --hard HEAD followed by git clean -f in order to recover from
this scenario.
(From OE-Core rev: 21fdbd76f458b70a6646dd6d0749e3a465ebd320)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-rpmrepo')
0 files changed, 0 insertions, 0 deletions