diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-29 11:48:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-29 11:48:15 +0000 |
| commit | f026861423c310959b8bc38686ff088297c7a6ba (patch) | |
| tree | 98e7875135bfec1f42bc67cb8e025860891e0595 | |
| parent | 602d17d8cb69c41c92b94bfd6bcbe0b70fbd4f25 (diff) | |
| download | poky-f026861423c310959b8bc38686ff088297c7a6ba.tar.gz | |
qemu: Fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4564 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/qemu/qemu_0.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu_0.9.1.bb b/meta/packages/qemu/qemu_0.9.1.bb index 164296b0d4..95b988944c 100644 --- a/meta/packages/qemu/qemu_0.9.1.bb +++ b/meta/packages/qemu/qemu_0.9.1.bb | |||
| @@ -6,7 +6,7 @@ FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" | |||
| 6 | FILESDIR = "${WORKDIR}" | 6 | FILESDIR = "${WORKDIR}" |
| 7 | 7 | ||
| 8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
| 9 | http://fabrice.bellard.free.fr/qemu/qemu-0.9.1.tar.gz \ | 9 | http://www.bellard.com/qemu/qemu-0.9.1.tar.gz \ |
| 10 | file://02_snapshot_use_tmpdir.patch;patch=1;pnum=0 \ | 10 | file://02_snapshot_use_tmpdir.patch;patch=1;pnum=0 \ |
| 11 | file://04_do_not_print_rtc_freq_if_ok.patch;patch=1;pnum=1 \ | 11 | file://04_do_not_print_rtc_freq_if_ok.patch;patch=1;pnum=1 \ |
| 12 | file://05_non-fatal_if_linux_hd_missing.patch;patch=1;pnum=1 \ | 12 | file://05_non-fatal_if_linux_hd_missing.patch;patch=1;pnum=1 \ |
