diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-12-25 22:05:56 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-12-25 22:05:56 +0400 |
commit | 543795e1685b2a1ca1ecbc0a139abdc73c63ee94 (patch) | |
tree | 2f269e0232211002a294ff4cf5c963937c7d79f2 | |
parent | Fix live xen-tools (diff) | |
download | virtualization-543795e1685b2a1ca1ecbc0a139abdc73c63ee94.tar.gz virtualization-543795e1685b2a1ca1ecbc0a139abdc73c63ee94.tar.bz2 virtualization-543795e1685b2a1ca1ecbc0a139abdc73c63ee94.zip |
fix xen-tools
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r-- | app-emulation/xen-tools/xen-tools-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-9999.ebuild b/app-emulation/xen-tools/xen-tools-9999.ebuild index 8d0acff..32b5a7c 100644 --- a/app-emulation/xen-tools/xen-tools-9999.ebuild +++ b/app-emulation/xen-tools/xen-tools-9999.ebuild @@ -9,7 +9,9 @@ PYTHON_USE_WITH="xml threads" if [[ $PV == *9999 ]]; then KEYWORDS="" REPO="xen-unstable.hg" + XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + SRC_URI="$XEN_EXTFILES_URL/ipxe-git-v1.0.0.tar.gz" S="${WORKDIR}/${REPO}" live_eclass="mercurial" else @@ -122,7 +124,7 @@ pkg_setup() { } src_prepare() { - #cp "$DISTDIR/ipxe-git-v1.0.0.tar.gz" tools/firmware/etherboot/ipxe.tar.gz + cp "$DISTDIR/ipxe-git-v1.0.0.tar.gz" tools/firmware/etherboot/ipxe.tar.gz sed -e 's/-Wall//' -i Config.mk || die "Couldn't sanitize CFLAGS" # Drop .config |