| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Version bump of mtd-utils
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
| |
we cannot set arch=all on subpackages
|
|
|
|
|
|
|
|
|
|
|
| |
The checks currently fail on the builders with:
> [ ERROR ] --- 0x6 != 0x3
> tests/unittests/test_lib.h:37: error: Check of parameter fd, function __wrap_close failed
> tests/unittests/libubi_test.c:25: note: Expected parameter declared here
> [ LINE ] --- tests/unittests/test_lib.h:37: error: Failure!
Disable the test suite for now until this is fixed.
|
|
|
|
|
|
|
|
|
| |
The Busybox version of find allows parameters to be specified between
'{}' and '+' as argument to -exec. This however is not according to the
posix specification, and the GNU version of find doesn't accept it.
Use the coreutils version of 'mv' with the '-t' arguement to be able to
specify the filenames as last.
|
|
|
|
|
| |
The cat_found_file function uses functionality from coreutils find. Add that as
a checkdepend.
|
| |
|
|
|
|
|
|
| |
- No braces in variables when not required
- Opening brace of function definition on the same line
- Close quote of multiline string on the same column as data
|
|
|
|
|
|
|
|
|
|
| |
To stay in the alpine spirit, split mtd-utils into smaller targetted
packages.
E.g. if I have raw NAND flash, I don't care about the NOR tools. And
depending on the filesystem, I may not care about ubi.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
| |
Enable self-sets by using `make check`.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
| |
2.1.0 was released 4 weeks ago, so lets bump the version while we're
here.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
| |
Use proper variable and strings as per shell scripting general
recommendations.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
The mtd-utils seem use, updates and are in a good shape. Lets put them
in the community repo.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|