mirror of
git://git.proxmox.com/git/pve-qemu.git
synced 2025-03-11 20:58:40 +03:00
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 $(SRCDIR) $@.tmp
|
||||||
cp -a debian $@.tmp/debian
|
cp -a debian $@.tmp/debian
|
||||||
rm -rf $@.tmp/ui/keycodemapdb
|
rm -rf $@.tmp/ui/keycodemapdb
|
||||||
|
rm -rf $@.tmp/roms/edk2 # packaged separately
|
||||||
cp -a keycodemapdb $@.tmp/ui/
|
cp -a keycodemapdb $@.tmp/ui/
|
||||||
find $@.tmp/pc-bios -type f | grep $(BLOB_PURGE_FILTER) | xargs rm -f
|
find $@.tmp/pc-bios -type f | grep $(BLOB_PURGE_FILTER) | xargs rm -f
|
||||||
sed -i $(BLOB_PURGE_SED_CMDS) $@.tmp/pc-bios/meson.build
|
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/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…
x
Reference in New Issue
Block a user