summaryrefslogtreecommitdiffstats
path: root/system/xen/patches
diff options
context:
space:
mode:
author Mario Preksavec <mario at slackware dot hr>2013-11-04 21:33:04 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-11-04 21:33:04 -0600
commitc1e2151736724888d0bb188cb37757c1f15cc02a (patch)
tree53fda142fd79027de234f18c3d7c89235a3ecc22 /system/xen/patches
parent69dba3a692011b55275c60ef4a6aa37d428344f1 (diff)
downloadslackbuilds-c1e2151736724888d0bb188cb37757c1f15cc02a.tar.gz
slackbuilds-c1e2151736724888d0bb188cb37757c1f15cc02a.tar.xz
system/xen: Updated for version 4.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/patches')
-rw-r--r--system/xen/patches/use_already_present_seabios.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/xen/patches/use_already_present_seabios.diff b/system/xen/patches/use_already_present_seabios.diff
new file mode 100644
index 0000000000..a73dba9f02
--- /dev/null
+++ b/system/xen/patches/use_already_present_seabios.diff
@@ -0,0 +1,11 @@
+--- xen-4.3.1/tools/firmware/Makefile.ORIG 2013-10-30 09:18:28.000000000 +0100
++++ xen-4.3.1/tools/firmware/Makefile 2013-11-04 12:28:10.056796654 +0100
+@@ -18,7 +18,7 @@
+ cp ovmf-makefile ovmf/Makefile;
+
+ seabios-dir:
+- GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_TAG) seabios-dir
++# GIT=$(GIT) $(XEN_ROOT)/scripts/git-checkout.sh $(SEABIOS_UPSTREAM_URL) $(SEABIOS_UPSTREAM_TAG) seabios-dir
+ cp seabios-config seabios-dir/.config;
+
+ .PHONY: all