[oe-commits] Chen Qi : systemd: add PACKAGECONFIG for 'elfutils'

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 22:02:49 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e27565c59ea5615ffcbb9f533c5cd682ff0f2238
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e27565c59ea5615ffcbb9f533c5cd682ff0f2238

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Aug 18 09:51:39 2014 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_215.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd_215.bb b/meta/recipes-core/systemd/systemd_215.bb
index 2cf3887..f6c64f0 100644
--- a/meta/recipes-core/systemd/systemd_215.bb
+++ b/meta/recipes-core/systemd/systemd_215.bb
@@ -58,6 +58,8 @@ DEPENDS += "libgcrypt"
 PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
 PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
 PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"
+# Build with elfutils support
+PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"
 
 CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
 



More information about the Openembedded-commits mailing list