From 6de68622c0658e1bba509c66c137eb419cdbdabf Mon Sep 17 00:00:00 2001 From: Yevhen Kyriukha Date: Sun, 4 Aug 2013 19:00:11 +0300 Subject: btrfs-tools: upgrade to upstream revision. Two patches were removed because changes that they provide are already exist. Signed-off-by: Yevhen Kyriukha Signed-off-by: Saul Wold --- meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (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 ef575ae718..07e8529a9d 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -12,21 +12,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" DEPENDS = "util-linux attr" -SRCREV = "fdb6c0402337d9607c7a39155088eaf033742752" +SRCREV = "194aa4a1bd6447bb545286d0bcb0b0be8204d79f" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git" S = "${WORKDIR}/git" -PV = "0.19+git${SRCPV}" +PV = "0.20+git${SRCPV}" -PR = "r6" - -SRC_URI += " file://fix_use_of_gcc.patch \ - file://weak-defaults.patch \ - file://fix_race_condition_with_multithreaded_make.patch " - -SRC_URI[md5sum] = "78b1700d318de8518abfaab71f99a885" -SRC_URI[sha256sum] = "1285774e0cb72984fac158dd046c8d405324754febd30320cd31e459253e4b65" +SRC_URI += "file://weak-defaults.patch" do_install () { oe_runmake 'DESTDIR=${D}' install -- cgit 1.2.3-korg