qemu: Update the homepage and git repo locations
The old homepage currently redirects to http://www.nongnu.org/qemu/ which further redirects to http://www.qemu.org/index.html The announcement about using git.qemu.org seems originally a bit temporary, but the 0.14.0 version is not available at savannah at all. Currently the download page at http://wiki.qemu.org/Download only mentions git://git.qemu.org/qemu.git.
This commit is contained in:
parent
02d1d56be6
commit
3c4bf5a7c4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
require "${PN}"
|
||||
|
||||
SCM_REPOSITORY="git://git.savannah.nongnu.org/qemu.git"
|
||||
SCM_REPOSITORY="git://git.qemu.org/qemu.git"
|
||||
SCM_EXTERNAL_REFS="roms/vgabios: roms/seabios:"
|
||||
require scm-git
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ DESCRIPTION="
|
|||
machine on a different machine. It claims to achieve good performances
|
||||
because of dynamic translation.'
|
||||
"
|
||||
HOMEPAGE="http://bellard.org/${PN}"
|
||||
HOMEPAGE="http://wiki.qemu.org/"
|
||||
|
||||
LICENCES="GPL-2"
|
||||
MYOPTIONS="
|
||||
|
|
Loading…
Reference in a new issue