From ae313c93bef118ad0c5c13e9472cef082fb150d9 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 31 Jul 2022 12:46:09 +0200 Subject: Removing obsolete conditions from eclass Signed-off-by: ormorph --- eclass/trinity-base-2.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index a776fd73..8dafe84c 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -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 -- cgit v1.2.1