diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-07-28 00:33:32 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-15 22:53:01 +0200 |
commit | 60eb0e8da2aa5df7cbbea657d6a809b29e818ad8 (patch) | |
tree | b2d0c0b235d3da3e064a96a894ebc822240044d9 /tools/Makefile | |
parent | 296e1f253c77a2cbf5364a0e9f83fd9946ce9dbf (diff) | |
download | upstream-60eb0e8da2aa5df7cbbea657d6a809b29e818ad8.tar.gz upstream-60eb0e8da2aa5df7cbbea657d6a809b29e818ad8.tar.bz2 upstream-60eb0e8da2aa5df7cbbea657d6a809b29e818ad8.zip |
scons: move to packages feed
This patch removes scons host build tool, as commit 7087efd72a8d
("scons: move host build tool to a proper place") in the packages feed
has moved scons into the new home.
There are currently no packages in the master tree which would need
scons, yet scons is build always as part of host tools, just in order to
satisfy host build dependency of few packages in the packages feeds.
Ref: https://github.com/openwrt/packages/pull/9584
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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 d7207ba89d..a161154b80 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf expat tools-y += m4 libtool autoconf automake flex bison pkg-config mklibs zlib tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-image quilt padjffs2 -tools-y += mm-macros missing-macros cmake scons bc findutils gengetopt patchelf +tools-y += mm-macros missing-macros cmake bc findutils gengetopt patchelf tools-y += mtools dosfstools libressl tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu |