blob: bdb4d323fdfe5b0c087ec6edc133303f57257b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# A build of Xen Unstable from Mercurial
# Build is not yet verified as functional
# Setting BROKEN for now
BROKEN = "1"
inherit autotools
require xen.inc
DEPENDS += "yajl"
LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df"
SRCREV = "82db8de16530f016809264d3179823999d702849"
SRC_URI = "hg://xenbits.xen.org;module=xen-unstable.hg;rev=d690c7e896a2 \
git://xenbits.xensource.com/qemu-xen-unstable.git \
file://ioemu-cross-gl-check.patch \
file://tools_qemu_xen_remove_CFLAGS.patch"
SRC_URI[md5sum] = "2f3e36c96fe13cebc7475652c2803e14"
SRC_URI[sha256sum] = "b63bc8d48aaf2688cff1417f99a140943e71de0777b28ed8cbba8aa018b4117c"
S = "${WORKDIR}/xen-unstable.hg"
#EXTRA_OECONF="--disable-pythontools"
require xen-python.inc
|