]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
apply-patches.sh: use everything from the series file
authorArnout Vandecappelle <arnout@mind.be>
Fri, 6 Nov 2015 23:27:12 +0000 (00:27 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 Nov 2015 08:24:53 +0000 (09:24 +0100)
commit7caf46439c684340a494e3aed345c479ec6927c2
tree72e2559f5084a929506b92b5a9dd3b80a0a9dadc
parentb3f7f949f0935535bff5d2fd51e3e14308b714bc
apply-patches.sh: use everything from the series file

When a series file exists, we should use every file mentioned in it,
not just the ones ending with .patch or .diff. Also, there's no need
to uncompress anything if it's mentioned in a series file (the tools
that manipulate series files don't support compressed patches).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Doug Kehn <rdkehn@yahoo.com>
Tested-by: Doug Kehn <rdkehn@yahoo.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/scripts/apply-patches.sh