summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/qemu-git-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-05-14 16:37:46 +1000
committerChris Johns <chrisj@rtems.org>2014-05-14 16:37:46 +1000
commit1b2919100b54871e58e14895af1ec9aafc8321d5 (patch)
treea69d7ca4b49a5fef60928457fdf79b7a2b18fefb /bare/config/devel/qemu-git-1.cfg
parentsb: Implement %source and %patch to manage source and patches. (diff)
downloadrtems-source-builder-1b2919100b54871e58e14895af1ec9aafc8321d5.tar.bz2
config: Mirgrate the remaining configs.
Diffstat (limited to 'bare/config/devel/qemu-git-1.cfg')
-rw-r--r--bare/config/devel/qemu-git-1.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg
index e6d02c3..193279a 100644
--- a/bare/config/devel/qemu-git-1.cfg
+++ b/bare/config/devel/qemu-git-1.cfg
@@ -3,7 +3,7 @@
#
%if %{release} == %{nil}
-%define release 1
+ %define release 1
%endif
%include %{_configdir}/base.cfg
@@ -16,15 +16,15 @@
#
# Qemu is from GIT.
#
-Source0: git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
+%source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
#
# Patches from Qemu's patchworks site.
#
-Patch0: pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
+%patch add qemu pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch
%if %{_host} == mingw32
- Patch5: pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
+ %patch add qemu pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
%endif
#