[oe-commits] Paul Eggleton : libarchive: add e2fsprogs to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 12:30:51 UTC 2013


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Dec  4 16:40:28 2013 +0000

libarchive: add e2fsprogs to DEPENDS

libarchive's configure script looks for ext2fs/ext2_fs.h in order to use
some defines for file attributes support if present (but doesn't link to
any additional libraries.) There is no configure option to disable this,
and if e2fsprogs is rebuilding between do_configure and do_compile you
can currently get a failure. Since we normally only build this recipe
for the target, and this functionality should really be supported on all
linux systems, just add the dependency as most normal Linux distros seem
to.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/libarchive/libarchive_2.8.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
index 5ba9a52..76df23b 100644
--- a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
+++ b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
@@ -5,6 +5,8 @@ SECTION = "devel"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4255e2e6f0349a4ac8fbd68459296e46"
 
+DEPENDS = "e2fsprogs"
+
 PACKAGECONFIG ?= "libxml2 zlib bz2"
 
 PACKAGECONFIG_append_class-target = "\



More information about the Openembedded-commits mailing list