Issue #2153 - 13.5.1 build update

Change-Id: Ia57fe9a6ae3f31826eec1eede1c2b46c5c4fae05

Former-commit-id: 8a021ef97c67a4fc7325ce91808cd5878fbd2cda
This commit is contained in:
Bryan Kowal 2013-07-02 16:12:06 -05:00
parent 7d3362d2b5
commit dc177c90d1

View file

@ -190,7 +190,8 @@ function buildFeatureRPMs()
echo "feature = ${feature}"
if [ "${feature}" = "com.raytheon.uf.viz.cots.feature" ] ||
[ "${feature}" = "com.raytheon.uf.viz.base.feature" ] ||
[ "${feature}" = "com.raytheon.uf.viz.localization.perspective.feature" ]; then
[ "${feature}" = "com.raytheon.uf.viz.localization.perspective.feature" ] ||
[ "${feature}" = "com.raytheon.uf.viz.archive.feature" ]; then
_component_name=""
_downstream_requires="awips2-common-base"
@ -204,6 +205,10 @@ function buildFeatureRPMs()
_component_name="awips2-cave-viz-localization-perspective"
_downstream_requires="awips2-common-base awips2-cave-viz-base"
fi
if [ "${feature}" = "com.raytheon.uf.viz.archive.feature" ]; then
_component_name="awips2-cave-viz-archive"
_downstream_requires="awips2-common-base awips2-cave-viz-base"
fi
echo 'export COMPONENT_NAME="${_component_name}"' > \
${CONST_SETUP_DIR}/feature.setup