17 lines
415 B
Bash
17 lines
415 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: roms/ipxe: roms/SLOF:"
|
|
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"
|
|
|