diff options
-rw-r--r-- | meta-networking/recipes-connectivity/netplan/netplan_0.98.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb index db029a4b8a..9f123c70fb 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.98.bb | |||
@@ -18,7 +18,8 @@ SRC_URI = " \ | |||
18 | git://github.com/CanonicalLtd/netplan.git \ | 18 | git://github.com/CanonicalLtd/netplan.git \ |
19 | " | 19 | " |
20 | 20 | ||
21 | DEPENDS = "glib-2.0 libyaml" | 21 | DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
22 | |||
22 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid" | 23 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid" |
23 | 24 | ||
24 | inherit pkgconfig systemd | 25 | inherit pkgconfig systemd |