0002-tools-only-in-no-dot-config-targets.patch 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. From 460646b3c4c1718860915c38586ee8d2fbda38e4 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
  3. Date: Sun, 1 Feb 2015 21:53:47 +0100
  4. Subject: [PATCH] tools only in no dot config targets
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Revert upstream commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d:
  9. Makefile: drop "tools-only" from no-dot-config-targets
  10. This indirectly pulls in a build-dependency on libssl-dev used for FIT
  11. image support, and possibly GPL/OpenSSL licensing incompatibility
  12. issues.
  13. Based on Debian patch from u-boot-tools:
  14. http://ftp.de.debian.org/debian/pool/main/u/u-boot/u-boot_2014.10+dfsg1-2.1.debian.tar.xz
  15. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
  16. [fabio: adapt it to 2016.09]
  17. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
  18. [Fabrice: adapt it to 2021.04]
  19. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  20. ---
  21. Makefile | 2 +-
  22. 1 file changed, 1 insertion(+), 1 deletion(-)
  23. diff --git a/Makefile b/Makefile
  24. index 6aa08964ff..fcec83d183 100644
  25. --- a/Makefile
  26. +++ b/Makefile
  27. @@ -486,7 +486,7 @@ defaultenv_h := include/generated/defaultenv_autogenerated.h
  28. no-dot-config-targets := clean clobber mrproper distclean \
  29. help %docs check% coccicheck \
  30. - ubootversion backup tests check qcheck tcheck
  31. + ubootversion backup tests tools-only check qcheck tcheck
  32. config-targets := 0
  33. mixed-targets := 0
  34. --
  35. 2.20.1