From: Evade Flow Date: Mon, 8 Oct 2012 17:18:15 +0000 (-0400) Subject: Move 'tag=' to SRCREV in btrfs-tools recipe X-Git-Tag: 2015-4~8882 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=acb942dbaf118b8021100df95a68fe49dcc77858;p=openembedded-core.git Move 'tag=' to SRCREV in btrfs-tools recipe Signed-off-by: Evade Flow Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index c2ae2982ba..e963a74fab 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -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"