diff options
Diffstat (limited to 'recipes-extended/xen/xen-hg.bb')
| -rw-r--r-- | recipes-extended/xen/xen-hg.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-hg.bb b/recipes-extended/xen/xen-hg.bb new file mode 100644 index 00000000..bdb4d323 --- /dev/null +++ b/recipes-extended/xen/xen-hg.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | # A build of Xen Unstable from Mercurial | ||
| 2 | |||
| 3 | # Build is not yet verified as functional | ||
| 4 | # Setting BROKEN for now | ||
| 5 | BROKEN = "1" | ||
| 6 | |||
| 7 | inherit autotools | ||
| 8 | |||
| 9 | require xen.inc | ||
| 10 | |||
| 11 | DEPENDS += "yajl" | ||
| 12 | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" | ||
| 14 | |||
| 15 | SRCREV = "82db8de16530f016809264d3179823999d702849" | ||
| 16 | |||
| 17 | SRC_URI = "hg://xenbits.xen.org;module=xen-unstable.hg;rev=d690c7e896a2 \ | ||
| 18 | git://xenbits.xensource.com/qemu-xen-unstable.git \ | ||
| 19 | file://ioemu-cross-gl-check.patch \ | ||
| 20 | file://tools_qemu_xen_remove_CFLAGS.patch" | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "2f3e36c96fe13cebc7475652c2803e14" | ||
| 23 | SRC_URI[sha256sum] = "b63bc8d48aaf2688cff1417f99a140943e71de0777b28ed8cbba8aa018b4117c" | ||
| 24 | |||
| 25 | S = "${WORKDIR}/xen-unstable.hg" | ||
| 26 | |||
| 27 | #EXTRA_OECONF="--disable-pythontools" | ||
| 28 | require xen-python.inc | ||
| 29 | |||
