task-sysmocom: Add osmo-hnbgw to image if feature iu is enabled

This commit is contained in:
Pau Espin 2017-10-18 11:49:49 +02:00
parent aaf283eaea
commit 5ced13ee7e
1 changed files with 2 additions and 1 deletions

View File

@ -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)} \
"