diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2017-04-04 19:50:14 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-06 22:41:45 +0200 |
| commit | 4ef04c476c79c7efe05b8befc35eb20997fcaaa4 (patch) | |
| tree | 5da9b82e2a6f4d06476e7524c5cf35b4a86ae58a /package/parted | |
| parent | 250f27ac422ee67c40189666b6fd4c50dd41dd74 (diff) | |
| download | buildroot-4ef04c476c79c7efe05b8befc35eb20997fcaaa4.tar.gz buildroot-4ef04c476c79c7efe05b8befc35eb20997fcaaa4.zip | |
package: remove trailing backslash
Occurrences were searched using [1]:
check-package --include-only TrailingBackslash $(find * -type f)
and manually removed.
[1] http://patchwork.ozlabs.org/patch/729669/
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/parted')
| -rw-r--r-- | package/parted/parted.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/parted/parted.mk b/package/parted/parted.mk index f88143bc25..fb4987fd5d 100644 --- a/package/parted/parted.mk +++ b/package/parted/parted.mk @@ -36,7 +36,7 @@ endif HOST_PARTED_DEPENDENCIES = host-pkgconf host-util-linux HOST_PARTED_CONF_OPTS += \ --without-readline \ - --disable-device-mapper \ + --disable-device-mapper $(eval $(autotools-package)) $(eval $(host-autotools-package)) |

