summaryrefslogtreecommitdiff
path: root/sysutils/xentools413/patches/patch-tools_firmware_Makefile
blob: 18d052ab036a5bc69448e38157df72cb2a73221a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-tools_firmware_Makefile,v 1.1 2020/08/27 08:22:33 bouyer Exp $

--- tools/firmware/Makefile.orig	2020-05-14 14:19:32.000000000 +0200
+++ tools/firmware/Makefile	2020-08-26 19:39:04.950176746 +0200
@@ -24,7 +24,7 @@
 	cp ovmf-makefile ovmf-dir/Makefile;
 
 seabios-dir:
-	GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_REVISION) seabios-dir
+	ln -sf ../../../seabios-rel-1.12.1 ${WRKSRC}/tools/firmware/seabios-dir
 	cp seabios-config seabios-dir/.config;
 	$(MAKE) -C seabios-dir olddefconfig CC=$(SEABIOSCC) LD=$(SEABIOSLD)
 	rm -f seabios-dir/.version