diff options
author | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-01 11:44:44 +0100 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-01 12:35:38 +0100 |
commit | 4ae9917bf2475c118e8015ec7a2ce10bd01a0124 (patch) | |
tree | d12b54fbd69efae8b5e67c5c96c973fa80fab15c | |
parent | 6680bfb70ce2285ef5243e489073fb26bc63f0e7 (diff) | |
download | meta-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.bb | 2 |
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 | " |
16 | PR = "r1" | 16 | PR = "r1" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "systemd" | 18 | REQUIRED_DISTRO_FEATURES_${PN} = "systemd" |
19 | RCONFLICTS_${PN} = "connman" | 19 | RCONFLICTS_${PN} = "connman" |
20 | 20 | ||
21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |