3c4bf5a7c4
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.
17 lines
393 B
Bash
17 lines
393 B
Bash
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require "${PN}"
|
|
|
|
SCM_REPOSITORY="git://git.qemu.org/qemu.git"
|
|
SCM_EXTERNAL_REFS="roms/vgabios: roms/seabios:"
|
|
require scm-git
|
|
|
|
PLATFORMS="~amd64"
|
|
SLOT="0"
|
|
|
|
# won't build at the moment, if one figures out that it builds
|
|
# occasionaly, one can remove that
|
|
RESTRICT="test"
|
|
|