[OE-core] [PATCH v2 01/15] btrfs-tools: add attr as dependency to fix compilation
nitin.a.kamble at intel.com
nitin.a.kamble at intel.com
Mon Jan 2 20:37:57 UTC 2012
From: Nitin A Kamble <nitin.a.kamble at intel.com>
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
Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
.../btrfs-tools/btrfs-tools_git.bb | 4 ++--
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 "
--
1.7.6.4
More information about the Openembedded-core
mailing list