mtd-utils: ubinize: fix return code on error
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 12 Apr 2016 23:07:40 +0000 (01:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 13 Apr 2016 20:27:20 +0000 (22:27 +0200)
commit0b52b8f9ba40b88a981f188ff127069c8ba82ab0
tree1aede68b845f533e6ae232169c9a30088863a0a2
parentd06ec8b514cd593c71cbf624f127c7bd65af2fd5
mtd-utils: ubinize: fix return code on error

ubinize 1.5.2 (currently packaged in Buildroot) returns 0 in case of
some errors. This can lead to unnoticed errors in the middle of a
build.

Fix by adding a patch from upstream, which is not yet present in any
released version.

Fetch from: http://git.infradead.org/mtd-utils.git/commit/5f50207231414bfdbac8f0f974a2824f24177d6e

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mtd/0001-mtd-utils-ubinize-Always-return-error-code-at-least-.patch [new file with mode: 0644]