diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-08-18 09:51:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:40:46 +0100 |
commit | 37fbf2ba7729731a3075c3df85f4d5dd9c1bd960 (patch) | |
tree | 2593ea7dfa75eeaccd4c6b4fa8e9e7a9bd76a08a /meta/recipes-core | |
parent | d8f60bb81c2d9136a85023e59db9139c712d0135 (diff) | |
download | poky-37fbf2ba7729731a3075c3df85f4d5dd9c1bd960.tar.gz |
systemd: add PACKAGECONFIG for 'elfutils'
Add PACKAGECONFIG for 'elfutils'.
This also fixes a build-deps QA warning about libdw.
(From OE-Core rev: 559bacdb178d3f4846de86f90c9428ee662b471a)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_213.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb index 472a5d5f7b..ca071c156c 100644 --- a/meta/recipes-core/systemd/systemd_213.bb +++ b/meta/recipes-core/systemd/systemd_213.bb | |||
@@ -58,6 +58,7 @@ DEPENDS += "libgcrypt" | |||
58 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" | 58 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" |
59 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 59 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
60 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | 60 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" |
61 | PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" | ||
61 | 62 | ||
62 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" | 63 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" |
63 | 64 | ||