]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: add PACKAGECONFIG for 'elfutils'
authorChen Qi <Qi.Chen@windriver.com>
Mon, 18 Aug 2014 01:51:39 +0000 (09:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Aug 2014 22:39:08 +0000 (23:39 +0100)
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>
meta/recipes-core/systemd/systemd_213.bb

index 472a5d5f7b7293d493365f37dad10e8bc5dcc0f7..ca071c156c17ad2d4f65adc4fa06b448e93455c2 100644 (file)
@@ -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"