Package: src:u-boot
Followup-For: Bug #979650
With the attachment...
>From 956d4d994b85d5cbda6f3bad4e3a474277863ee7 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Sat, 9 Jan 2021 18:58:28 +0100
Subject: Do not spend time searching for an install target in Makefile
diff --git a/debian/rules b/debian/rules
index 19a61e3cb7..5937abe47d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,6 +143,9 @@ ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
fi
endif
+# Do not spend time searching for an install target in Makefile.
++override_dh_auto_install:
+
override_dh_strip:
# dh_strip tries to strip the cross compiled qemu images, which doesn't
# work