Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libarchive: add missing e2fsprogs dependency
@ 2014-05-05 11:26 Koen Kooi
  2014-05-05 21:54 ` Saul Wold
  0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2014-05-05 11:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

This fixes the following build error:
	| libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory

There is no configure options to avoid this dependency.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
index eedbaa7..277d8c8 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
@@ -5,6 +5,8 @@ SECTION = "devel"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b4e3ffd607d6686c6cb2f63394370841"
 
+DEPENDS = "e2fsprogs"
+
 PACKAGECONFIG ?= "libxml2 zlib bz2"
 
 PACKAGECONFIG_append_class-target = "\
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-06 22:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 11:26 [PATCH] libarchive: add missing e2fsprogs dependency Koen Kooi
2014-05-05 21:54 ` Saul Wold
2014-05-06  5:52   ` Koen Kooi
2014-05-06  9:17     ` Paul Eggleton
2014-05-06  9:18       ` Paul Eggleton
2014-05-06 10:33         ` Paul Barker
2014-05-06 10:39           ` Paul Eggleton
2014-05-06 18:25           ` Khem Raj
2014-05-06 22:57             ` Paul Barker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox