diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-29 11:48:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-29 11:48:43 +0000 |
commit | e15455541cc2a3b2744dd0d3092b33566a09bb8f (patch) | |
tree | caae7d9ca4ae9584f8773cfde65a8151b657cc61 /meta/packages | |
parent | 9e6cfe222510a561d02c883a82a4f52551bcb051 (diff) | |
download | openembedded-core-e15455541cc2a3b2744dd0d3092b33566a09bb8f.tar.gz openembedded-core-e15455541cc2a3b2744dd0d3092b33566a09bb8f.tar.bz2 openembedded-core-e15455541cc2a3b2744dd0d3092b33566a09bb8f.zip |
qemu: Fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4565 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-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 a51e437f77..1be6edd893 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}" FILESDIR = "${WORKDIR}" SRC_URI = "\ - http://fabrice.bellard.free.fr/qemu/qemu-0.9.1.tar.gz \ + http://www.bellard.org/qemu/qemu-0.9.1.tar.gz \ file://02_snapshot_use_tmpdir.patch;patch=1;pnum=0 \ file://04_do_not_print_rtc_freq_if_ok.patch;patch=1;pnum=1 \ file://05_non-fatal_if_linux_hd_missing.patch;patch=1;pnum=1 \ |