Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xen-tools-4-anti-seabios-download.patch
Date: Fri, 23 May 2014 11:00:35
Message-Id: 20140523110030.478002004C@flycatcher.gentoo.org
1 dlan 14/05/23 11:00:30
2
3 Added: xen-tools-4-anti-seabios-download.patch
4 Log:
5 re-introduce bundled seabios with USE=system-seabios flag, bug #510052, #510492, #510680
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.1 app-emulation/xen-tools/files/xen-tools-4-anti-seabios-download.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4-anti-seabios-download.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4-anti-seabios-download.patch?rev=1.1&content-type=text/plain
14
15 Index: xen-tools-4-anti-seabios-download.patch
16 ===================================================================
17 diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
18 index cb13212..d83c51a 100644
19 --- a/tools/firmware/Makefile
20 +++ b/tools/firmware/Makefile
21 @@ -22,7 +22,6 @@ ovmf-dir:
22 cp ovmf-makefile ovmf-dir/Makefile;
23
24 seabios-dir:
25 - GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_TAG) seabios-dir
26 cp seabios-config seabios-dir/.config;
27
28 .PHONY: all