diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-10-17 13:11:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 17:36:15 +0100 |
commit | c908f5e257ec753a015e253a079a8ebf7e13d09a (patch) | |
tree | 1689ef4ad2c9b1f6dce24cce4d0801b19db25864 /meta/recipes-core | |
parent | c981ebba29001b8684e9805515576c2350a4e22b (diff) | |
download | poky-c908f5e257ec753a015e253a079a8ebf7e13d09a.tar.gz |
systemd: fix libidn floating dependency
WARNING: QA Issue: systemd rdepends on libidn, but it isn't a build dependency? [build-deps]
(From OE-Core rev: 83be6e94f35b44baa6c363c9518f85e7670246f3)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_216.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index 598d45e7de..6d3e47fbe9 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb | |||
@@ -63,6 +63,7 @@ PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicroht | |||
63 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" | 63 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" |
64 | PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" | 64 | PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" |
65 | PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" | 65 | PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" |
66 | PACKAGECONFIG[libidn] = "--enable-libidn,--disable-libidn,libidn" | ||
66 | 67 | ||
67 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" | 68 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" |
68 | 69 | ||