From: Chen Qi Date: Mon, 18 Aug 2014 01:51:39 +0000 (+0800) Subject: systemd: add PACKAGECONFIG for 'elfutils' X-Git-Tag: 2015-4~1719 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=559bacdb178d3f4846de86f90c9428ee662b471a;p=openembedded-core.git systemd: add PACKAGECONFIG for 'elfutils' Add PACKAGECONFIG for 'elfutils'. This also fixes a build-deps QA warning about libdw. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- 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"