These should be called from other places that have already done the
appropriate "source"
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
#!/usr/bin/env bash
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
function _grub_install_dependencies() {
local DEP_Debian_common="build-essential tar autoconf bison flex"
local DEP_Debian_x86_32="$DEP_Debian_common"
#!/usr/bin/env bash
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
function _libvirt_install_dependencies() {
local DEP_Debian_common="build-essential libtool autoconf autopoint \
xsltproc libxml2-utils pkg-config python-dev \
#!/usr/bin/env bash
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
function _xen_install_dependencies() {
local DEP_Debian_common="build-essential python-dev gettext uuid-dev \
libncurses5-dev libyajl-dev libaio-dev pkg-config libglib2.0-dev \