From 24d17244d42215227fae857215a807df54aded02 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 11 Mar 2014 15:26:21 +0000 Subject: btrfs: patch to allow for relative paths This seems to address the btrfs image failure [YOCTO #5146] (From OE-Core rev: 9b22b32863f9110522362706a28036cc945201d5) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb') diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index 7ecce60..8129cd5 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -14,7 +14,9 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl" SRCREV = "8cae1840afb3ea44dcc298f32983e577480dfee4" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ - file://weak-defaults.patch" + file://weak-defaults.patch \ + file://allow-relative-path.patch \ + " S = "${WORKDIR}/git" -- cgit v1.1