]> code.ossystems Code Review - openembedded-core.git/commitdiff
Move 'tag=' to SRCREV in btrfs-tools recipe
authorEvade Flow <evadeflow@gmail.com>
Mon, 8 Oct 2012 17:18:15 +0000 (13:18 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:25 +0000 (12:03 +0100)
Signed-off-by: Evade Flow <evadeflow@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb

index c2ae2982baebc7121be063f0e7f5f4ed65a02192..e963a74fab35cae170d0df2dfcb907d8d3331de0 100644 (file)
@@ -12,7 +12,8 @@ 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=fdb6c0402337d9607c7a39155088eaf033742752;branch=master"
+SRCREV = "fdb6c0402337d9607c7a39155088eaf033742752"
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git"
 
 S = "${WORKDIR}/git"