Removing obsolete conditions from eclass

Signed-off-by: ormorph <roma251078@mail.ru>
pull/264/head
ormorph 2 years ago
parent 0ddc795162
commit ae313c93be

@ -213,12 +213,11 @@ elif [[ ${CATEGORY} = "trinity-apps" ]]; then
fi
# Common dependencies
[[ ${PV} == "14.0.1"[1-9] ]] || [[ "${BUILD_TYPE}" == "live" ]] &&
[[ ${PN} != "trinity-cmake" ]] &&
[[ ${PN} != "trinity-cmake" ]] &&
[[ ${TRINITY_BUILD_ADMIN} != "yes" ]] &&
BDEPEND+=" ~trinity-base/trinity-cmake-${PV}"
if [[ -n "${TRINITY_EXTRAGEAR_PACKAGING}" ]]; then
if [[ -n "${TRINITY_EXTRAGEAR_PACKAGING}" ]]; then
# @ECLASS-VARIABLE: TEG_PO_DIR
# @DESCRIPTION:
# Change the translation directory for extragear packages. The default is ${S}/po

Loading…
Cancel
Save