[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3176/8267] e2fsprogs: Depend on attr



commit 5d11f02fb76a512debb004f097fb95139ec3a2a2
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Mon Oct 31 15:40:16 2016 +0200

    e2fsprogs: Depend on attr
    
    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.
    
    (From OE-Core rev: 8b9668cc70348600ba281291b567485302af9666)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
index 74e92f6..81d90a1 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
@@ -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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]