2009-06-13 11:39:02 +02:00
|
|
|
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
require "${PN}"
|
|
|
|
|
2011-02-19 12:37:15 +01:00
|
|
|
SCM_REPOSITORY="git://git.qemu.org/qemu.git"
|
2011-05-13 18:16:26 +02:00
|
|
|
SCM_EXTERNAL_REFS="roms/vgabios: roms/seabios: roms/ipxe: roms/SLOF:"
|
2009-06-13 11:39:02 +02:00
|
|
|
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"
|
|
|
|
|