summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-08-18 09:51:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-31 23:40:46 +0100
commit37fbf2ba7729731a3075c3df85f4d5dd9c1bd960 (patch)
tree2593ea7dfa75eeaccd4c6b4fa8e9e7a9bd76a08a /meta/recipes-core
parentd8f60bb81c2d9136a85023e59db9139c712d0135 (diff)
downloadpoky-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.bb1
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"
58PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" 58PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
59PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" 59PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
60PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" 60PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"
61PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"
61 62
62CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" 63CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
63 64