summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-23 05:14:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:40 +0000
commitd3609d0b6456c32310f4d7d0b129f591eb8f0d8e (patch)
tree7465e9c04c66c5387f8071e20f33e5bbb6d35b06 /meta/recipes-devtools/btrfs-tools
parentd05dd5275a8ba815e495788939e1fe3aa4a399d6 (diff)
downloadast2050-yocto-poky-d3609d0b6456c32310f4d7d0b129f591eb8f0d8e.zip
ast2050-yocto-poky-d3609d0b6456c32310f4d7d0b129f591eb8f0d8e.tar.gz
btrfs-tools: add attr as dependency to fix compilation
Fixes this compilation error: | mkfs.c:39:24: fatal error: attr/xattr.h: No such file or directory | compilation terminated. | make: *** [mkfs.o] Error 1 (From OE-Core rev: 275d61ce0f6e1f0613eb31beb6878c97306666f5) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index 0ae570d..b2e503b 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -10,13 +10,13 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
SECTION = "base"
-DEPENDS = "util-linux"
+DEPENDS = "util-linux attr"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git;tag=13eced9a0c2b6bd6bc38e6f0f46a1977b1167e67;branch=master"
S = "${WORKDIR}/git"
-PR = "r3"
+PR = "r4"
SRC_URI += " file://fix_use_of_gcc.patch \
file://weak-defaults.patch "
OpenPOWER on IntegriCloud