diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-08-30 08:41:07 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-09-21 11:52:40 +0200 |
commit | c6d3f39ecce43c4a9858157e9e2ee8718750a9ab (patch) | |
tree | 8608f0e3b4efd7e4e8e0967e3e3da05b28928a6f /tools/Makefile | |
parent | 1c8c84620de64b20921873c998e93f72dbaccd2a (diff) | |
download | upstream-c6d3f39ecce43c4a9858157e9e2ee8718750a9ab.tar.gz upstream-c6d3f39ecce43c4a9858157e9e2ee8718750a9ab.tar.bz2 upstream-c6d3f39ecce43c4a9858157e9e2ee8718750a9ab.zip |
tools: remove xxd package
It shouldn't be needed anymore as we've now `scripts/xxdi.pl`, which
should be self contained and fully compatible `xxd -i` replacement.
Fixes: #10555
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 88c9056a70901577489ecdc7a25207a9b7576d6e)
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 577ea799c5..a2665dbc9a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ tools-y += autoconf autoconf-archive automake bc bison cmake dosfstools tools-y += e2fsprogs fakeroot findutils firmware-utils flex gengetopt tools-y += libressl libtool lzma m4 make-ext4fs missing-macros mkimage tools-y += mklibs mm-macros mtd-utils mtools padjffs2 patch-image -tools-y += patchelf pkgconf quilt squashfskit4 sstrip xxd zip zlib zstd +tools-y += patchelf pkgconf quilt squashfskit4 sstrip zip zlib zstd tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_ISL) += isl tools-$(BUILD_TOOLCHAIN) += expat gmp libelf mpc mpfr |