diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-10 18:23:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:52:58 +0000 |
commit | 32068d9e3157748f3894b3368c0a050af5e12d47 (patch) | |
tree | f47cc084a417f733f1da656bcfa8d0bdb74158e9 | |
parent | efd200bc0db4d290445f742798e20914e4db347a (diff) | |
download | openembedded-core-32068d9e3157748f3894b3368c0a050af5e12d47.tar.gz openembedded-core-32068d9e3157748f3894b3368c0a050af5e12d47.tar.bz2 openembedded-core-32068d9e3157748f3894b3368c0a050af5e12d47.zip |
btrfs-tools: upgrade to newer git commit
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r-- | meta/recipes-devtools/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 58049e5f78..c2ae2982ba 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -12,11 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" 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" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git;tag=fdb6c0402337d9607c7a39155088eaf033742752;branch=master" S = "${WORKDIR}/git" -PR = "r5" +PR = "r6" SRC_URI += " file://fix_use_of_gcc.patch \ file://weak-defaults.patch \ |