From patchwork Thu Jan 12 22:30:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] btrfs-tools: upgrade to newer git commit Date: Thu, 12 Jan 2012 22:30:19 -0000 From: Nitin A Kamble X-Patchwork-Id: 19207 Message-Id: <67854c1a0c5e3ccd8f4c98e22fa5d9c847eff8b6.1326406744.git.nitin.a.kamble@intel.com> To: openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../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 58049e5..c2ae298 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 \