debian: don't package simtrace2-firmware anymore

Don't attempt to build the firmware with the random default compiler
from the distribution anymore. With some GCC versions, the DFU loader
does not fit the partition anymore.

Related: OS#5260
Change-Id: I95a8472b458db203ad14efd57268ca922c75aeb1
This commit is contained in:
Oliver Smith
2021-11-12 17:03:37 +01:00
parent 23125d05f7
commit b86831c55b
3 changed files with 7 additions and 14 deletions

6
debian/rules vendored
View File

@@ -17,3 +17,9 @@ export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
override_dh_autoreconf:
cd host && dh_autoreconf
override_dh_auto_build:
dh_auto_build -- utils
override_dh_auto_install:
dh_auto_build -- -C host