summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-01 11:44:44 +0100
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-11-01 12:35:38 +0100
commit4ae9917bf2475c118e8015ec7a2ce10bd01a0124 (patch)
treed12b54fbd69efae8b5e67c5c96c973fa80fab15c
parent6680bfb70ce2285ef5243e489073fb26bc63f0e7 (diff)
downloadmeta-updater-4ae9917bf2475c118e8015ec7a2ce10bd01a0124.tar.gz
OTA-3988: Don't build the networkd-dhcp recipe if systemd is not included into the disto feature list
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
-rw-r--r--recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
index 394531e..40a3958 100644
--- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
+++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
15 " 15 "
16PR = "r1" 16PR = "r1"
17 17
18RDEPENDS_${PN} = "systemd" 18REQUIRED_DISTRO_FEATURES_${PN} = "systemd"
19RCONFLICTS_${PN} = "connman" 19RCONFLICTS_${PN} = "connman"
20 20
21S = "${WORKDIR}" 21S = "${WORKDIR}"