diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-04-01 16:36:17 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-04-07 09:35:11 -0400 |
commit | f3092a6766a3004a6fc9e2eef937a40508e97c44 (patch) | |
tree | 5160a4037f7c4268f7eb159570ad61b17692fe5e /meta-networking | |
parent | df6c7b1279790d27ebfd58fbdfbac89bde5782ec (diff) | |
download | meta-openembedded-f3092a6766a3004a6fc9e2eef937a40508e97c44.tar.gz |
ypbind-mt: Add systemd dependency
When building for a system including systemd ypbind-mt will link against
libsystemd creating an implicit dependency. Make that explicit.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/nis/ypbind-mt_1.38.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb index f7e6b43d9..d25ef5c75 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb | |||
@@ -17,7 +17,10 @@ the server which answered as first. \ | |||
17 | This is the final IPv4-only version of ypbind-mt. \ | 17 | This is the final IPv4-only version of ypbind-mt. \ |
18 | " | 18 | " |
19 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" | 19 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" |
20 | DEPENDS = "yp-tools" | 20 | DEPENDS = " \ |
21 | yp-tools \ | ||
22 | ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | ||
23 | " | ||
21 | # ypbind-mt now provides all the functionality of ypbind | 24 | # ypbind-mt now provides all the functionality of ypbind |
22 | # and is used in place of it. | 25 | # and is used in place of it. |
23 | PROVIDES += "ypbind" | 26 | PROVIDES += "ypbind" |