buildsys: remove edk2 source tree when assembling build-dir
we ship it via pve-edk2-firmware anyway and it only results in bigger source tar balls and lintian yelling at us due to edk2 not being the simplest repo to ensure DFSG compat. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd3c1fa525
commit
88b1550dfb
1
Makefile
1
Makefile
@ -44,6 +44,7 @@ $(BUILDDIR): keycodemapdb | submodule
|
||||
cp -a $(SRCDIR) $@.tmp
|
||||
cp -a debian $@.tmp/debian
|
||||
rm -rf $@.tmp/ui/keycodemapdb
|
||||
rm -rf $@.tmp/roms/edk2 # packaged separately
|
||||
cp -a keycodemapdb $@.tmp/ui/
|
||||
find $@.tmp/pc-bios -type f | grep $(BLOB_PURGE_FILTER) | xargs rm -f
|
||||
sed -i $(BLOB_PURGE_SED_CMDS) $@.tmp/pc-bios/meson.build
|
||||
|
4
debian/source/lintian-overrides
vendored
4
debian/source/lintian-overrides
vendored
@ -1,5 +1 @@
|
||||
source-is-missing [roms/SLOF/*.oco]
|
||||
source-is-missing [roms/edk2/*.a]
|
||||
source: source-is-missing [roms/edk2/*.htm]
|
||||
source: source-is-missing [roms/edk2/*.html]
|
||||
source: source-is-missing [roms/edk2/*.js]
|
||||
|
Loading…
Reference in New Issue
Block a user