From 285966f337ce8a191cbd870c004dd4822be9821a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 17 Feb 2015 19:28:42 -0800 Subject: btrfs-tools: fix for parallel build Fixed: mkfs.c:300:46: error: 'BTRFS_BUILD_VERSION' undeclared (first use in this function) fprintf(stderr, "mkfs.btrfs, part of %s\n", BTRFS_BUILD_VERSION); (From OE-Core rev: 5808c423a2cbea9f2f6a9f78ce5ca09864dc6a75) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 5 ++++- 1 file changed, 4 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 f796f6f85a..d86075c4c6 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -13,7 +13,10 @@ SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl" SRCREV = "344599a7aefe23c7169ccdde3ad1b921bb60024c" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ + file://fix-parallel.patch \ +" + S = "${WORKDIR}/git" PV = "3.18.2+git${SRCPV}" -- cgit v1.2.3-54-g00ecf