From 5ced13ee7ebff30dd3010d48a43db38019bebb5e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 18 Oct 2017 11:49:49 +0200 Subject: [PATCH] task-sysmocom: Add osmo-hnbgw to image if feature iu is enabled --- recipes-apps/tasks/task-sysmocom.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-apps/tasks/task-sysmocom.bb b/recipes-apps/tasks/task-sysmocom.bb index d7703d9..ab69ef4 100644 --- a/recipes-apps/tasks/task-sysmocom.bb +++ b/recipes-apps/tasks/task-sysmocom.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" DEPENDS = "virtual/kernel" ALLOW_EMPTY_${PN} = "1" -PR = "r13" +PR = "r14" RDEPENDS_${PN} = "\ task-sysmocom-tools \ @@ -14,4 +14,5 @@ RDEPENDS_${PN} = "\ osmo-msc \ osmo-hlr \ osmo-stp \ + ${@bb.utils.contains('DISTRO_FEATURES', 'iu', 'osmo-hnbgw', '', d)} \ "