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:39:08 +0100 |
commit | 559bacdb178d3f4846de86f90c9428ee662b471a (patch) | |
tree | 83649d063f5bc4be5465513e252beb4c89075fab /meta/recipes-core/systemd | |
parent | 2bb244e9e18124b3b86195e0e10b2ebd40cd4f81 (diff) | |
download | openembedded-core-559bacdb178d3f4846de86f90c9428ee662b471a.tar.gz openembedded-core-559bacdb178d3f4846de86f90c9428ee662b471a.tar.bz2 openembedded-core-559bacdb178d3f4846de86f90c9428ee662b471a.zip |
systemd: add PACKAGECONFIG for 'elfutils'
Add PACKAGECONFIG for 'elfutils'.
This also fixes a build-deps QA warning about libdw.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-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" PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" +PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" |