diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2019-11-07 21:49:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-11 14:07:08 +0000 |
commit | 49cb5f9b0948f9b613f2350e00f64cf0447e81f1 (patch) | |
tree | 36cfe9ffad39861918c79fc7a35415b393a2b7d7 | |
parent | fcd86247ff298edb9c35772fd77a9539a7caef47 (diff) | |
download | poky-49cb5f9b0948f9b613f2350e00f64cf0447e81f1.tar.gz |
systemd: Add runtime dependency on new ldconfig package
(From OE-Core rev: 4dc804b2deda249f72c6941639e781dfe6ca865e)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_243.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_243.bb b/meta/recipes-core/systemd/systemd_243.bb index 6e7f95693b..54fcc6a5d1 100644 --- a/meta/recipes-core/systemd/systemd_243.bb +++ b/meta/recipes-core/systemd/systemd_243.bb | |||
@@ -139,7 +139,7 @@ PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" | |||
139 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" | 139 | PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" |
140 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" | 140 | PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" |
141 | PACKAGECONFIG[kmod] = "-Dkmod=true,-Dkmod=false,kmod" | 141 | PACKAGECONFIG[kmod] = "-Dkmod=true,-Dkmod=false,kmod" |
142 | PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false" | 142 | PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig" |
143 | PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn" | 143 | PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn" |
144 | PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" | 144 | PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" |
145 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" | 145 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" |