]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs: Depend on attr
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Mon, 31 Oct 2016 13:40:16 +0000 (15:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Nov 2016 10:10:04 +0000 (10:10 +0000)
e2fsprogs builds fine with or without attr but it's possible to
end up with this sequence:
 * e2fsprogs configure finds attr/xattr.h (coming from sstate)
 * attr starts rebuild, attr/xattr.h is removed from sysroot
 * e2fsprogs compile fails: "attr/xattr.h: No such file or directory"

Depend on attr to ensure reproducible build.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc

index 74e92f6b19b88b095edb1767498bc051924f58d3..81d90a134c55017aafa9fe953351592c8c4b7b14 100644 (file)
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=b48f21d765b875bd10400975d12c1ca2 \
                       file://lib/et/et_name.c;beginline=1;endline=11;md5=ead236447dac7b980dbc5b4804d8c836 \
                       file://lib/ss/ss.h;beginline=1;endline=20;md5=6e89ad47da6e75fecd2b5e0e81e1d4a6"
 SECTION = "base"
-DEPENDS = "util-linux"
+DEPENDS = "util-linux attr"
 
 SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"
 S = "${WORKDIR}/git"