summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-15 08:56:42 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-15 09:04:57 +0100
commit2865b7683ebebf5be5b2694fd47b8ec39a0b9e3d (patch)
treec43b86c6a62d19e5d19dda1cb76887ccb79c00d6 /eclass/intel-sdp.eclass
parentintel-sdp.eclass: Inherit only once (diff)
downloadgentoo-2865b7683ebebf5be5b2694fd47b8ec39a0b9e3d.tar.gz
gentoo-2865b7683ebebf5be5b2694fd47b8ec39a0b9e3d.tar.bz2
gentoo-2865b7683ebebf5be5b2694fd47b8ec39a0b9e3d.zip
intel-sdp.eclass: Correct DEFAULT_UNSET settings
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/intel-sdp.eclass')
-rw-r--r--eclass/intel-sdp.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass
index 4fa28610eb45..9f96f75c7cdd 100644
--- a/eclass/intel-sdp.eclass
+++ b/eclass/intel-sdp.eclass
@@ -49,7 +49,6 @@ esac
# Must be defined before inheriting the eclass
# @ECLASS-VARIABLE: INTEL_TARX
-# @DEFAULT_UNSET
# @DESCRIPTION:
# The package extention.
# To find out its value, see the links to download in
@@ -85,7 +84,6 @@ esac
: ${INTEL_X86:=i486}
# @ECLASS-VARIABLE: INTEL_BIN_RPMS
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Functional name of rpm without any version/arch tag
#
@@ -97,7 +95,6 @@ esac
# e.g. CLI_install/rpm/intel-vtune-amplifier-xe-cli
# @ECLASS-VARIABLE: INTEL_DAT_RPMS
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Functional name of rpm of common data which are arch free
# without any version tag
@@ -108,6 +105,7 @@ esac
# specify the full path
#
# e.g. CLI_install/rpm/intel-vtune-amplifier-xe-cli-common
+: ${INTEL_DAT_RPMS:=""}
# @ECLASS-VARIABLE: INTEL_SINGLE_ARCH
# @DESCRIPTION:
@@ -151,13 +149,11 @@ _INTEL_SDP_YEAR=${INTEL_DPV%_update*}
_INTEL_SDP_YEAR=${INTEL_DPV%_sp*}
# @ECLASS-VARIABLE: INTEL_SDP_DIR
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Full rootless path to installation dir
INTEL_SDP_DIR="opt/intel/${INTEL_SUBDIR}-${_INTEL_SDP_YEAR:-${_INTEL_PV1}}.${_INTEL_PV3}.${_INTEL_PV4}"
# @ECLASS-VARIABLE: INTEL_SDP_EDIR
-# @DEFAULT_UNSET
# @DESCRIPTION:
# Full rooted path to installation dir
INTEL_SDP_EDIR="${EROOT%/}/${INTEL_SDP_DIR}"